会员模块
This commit is contained in:
26
pages/member/examine/examine.wxss
Normal file
26
pages/member/examine/examine.wxss
Normal file
@@ -0,0 +1,26 @@
|
||||
.tips {
|
||||
margin: 30rpx 0;
|
||||
}
|
||||
|
||||
.tips-name {
|
||||
color: #000000;
|
||||
font-weight: 600;
|
||||
font-size: 36rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.tips-text {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: #0074ff;
|
||||
color: #ffffff;
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
line-height: 96rpx;
|
||||
border-radius: 60rpx;
|
||||
font-size: 30rpx;
|
||||
margin-top: 80rpx;
|
||||
box-shadow: 0 0 20rpx 6rpx rgba(0, 116, 255, .5);
|
||||
}
|
||||
Reference in New Issue
Block a user