Fix uniapp v2 login and sass compatibility
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/deep/uni-radio .uni-radio-input.uni-radio-input-checked {
|
||||
::v-deep uni-radio .uni-radio-input.uni-radio-input-checked {
|
||||
border: 1px solid #FDC383 !important;
|
||||
background-color: #FDC383 !important;
|
||||
}
|
||||
|
||||
@@ -382,34 +382,34 @@
|
||||
line-height: 40rpx;
|
||||
color: #333333;
|
||||
|
||||
/deep/uni-radio {
|
||||
::v-deep uni-radio {
|
||||
vertical-align: middle;
|
||||
margin-right: 14rpx;
|
||||
}
|
||||
|
||||
/deep/uni-radio .uni-radio-input {
|
||||
::v-deep uni-radio .uni-radio-input {
|
||||
width: 28rpx;
|
||||
height: 28rpx;
|
||||
border: 1px solid #E6993A;
|
||||
}
|
||||
|
||||
/deep/uni-radio .uni-radio-input.uni-radio-input-checked {
|
||||
::v-deep uni-radio .uni-radio-input.uni-radio-input-checked {
|
||||
border: 1px solid #E6993A !important;
|
||||
background-color: #E6993A !important;
|
||||
}
|
||||
|
||||
/deep/.wx-radio-input {
|
||||
::v-deep .wx-radio-input {
|
||||
width: 29rpx;
|
||||
height: 29rpx;
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
/deep/.wx-radio-input.wx-radio-input-checked {
|
||||
::v-deep .wx-radio-input.wx-radio-input-checked {
|
||||
border: 1px solid #E6993A !important;
|
||||
background-color: #E6993A !important;
|
||||
}
|
||||
|
||||
/deep/uni-radio .uni-radio-input.uni-radio-input-checked:before {
|
||||
::v-deep uni-radio .uni-radio-input.uni-radio-input-checked:before {
|
||||
font-size: 15rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -974,7 +974,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.recommend /deep/ .fw-500 {
|
||||
.recommend ::v-deep .fw-500 {
|
||||
font-weight: bold;
|
||||
}
|
||||
.text-gold,.icon-a-ic_CompleteSelect{
|
||||
|
||||
Reference in New Issue
Block a user