/* pages/updataguarantee/updataguarantee.wxss */
|
|
page {
|
|
background: rgb(240, 239, 245);
|
|
}
|
|
|
|
.twoitem{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding-right: 5%;
|
|
padding-left: 5%;
|
|
background: #fff;
|
|
border-bottom: 1rpx solid #dbdbdb;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.item_value{
|
|
width: 70%;
|
|
text-align: right
|
|
}
|
|
|
|
.item_value1{
|
|
width: 60%;
|
|
text-align: right
|
|
}
|
|
|
|
.submit {
|
|
margin-top: 50rpx;
|
|
margin-bottom: 30rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.submit2 {
|
|
margin-left: 5%;
|
|
margin-top: 10%;
|
|
width: 90%;
|
|
margin-right: 5%;
|
|
color: #fff;
|
|
background: linear-gradient(to right, #39c4fd, #539eef);
|
|
}
|
|
|
|
.custmer_list{
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.custmer_list_view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 5%;
|
|
padding-top: 16rpx;
|
|
background: white;
|
|
}
|
|
|
|
.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: 92%;
|
|
height: 2rpx;
|
|
margin-left: 4%;
|
|
margin-right: 4%;
|
|
background: rgb(219, 219, 219);
|
|
}
|
|
|
|
.delete {
|
|
width: 100%;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
color: red;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #fff;
|
|
border-bottom: 2rpx solid rgb(219, 219, 219);
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.tips{
|
|
font-size: 26rpx;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.show {
|
|
display: flex;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.drawer_screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: #000;
|
|
opacity: 0.5;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.drawer_box {
|
|
width: 650rpx;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 0;
|
|
z-index: 1001;
|
|
background: #fafafa;
|
|
margin: -150px 50rpx 0 50rpx;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|
|
.top {
|
|
height: 20%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.sousuo {
|
|
margin-right: 10%;
|
|
margin-left: 10%;
|
|
text-align: center;
|
|
background: #d6d8da;
|
|
height: 40px;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.drawer_content {
|
|
height: 500rpx;
|
|
overflow-y: scroll; /*超出父盒子高度可滚动*/
|
|
}
|
|
|
|
|
|
.btn_ok {
|
|
padding: 10px;
|
|
font: 20px "microsoft yahei";
|
|
text-align: center;
|
|
border-top: 1px solid #e8e8ea;
|
|
color: #3cc51f;
|
|
}
|
|
|
|
|
|
.grid1 {
|
|
width: 100%;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.text3 {
|
|
font-size: 18px;
|
|
color: rgb(48, 48, 48);
|
|
}
|