120 lines
2.1 KiB
Plaintext
120 lines
2.1 KiB
Plaintext
page{
|
|
height: 100%;
|
|
background: #f1f1f1;
|
|
}
|
|
.i-tabs-cell{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 30rpx 40rpx;
|
|
border-bottom: 2rpx solid #eeeeee;
|
|
background-color: #FFFFFF;
|
|
position: relative;
|
|
}
|
|
.i-tabs-cel{
|
|
padding: 30rpx 40rpx;
|
|
border-bottom: 2rpx solid #eeeeee;
|
|
background-color: #FFFFFF;
|
|
position: relative;
|
|
}
|
|
._text{
|
|
font-size: 26rpx;
|
|
color: rgba(49,104,233,0.6);
|
|
padding: 20rpx 40rpx;
|
|
background-color: #ffffff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.i-tabs-cel ._image{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
position: absolute;
|
|
top: 26rpx;
|
|
left: 0;
|
|
}
|
|
.i-upload-pictures{
|
|
position: relative;
|
|
}
|
|
.i-upload-pictures .image_text{
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 220rpx;
|
|
left: 48rpx;
|
|
color: #999999;
|
|
font-size: 26rpx;
|
|
z-index: 90;
|
|
}
|
|
.i-upload-pictures .weui-uploader__file{
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
}
|
|
.i-tabs-cel .weui-uploader__input-box{
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
background: #fff;
|
|
border: 2rpx dashed #e2e2e2;
|
|
border-radius: 10rpx;
|
|
}
|
|
.weui-uploader__input-box::before {
|
|
top: 30%;
|
|
height: 46rpx;
|
|
}
|
|
.weui-uploader__input-box::after{
|
|
top: 30%;
|
|
width: 46rpx;
|
|
}
|
|
.i-cell-left{
|
|
width: 250rpx;
|
|
color: #999999;
|
|
font-size: 32rpx;
|
|
}
|
|
.i-cell-right ._com{
|
|
margin-right: 40rpx;
|
|
}
|
|
.weui-uploader__title{
|
|
font-size: 32rpx;
|
|
color: #999999;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.i-page-section ._button{
|
|
width: 85%;
|
|
margin: auto;
|
|
margin-top: 60rpx;
|
|
margin-bottom: 80rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
.i-page-section .button_grey{
|
|
width: 85%;
|
|
margin: auto;
|
|
margin-top: 60rpx;
|
|
margin-bottom: 80rpx;
|
|
background-color: #999999 !important;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
|
|
/* 自定义弹窗 */
|
|
.mask {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
overflow: hidden;
|
|
z-index: 99;
|
|
}
|
|
.head_center{
|
|
margin: 50% 40rpx;
|
|
background-color: #ffffff;
|
|
padding: 30rpx 50rpx 60rpx 50rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
._center{
|
|
margin-bottom: 60rpx;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
}
|
|
._center text:nth-child(2){
|
|
font-size: 90rpx;
|
|
font-weight: 700;
|
|
color: red;
|
|
margin: 0 10rpx;
|
|
} |