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
692 B
Plaintext

2 years ago
page{
padding-bottom: 24px;
}
.title{
font-size: 22px;
color: #333;
}
.maAddress{
margin-top: 12px;
font-size: 16px;
color: #999;
width: calc(100vw - 80px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.weui-cell::before {
left: 16px;
right: 16px;
}
.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;
}
.weui-cell {
padding: 18px 16px;
}
.weui-agree__checkbox-check[aria-checked="true"] + .weui-agree__checkbox, .weui-agree__checkbox:checked{
color: var(--color-ysd);
}