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.
58 lines
1.0 KiB
CSS
58 lines
1.0 KiB
CSS
@import '../../login/index.css';
|
|
page {
|
|
padding: 10px;
|
|
padding-top: 0;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.weui-cell {
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
.weui-cells__group {
|
|
border-radius: 8px;
|
|
padding: 0 20px;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
margin-top: 16px !important;
|
|
}
|
|
.mark {
|
|
border-radius: 8px;
|
|
padding: 16px 20px !important;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
}
|
|
.mark::before {
|
|
display: none;
|
|
}
|
|
.adTag {
|
|
width: 56px;
|
|
height: 28px;
|
|
border: 1rpx solid #e2e2e2;
|
|
border-radius: 25px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #333;
|
|
line-height: 28px;
|
|
display: inline-block;
|
|
margin-left: 8px;
|
|
}
|
|
.adTag.active {
|
|
background: var(--color-ysd);
|
|
color: #fff;
|
|
border: 1rpx solid var(--color-ysd);
|
|
}
|
|
.normalBtn {
|
|
width: 260px !important;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
color: #fff;
|
|
border-radius: 999px;
|
|
}
|
|
|
|
.weui-cell::before {
|
|
display: none;
|
|
}
|
|
.textarea {
|
|
width: 65%;
|
|
}
|