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

43 lines
768 B
Plaintext

2 years ago
@import "/pages/creatAgent/index.wxss";
.bb1 {
border-bottom: 1rpx solid #f5f5f5;
}
.flex-1.tc{
position: relative;
}
.flex-1.tc::after{
content: "";
position: absolute;
width: 1rpx;
height: 20px;
background-color: #f5f5f5;
right: 0;
top: 20px;
}
.noright.flex-1.tc::after{
content: none;
}
.rightEdit{
width: 46px;
height: 24px;
border: 1px solid #027aff;
border-radius: 14px;
font-size: 14px;
text-align: center;
color:#027aff;
line-height: 24px;
}
.weui-uploader__img{
width: 60px;
height: 60px;
margin: 0 10px 10px 0;
}
.weui-cell.noTop::before{
content:none
}
.weui-uploader__file,.weui-uploader__input-box{
/* width: calc((100vw - 105px - 40px) / 3);
height: calc((100vw - 105px - 40px) / 3); */
width: 60px;
height: 60px;
}