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.
27 lines
438 B
Plaintext
27 lines
438 B
Plaintext
@import "/pages/myInfo/index.wxss";
|
|
page{
|
|
background-color: #fff;
|
|
}
|
|
/*
|
|
.wx-text-list .wx-list-li{
|
|
margin-left: 0;
|
|
padding: 20px 0;
|
|
} */
|
|
.wx-list-li:last-child:after{
|
|
bottom: 0;
|
|
top: auto;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
.wx-text-list{
|
|
position: relative;
|
|
}
|
|
.wx-text-list:after{
|
|
content: " ";
|
|
position: absolute;
|
|
left: 16px;
|
|
right:16px;
|
|
height: 1px;
|
|
z-index: 2;
|
|
bottom: 0;
|
|
border-bottom: 1rpx solid #eee;
|
|
} |