会员模块

This commit is contained in:
2023-12-15 17:53:08 +08:00
commit 2a998468d9
282 changed files with 14521 additions and 0 deletions

View 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);
}