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.
54 lines
904 B
Plaintext
54 lines
904 B
Plaintext
|
2 years ago
|
/* pages/addressPage/index.wxss */
|
||
|
|
page {
|
||
|
|
padding: 0 10px 30px;
|
||
|
|
padding-bottom: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subset {
|
||
|
|
margin-top: 12px;
|
||
|
|
}
|
||
|
|
.subset .title .iconfont {
|
||
|
|
font-weight: lighter;
|
||
|
|
font-size: 18px;
|
||
|
|
line-height: 26px;
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
.navigator {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
min-height: 76px;
|
||
|
|
padding: 0px 10px;
|
||
|
|
margin-top: 8px;
|
||
|
|
border-radius: 6px;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.navigator .icon-gengduo1 {
|
||
|
|
color: #999;
|
||
|
|
margin-left: 8px;
|
||
|
|
margin-right: 12px;
|
||
|
|
}
|
||
|
|
.copyBtn{
|
||
|
|
position: absolute;
|
||
|
|
right: 0px;
|
||
|
|
font-size: 12px;
|
||
|
|
line-height: 14px;
|
||
|
|
border:1rpx solid #ccc;
|
||
|
|
padding: 2px 4px;
|
||
|
|
color: #666;
|
||
|
|
border-radius: 2px;
|
||
|
|
}
|
||
|
|
.copyBtn:active{
|
||
|
|
background-color: #ddd;
|
||
|
|
}
|
||
|
|
.weui-slidecells {
|
||
|
|
margin:8px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-slidecell {
|
||
|
|
background-color: var(--weui-BG-2);
|
||
|
|
border-radius: 8px;
|
||
|
|
padding: 12px;
|
||
|
|
line-height: 1.4;
|
||
|
|
font-size: 17px;
|
||
|
|
}
|