You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

103 lines
1.4 KiB

/* pages/guaranteebill/guaranteebill.wxss */
page {
background: rgb(240, 239, 245);
}
.swiper-tab {
width: 100%;
border-bottom: 2rpx solid #777;
text-align: center;
line-height: 80rpx;
background: white;
}
.swiper-tab-list {
font-size: 30rpx;
display: inline-block;
width: 33%;
color: #777;
}
.on {
color: #2788f8;
border-bottom: 2rpx solid #2788f8;
}
.swiper-box {
display: block;
height: 100%;
width: 100%;
overflow: hidden;
}
.swiper-items {
height: 100%;
padding-top: 3%;
}
.scroll-views {
height: 100%;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.listvalue_item{
display: flex;
flex-direction: row;
background: white;
}
.mycheckbox{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding-left: 2%;
}
.custmer_list_view{
display: flex;
flex-direction: column;
padding-left: 2%;
padding-top: 16rpx;
width: 100%;
}
.itemview_h{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-top: 10rpx;
padding-right: 5%;
padding-bottom: 10rpx;
}
.text_name{
font-size: 28rpx;
color: rgb(136, 136, 136);
}
.text_id{
font-size: 32rpx;
color: rgb(48, 48, 48);
}
.view_line_main{
background: white
}
.view_line{
width: 100%;
height: 2rpx;
background: rgb(219, 219, 219);
}
.submit{
position: fixed;
bottom: 60rpx;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}