page {
|
|
background: rgb(240, 239, 245);
|
|
}
|
|
|
|
.yonghu1 {
|
|
background: #fff;
|
|
height: 50px;
|
|
border-top: 0.5px solid rgb(240, 239, 245);
|
|
}
|
|
|
|
.view1 {
|
|
margin-top: 3%;
|
|
margin-left: 17px;
|
|
color: #464646;
|
|
}
|
|
|
|
.main-body {
|
|
margin-right: 5%;
|
|
float: right;
|
|
}
|
|
|
|
|
|
.text1 {
|
|
margin-right: 5%;
|
|
float: right;
|
|
}
|
|
|
|
.paiche {
|
|
color: #fff;
|
|
background: #f98b29;
|
|
margin-top: 20%;
|
|
margin-left: 5%;
|
|
width: 40%;
|
|
float: left;
|
|
}
|
|
|
|
.fenxiang {
|
|
color: #fff;
|
|
background: #f98b29;
|
|
margin-top: 20%;
|
|
margin-right: 5%;
|
|
width: 40%;
|
|
float: right;
|
|
}
|
|
|
|
|
|
/*mask*/
|
|
.drawer_screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: #000;
|
|
opacity: 0.5;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/*content*/
|
|
|
|
.drawer_screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: #000;
|
|
opacity: 0.5;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sousuo {
|
|
/* margin-right: 10%;
|
|
margin-left: 10%; */
|
|
text-align: center;
|
|
background: #d6d8da;
|
|
height: 40px;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.drawer_content {
|
|
height: 500rpx;
|
|
overflow-y: scroll; /*超出父盒子高度可滚动*/
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.btn_ok {
|
|
padding: 10px;
|
|
font: 20px "microsoft yahei";
|
|
text-align: center;
|
|
border-top: 1px solid #e8e8ea;
|
|
color: #2e8cf5;
|
|
}
|
|
|
|
.top {
|
|
height: 20%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.grid1 {
|
|
width: 100%;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
/* padding-top: 5px;
|
|
padding-bottom: 10px; */
|
|
padding-top: 16rpx;
|
|
padding-bottom: 16rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.text3 {
|
|
font-size: 18px;
|
|
color: rgb(48, 48, 48);
|
|
}
|