编辑我的页面跳转,完成积分和优惠券页面的创建(内容还没写多少)
This commit is contained in:
19
pages/integral/index.wxss
Normal file
19
pages/integral/index.wxss
Normal file
@@ -0,0 +1,19 @@
|
||||
/* pages/integral/index.wxss */
|
||||
|
||||
page {
|
||||
background-color: rgb(242,243,245);
|
||||
}
|
||||
|
||||
.integralWrapper {
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.currentIntegral {
|
||||
font-size: 34rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.ticketList {
|
||||
margin-top: 20rpx;
|
||||
}
|
Reference in New Issue
Block a user