generated from weChat/xcx_temp
109 lines
1.9 KiB
Plaintext
109 lines
1.9 KiB
Plaintext
/* 主题定制 */
|
|
.root-bg-color {
|
|
background-color: #F4E6CF;
|
|
}
|
|
|
|
.t-input {
|
|
--td-input-placeholder-text-color: #bbbbbb;
|
|
--td-input-text-color: #333333;
|
|
}
|
|
|
|
.t-tab-bar {
|
|
--td-tab-bar-color: #bbb;
|
|
--td-tab-bar-active-color: #333;
|
|
}
|
|
|
|
.t-cascader {
|
|
--td-cascader-active-color: #F4E6CF;
|
|
}
|
|
|
|
.t-switch {
|
|
--td-switch-checked-color: #34c759;
|
|
}
|
|
|
|
.t-button {
|
|
--td-button-font-weight: 500;
|
|
--td-button-medium-font-size: 32rpx;
|
|
--td-button-default-color: #fff;
|
|
--td-button-default-bg-color: #F4E6CF;
|
|
--td-button-default-border-color: #F4E6CF;
|
|
--td-button-default-disabled-color: #fff;
|
|
--td-button-default-disabled-bg: #cccccc;
|
|
--td-button-default-disabled-border-color: #cccccc;
|
|
--td-button-default-active-bg-color: #F4E6CF;
|
|
--td-button-default-active-border-color: #F4E6CF;
|
|
}
|
|
|
|
.t-textarea {
|
|
--td-textarea-placeholder-color: #bbb;
|
|
}
|
|
|
|
.t-checkbox {
|
|
--td-checkbox-icon-checked-color: #F4E6CF;
|
|
}
|
|
|
|
.t-tabs {
|
|
--td-tab-item-active-color: #F4E6CF;
|
|
--td-tab-track-color: #F4E6CF;
|
|
}
|
|
|
|
.t-button {
|
|
--td-button-default-color: #000;
|
|
--td-button-primary-text-color: #F4E6CF;
|
|
}
|
|
|
|
.t-side-bar{
|
|
--td-side-bar-active-color: #F4E6CF;
|
|
--td-side-bar-disabled-color: #F4E6CF;
|
|
}
|
|
|
|
.dialog__button-confirm {
|
|
color: #F4E6CF !important;
|
|
}
|
|
|
|
.dialog__button-cancel {
|
|
color: #aeb3b7 !important;
|
|
}
|
|
|
|
.mt-25 {
|
|
margin-top: 25rpx;
|
|
}
|
|
|
|
.mb-25 {
|
|
margin-bottom: 25rpx;
|
|
}
|
|
|
|
.mb-30 {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.w1{
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.w2{
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.price-class {
|
|
color: #FA4126 !important;
|
|
font-size: 35rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.black{
|
|
color: #000 !important;
|
|
font-weight: normal !important;
|
|
} |