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.
44 lines
816 B
Plaintext
44 lines
816 B
Plaintext
@import "../announceDetail/index.wxss";
|
|
|
|
page{
|
|
background-color: #fff;
|
|
}
|
|
.imgs{
|
|
width: calc(25vw - 17px);
|
|
height: calc(25vw - 17px) ;
|
|
border-radius:4px;margin-right: 12px;margin-bottom: 8px;
|
|
}
|
|
|
|
.weui-uploader__input-box:before {
|
|
width: 2px;
|
|
height: 24px;
|
|
}
|
|
.weui-uploader__input-box:after {
|
|
width: 24px;
|
|
height: 2px;
|
|
}
|
|
.weui-uploader__img{
|
|
border-radius: 4px;
|
|
}
|
|
.weui-uploader__file .delImg{
|
|
position: absolute;
|
|
right: -6px;
|
|
top:-6px;
|
|
z-index: 99;
|
|
}
|
|
.weui-uploader__bd{
|
|
overflow: inherit;
|
|
}
|
|
.weui-uploader__file,
|
|
.weui-uploader__input-box {
|
|
/* width: calc((100vw - 105px - 40px) / 3);
|
|
height: calc((100vw - 105px - 40px) / 3); */
|
|
border-radius: 4px;
|
|
width: calc(25vw - 17px);
|
|
height: calc(25vw - 17px) ;
|
|
margin-right: 11px;
|
|
}
|
|
.weui-cells.noTopBorder:before {
|
|
border-top: 0;
|
|
}
|