完成简易版的充值和充值记录查询页面,简单的我的页面
This commit is contained in:
24
components/cell/index.wxss
Normal file
24
components/cell/index.wxss
Normal file
@@ -0,0 +1,24 @@
|
||||
/* components/cell/index.wxss */
|
||||
@import "/app.wxss";
|
||||
.content {
|
||||
padding: 20rpx 24rpx;
|
||||
background-color: #fff;
|
||||
line-height: 42rpx;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #fff !important;
|
||||
padding: 20rpx 24rpx !important;
|
||||
border: none !important;
|
||||
line-height: 42rpx !important;
|
||||
font-size: 36rpx !important;
|
||||
display: flex !important;
|
||||
justify-content: left !important;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.rightIcon {
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
}
|
Reference in New Issue
Block a user