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.
146 lines
2.5 KiB
146 lines
2.5 KiB
/* button */
|
|
button::after {
|
|
border: 0;
|
|
}
|
|
|
|
/* radio/checkbox */
|
|
uni-radio .uni-radio-input {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
/* #ifdef H5 */
|
|
radio .uni-radio-input,
|
|
checkbox .uni-checkbox-input {
|
|
/* border-radius: 50%; */
|
|
transform: scale(0.8);
|
|
}
|
|
|
|
radio .uni-radio-input.uni-radio-input-checked,
|
|
checkbox .uni-checkbox-input.uni-checkbox-input-checked {
|
|
/* border-radius: 50%; */
|
|
border: 1px solid #1998FE !important;
|
|
background: #1998FE !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
|
|
radio .uni-radio-input.uni-radio-input-checked::before,
|
|
checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
|
|
font-size: 13px;
|
|
}
|
|
|
|
radio:not([disabled]) .uni-radio-input:hover,
|
|
checkbox:not([disabled]) .uni-checkbox-input:hover {
|
|
border-color: #d1d1d1 !important;
|
|
}
|
|
|
|
/* #endif */
|
|
/* #ifdef APP-PLUS || MP */
|
|
radio .wx-radio-input,
|
|
checkbox .wx-checkbox-input {
|
|
border-radius: 50%;
|
|
transform: scale(0.8);
|
|
}
|
|
|
|
radio .wx-radio-input.wx-radio-input-checked,
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
|
border-radius: 50%;
|
|
border: 1px solid #1998FE !important;
|
|
background: #1998FE !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
|
|
radio .wx-radio-input.wx-radio-input-checked::before,
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
|
font-size: 18px;
|
|
}
|
|
|
|
radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbox-input:hover {
|
|
border-color: #d1d1d1 !important;
|
|
}
|
|
/* #endif */
|
|
|
|
.lf-color-primary {
|
|
color: #186c6b !important;
|
|
}
|
|
|
|
.lf-bg-primary {
|
|
background: #186c6b !important;
|
|
}
|
|
|
|
.lf-color-secondary {
|
|
color: #FE8800 !important;
|
|
}
|
|
|
|
.lf-bg-secondary {
|
|
background: #FE8800 !important;
|
|
}
|
|
|
|
.lf-color-black {
|
|
color: #222222 !important;
|
|
}
|
|
|
|
.lf-bg-black {
|
|
background: #222222 !important;
|
|
}
|
|
|
|
.lf-color-white {
|
|
color: #FFFFFF !important;
|
|
}
|
|
|
|
.lf-bg-white {
|
|
background: #FFFFFF !important;
|
|
}
|
|
|
|
.lf-bg-red {
|
|
background: #FF0000 !important;
|
|
}
|
|
|
|
.lf-color-gray {
|
|
color: #777777 !important;
|
|
}
|
|
|
|
.lf-bg-gray {
|
|
background: #777777 !important;
|
|
}
|
|
|
|
.lf-bg-blue {
|
|
background: #1998FE !important;
|
|
}
|
|
|
|
.lf-color-green {
|
|
color: #0BCE5F !important;
|
|
}
|
|
|
|
.lf-border-green {
|
|
border: 1px solid #0BCE5F !important;
|
|
}
|
|
|
|
.lf-border-blue {
|
|
border: 1px solid #1998FE !important;
|
|
}
|
|
|
|
.lf-border-gray {
|
|
border: 1px solid #555555 !important;
|
|
}
|
|
|
|
/* 一些常用的字体颜色 */
|
|
.lf-color-price {
|
|
color: #FF0000 !important;
|
|
}
|
|
.lf-color-999{
|
|
color: #999999 !important;
|
|
}
|
|
.lf-color-666{
|
|
color: #666666 !important;
|
|
}
|
|
.lf-color-555{
|
|
color: #555555 !important;
|
|
}
|
|
.lf-color-333{
|
|
color: #333333 !important;
|
|
}
|
|
|
|
.lf-color-blue {
|
|
color: #1998FE !important;
|
|
}
|