You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
439 B
36 lines
439 B
/* pages/adress/list/index.wxss */
|
|
.page {
|
|
height: 100Vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
.page.show {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.switch-sex::after {
|
|
content: "\e716";
|
|
}
|
|
|
|
.switch-sex::before {
|
|
content: "\e7a9";
|
|
}
|
|
|
|
.switch-music::after {
|
|
content: "\e66a";
|
|
}
|
|
|
|
.switch-music::before {
|
|
content: "\e6db";
|
|
}
|
|
|
|
.divLeft10rpx {
|
|
position: absolute;
|
|
left: 10rpx;
|
|
width: calc(100% - 160rpx);
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
.font-size14{
|
|
font-size: 12px;
|
|
}
|