feat: 优化页面样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@button-default-height: 80rpx;
|
||||
@button-default-height: 92rpx;
|
||||
@button-border-radius: 16rpx;
|
||||
@button-default-font-size: 30rpx;
|
||||
@button-default-font-size: 32rpx;
|
||||
@button-default-color: #fff;
|
||||
|
||||
wx-button:not([size=mini]) {
|
||||
@@ -15,17 +15,16 @@ wx-button:not([size=mini]) {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: @button-default-height;
|
||||
line-height: @button-default-height;
|
||||
border-radius: @button-border-radius;
|
||||
font-size: @button-default-font-size;
|
||||
color: @button-default-color;
|
||||
padding: 0 48rpx;
|
||||
padding: 0 24rpx;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: all 0.15s ease-in-out;
|
||||
border: none;
|
||||
min-width: 240rpx;
|
||||
|
||||
|
||||
&--primary {
|
||||
background: #FFD719;
|
||||
|
||||
Reference in New Issue
Block a user