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.
45 lines
690 B
45 lines
690 B
/* pages/my/my.wxss */
|
|
|
|
/*@import "../../style/weui.wxss";*/
|
|
|
|
page {
|
|
background-color: #f0eff4;
|
|
}
|
|
|
|
.top {
|
|
background-color: #fff;
|
|
padding: 10rpx;
|
|
/* border-bottom: 2rpx solid #d0d0d0; */
|
|
position: relative;
|
|
height: 180rpx;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.btn-logn {
|
|
background-color: transparent;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.top image {
|
|
position: absolute;
|
|
left: 0rpx;
|
|
height: 138rpx;
|
|
width: 138rpx;
|
|
margin-left: 25rpx;
|
|
border-radius: 10rpx;
|
|
border: 2rpx solid #d0d0d0;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.btm {
|
|
border: 0;
|
|
border-radius: 0;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
font-size: 38rpx;
|
|
color: #e94f4f;
|
|
background-color: #fff;
|
|
}
|