mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
18 lines
262 B
SCSS
18 lines
262 B
SCSS
.flag-title {
|
|
font-size: 42rpx;
|
|
font-weight: bold;
|
|
}
|
|
.submit,
|
|
.notice {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
|
|
height: 92rpx;
|
|
text-align: center;
|
|
letter-spacing: 4rpx;
|
|
line-height: 92rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.wrapper {
|
|
padding:16rpx;
|
|
} |