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.

29 lines
495 B
Plaintext

/* pages/addressPage/index.wxss */
.pageIn {
padding: 0 10px;
}
.subset {
margin-top: 16px;
}
.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;
width: calc(100vw - 40px);
min-height: 76px;
padding: 0px 10px;
margin-top: 8px;
border-radius: 6px;
background-color: #fff;
}
.navigator .icon-gengduo1 {
color: #999;
margin-left: 15px;
}