You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
927 B
44 lines
927 B
2 years ago
|
@import '/assets/wxss/global.wxss';
|
||
|
|
||
|
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
page {
|
||
|
box-sizing: border-box;
|
||
|
color: #333;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
}
|
||
|
.wux-tabs {
|
||
|
width: 500rpx !important;
|
||
|
color: #999 !important;
|
||
|
font-size: 28rpx !important;
|
||
|
}
|
||
|
.wux-tabs__tab--current .wux-tabs__tab-title {
|
||
|
color: #e60000 !important;
|
||
|
font-size: 32rpx !important;
|
||
|
}
|
||
|
.wux-tabs__tab--current .wux-tabs__tab-bar {
|
||
|
height: 8rpx !important;
|
||
|
background: #e60000 !important;
|
||
|
}
|
||
|
|
||
|
radio .wx-radio-input {
|
||
|
height: 20rpx;
|
||
|
width: 20rpx;
|
||
|
}
|
||
|
|
||
|
radio .wx-radio-input.wx-radio-input-checked::before {
|
||
|
background: #e60000;
|
||
|
border-radius: 50%;
|
||
|
-webkit-border-radius: 50%;
|
||
|
-moz-border-radius: 50%;
|
||
|
-ms-border-radius: 50%;
|
||
|
-o-border-radius: 50%;
|
||
|
}
|