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
824 B
Plaintext
43 lines
824 B
Plaintext
|
2 years ago
|
@import "../editDetail/index.wxss";
|
||
|
|
|
||
|
|
.weui-slidecells {
|
||
|
|
margin:8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-slidecell {
|
||
|
|
background-color: var(--weui-BG-2);
|
||
|
|
border-radius: 8px;
|
||
|
|
padding: 12px;
|
||
|
|
line-height: 1.4;
|
||
|
|
font-size: 17px;
|
||
|
|
}
|
||
|
|
.dtBtn,.dtBtnD{
|
||
|
|
display: inline-block;
|
||
|
|
border-radius: 18px;
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 601;
|
||
|
|
padding: 0;
|
||
|
|
color: #ffffff;
|
||
|
|
background-color: var(--color-ysd);
|
||
|
|
width: 256rpx;
|
||
|
|
height: 32px;
|
||
|
|
line-height: 32px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
/* margin: 0; */
|
||
|
|
margin-top: 12px;
|
||
|
|
/* margin-left: 16px; */
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
.button-hover[type="primary"]{
|
||
|
|
background-color: #00aaaa;
|
||
|
|
}
|
||
|
|
.dtBtnD{
|
||
|
|
border: 1px solid #00bebe;
|
||
|
|
border-radius: 18px;
|
||
|
|
background-color: #fff;
|
||
|
|
line-height: 30px;
|
||
|
|
color: var(--color-ysd);
|
||
|
|
}
|
||
|
|
.dtBtnD:active{
|
||
|
|
background-color:#e5f8f8
|
||
|
|
}
|