generated from ccsens_fe/uni-vue3-template
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.
169 lines
2.4 KiB
169 lines
2.4 KiB
@import '@/uni_modules/uni-scss/variables.scss';
|
|
@import '@/uni_modules/vk-uview-ui/theme.scss';
|
|
|
|
$u-type-success: #1bb299;
|
|
|
|
.bg-main {
|
|
background: linear-gradient(136deg, #7bc0ff 7%, #4d88ff 92%);
|
|
}
|
|
.bg-main-v {
|
|
background: linear-gradient(180deg, #7bc0ff, #4d88ff);
|
|
}
|
|
|
|
.bg-main-r {
|
|
background: linear-gradient(180deg, #4f8bff, rgba(44, 110, 183, 0));
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: $u-type-primary !important;
|
|
}
|
|
|
|
.border-radius-9-up {
|
|
border-radius: 18rpx 18rpx 0 0;
|
|
}
|
|
|
|
.border-radius-9-down {
|
|
border-radius: 0 0 18rpx 18rpx;
|
|
}
|
|
|
|
.border-radius-6 {
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.border-success {
|
|
border-color: $u-type-success !important;
|
|
}
|
|
|
|
.border-primary {
|
|
border-color: $u-type-primary !important;
|
|
}
|
|
|
|
.u-column,
|
|
.column,
|
|
.flex-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.flex-2 {
|
|
flex: 2;
|
|
}
|
|
.flex-3 {
|
|
flex: 3;
|
|
}
|
|
.justify-space-around {
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.justify-end {
|
|
justify-content: end;
|
|
}
|
|
.align-top {
|
|
align-items: flex-start !important;
|
|
}
|
|
.align-center {
|
|
align-items: center;
|
|
}
|
|
.white {
|
|
background-color: #fff !important;
|
|
}
|
|
.red {
|
|
color: $u-type-error;
|
|
}
|
|
.green {
|
|
color: $u-type-success;
|
|
}
|
|
.primary {
|
|
color: $u-type-primary;
|
|
}
|
|
|
|
.mt-20 {
|
|
margin-top: 20rpx;
|
|
}
|
|
.ml-20 {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.pa-20 {
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
.full-height {
|
|
height: 100%;
|
|
}
|
|
|
|
.font-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fixed-btn {
|
|
position: fixed !important;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.bg-white {
|
|
background-color: #fff;
|
|
}
|
|
.text-white {
|
|
color: #fff;
|
|
}
|
|
.font-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.checklist-box.is-checked .radio__inner .radio__inner-icon {
|
|
background-color: #2979ff !important;
|
|
}
|
|
.uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .radio__inner {
|
|
border-color: #2979ff !important;
|
|
}
|
|
.uni-section .uni-section-header__content .distraction {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.search-wrap {
|
|
z-index: 9999;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 20px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.uni-forms-item.is-direction-left {
|
|
align-items: center;
|
|
}
|
|
|
|
.uni-collapse-item__title {
|
|
border: none !important;
|
|
}
|
|
|
|
.uni-collapse {
|
|
padding-bottom: 25px;
|
|
}
|
|
|