优化页面
This commit is contained in:
67
unpackage/dist/dev/mp-weixin/pages/Mine/minecomponents/points.wxss
vendored
Normal file
67
unpackage/dist/dev/mp-weixin/pages/Mine/minecomponents/points.wxss
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
|
||||
.bg.data-v-cd2929c5 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.bgImg.data-v-cd2929c5 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.Return.data-v-cd2929c5 {
|
||||
position: absolute;
|
||||
top: 110rpx;
|
||||
left: 35rpx;
|
||||
width: 46rpx;
|
||||
height: 46rpx;
|
||||
}
|
||||
.title.data-v-cd2929c5 {
|
||||
position: absolute;
|
||||
top: 120rpx;
|
||||
left: 335rpx;
|
||||
font-size: 34rpx;
|
||||
color: #100e0f;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ReturnImg.data-v-cd2929c5 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.content.data-v-cd2929c5 {
|
||||
position: absolute;
|
||||
top: 250rpx;
|
||||
left: 0rpx;
|
||||
right: 0rpx;
|
||||
bottom: 50rpx;
|
||||
}
|
||||
.scroll.data-v-cd2929c5 {
|
||||
height: 100%;
|
||||
width: 750rpx;
|
||||
}
|
||||
.card-content.data-v-cd2929c5 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 100rpx;
|
||||
width: 600rpx;
|
||||
padding: 0 20rpx;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
margin-left: 50rpx;
|
||||
}
|
||||
.time.data-v-cd2929c5 {
|
||||
font-size: 24rpx;
|
||||
color: #7b7b7b;
|
||||
}
|
||||
.info.data-v-cd2929c5 {
|
||||
font-size: 24rpx;
|
||||
color: #898989;
|
||||
}
|
||||
.num.data-v-cd2929c5 {
|
||||
font-size: 24rpx;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user