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.
53 lines
877 B
Plaintext
53 lines
877 B
Plaintext
@import "../../announceDetail/index.wxss";
|
|
|
|
.ims,.plus-center{
|
|
margin: 5px;
|
|
width: calc((100vw - 50px) / 3);
|
|
height:calc((100vw - 50px) / 3);
|
|
border-radius: 4px;
|
|
}
|
|
.plus-center{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #eee;
|
|
font-size: 24px;
|
|
}
|
|
|
|
|
|
.xz{
|
|
width: 64px;
|
|
height: 28px;
|
|
border: 1px solid var(--color-be);
|
|
border-radius: 20px;
|
|
line-height: 28px;
|
|
color: var(--color-be);
|
|
text-align: center;
|
|
margin-left: 24px;
|
|
}
|
|
.xz:active{
|
|
background-color: #ebfafa;
|
|
}
|
|
.weui-agree{
|
|
position: relative;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.imsView{
|
|
display: inline-block;
|
|
}
|
|
.weui-check__label .t-icon{
|
|
/* padding: 12px; */
|
|
position: absolute;
|
|
/* font-size: 22px; */
|
|
width: 22px;
|
|
height: 22px;
|
|
right: 12px;
|
|
top: 16px;
|
|
}
|
|
.weui-check__label{
|
|
position: relative;
|
|
}
|
|
/* .weui-check[checked=true] .iconfont{
|
|
display: none;
|
|
} */ |