25 lines
365 B
SCSS
25 lines
365 B
SCSS
/* pages/whiteList/whiteList.wxss */
|
|
page {
|
|
background: #F6F6F6;
|
|
}
|
|
|
|
.whiteList {
|
|
background: #fff;
|
|
|
|
.item {
|
|
height: 128rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 56rpx;
|
|
|
|
&:not(:first-child) {
|
|
border-top: 1px solid #F6F6F6;
|
|
}
|
|
|
|
image {
|
|
width: 63rpx;
|
|
height: 63rpx;
|
|
margin-right: 27rpx;
|
|
}
|
|
}
|
|
} |