apply.wxss 1.3 KB
/* pages/apply/apply.wxss */
@import '../selfhelp/selfhelp.wxss';
page{
 background: #F0F0F0;
}
iconbox {
margin:0 16rpx 0 0;
}
.top{
 background: #fff;
}
.explain{
 height: 220rpx;
 margin: 0 0 10rpx 0;
}
.exp_box{
 justify-content: space-between;
}
.explain_txt{
 color:#CCCCCC;
 font-size:24rpx;
}
.bottom{
 margin: 16rpx 0 0 0;
 padding: 0 32rpx 30rpx 32rpx;
 background: #fff;
}
.bottom_title{
 padding:32rpx 0;
 margin: 0;
 border-bottom:1rpx solid #EBEBEB;
}
.imgbox{
 height: 430rpx;
 display: flex;
 flex-wrap: wrap;
}
.img_item{
 margin: 20rpx 10rpx 0 0;
 position: relative;
 width:137rpx;
 height: 137rpx;
 border-radius: 5rpx;
}
.img_item image{
 width:100%;
 height: 100%;
 display: block;
}
.close_box{
 position: absolute;
 top:5rpx;
 right: 5rpx;
 width:34rpx;
 height: 34rpx;
 border-radius: 50%;
 z-index:5;
 background: #fff;
 
}
.add_item{
 margin: 20rpx 10rpx 0 0;
 width:137rpx;
 height: 137rpx;
 border-radius: 5rpx;
background-color: #E6E6E6;
display: flex;
align-items: center;
justify-content: center;
}
.add_item .iconfont{
 color:#fff;
 font-size: 85rpx;
}
.btn{
 margin: 30rpx 0 0 0;
 width:100%;
 height: 88rpx;
 border-radius: 44rpx;
 background: #8DE063;
 color:#fff;
 font-size:34rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}
.btn:active{
 opacity: 0.7;
}
.tel_box{
 width:22rpx;
}