|
@@ -1,27 +1,26 @@
|
|
|
/* components/myButton/myButton.wxss */
|
|
/* components/myButton/myButton.wxss */
|
|
|
.my-button {
|
|
.my-button {
|
|
|
- width: 250rpx !important;
|
|
|
|
|
|
|
+ width: 225rpx !important;
|
|
|
font-size: 30rpx !important;
|
|
font-size: 30rpx !important;
|
|
|
- font-weight: normal !important;
|
|
|
|
|
- border-radius: 40rpx !important;
|
|
|
|
|
|
|
+ font-weight: normal;
|
|
|
|
|
+ border-radius: 60rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.my-large-button {
|
|
.my-large-button {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- padding: 0rpx;
|
|
|
|
|
- width: 200rpx !important;
|
|
|
|
|
- height: 100rpx !important;
|
|
|
|
|
|
|
+ width: 225rpx !important;
|
|
|
|
|
+ height: 120rpx;
|
|
|
font-size: 30rpx !important;
|
|
font-size: 30rpx !important;
|
|
|
- border-radius: 20rpx !important;
|
|
|
|
|
- font-weight: normal !important;
|
|
|
|
|
|
|
+ font-weight: normal;
|
|
|
|
|
+ border-radius: 30rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.my-mini-button {
|
|
.my-mini-button {
|
|
|
font-size: 25rpx !important;
|
|
font-size: 25rpx !important;
|
|
|
- font-weight: normal !important;
|
|
|
|
|
- border-radius: 20rpx !important;
|
|
|
|
|
|
|
+ font-weight: normal;
|
|
|
|
|
+ border-radius: 50rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.my-primary-disabled-button {
|
|
.my-primary-disabled-button {
|