qa-prevention-xgf-app/styles/theme.scss

131 lines
1.6 KiB
SCSS
Raw Permalink Normal View History

2024-09-30 09:40:54 +08:00
.ml-10 {
2024-08-27 15:04:44 +08:00
margin-left: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.mt-10 {
2024-08-27 15:04:44 +08:00
margin-top: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.mb-10 {
2024-08-27 15:04:44 +08:00
margin-bottom: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.mr-10 {
2024-08-27 15:04:44 +08:00
margin-right: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.m-10 {
2024-08-27 15:04:44 +08:00
margin: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.p-10 {
2024-08-27 15:04:44 +08:00
padding: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.pl-10 {
2024-08-27 15:04:44 +08:00
padding-left: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.pr-10 {
2024-08-27 15:04:44 +08:00
padding-right: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.pt-10 {
2024-08-27 15:04:44 +08:00
padding-top: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.pb-10 {
2024-08-27 15:04:44 +08:00
padding-bottom: 20rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.w100 {
2023-11-07 10:24:08 +08:00
width: 100%;
}
2024-09-30 09:40:54 +08:00
.flex1 {
2023-11-07 10:24:08 +08:00
flex: 1;
}
2024-09-30 09:40:54 +08:00
.pr {
2023-11-07 10:24:08 +08:00
position: relative;
}
2024-09-30 09:40:54 +08:00
.border {
border: 1px solid #e5e5e5;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
2023-11-07 10:24:08 +08:00
.content {
position: relative;
min-height: 100vh;
background-color: $uni-bg-color-grey;
}
2024-09-30 09:40:54 +08:00
.card {
2024-08-27 15:04:44 +08:00
padding: 20rpx;
2023-11-07 10:24:08 +08:00
background-color: #FFFFFF;
}
2024-09-30 09:40:54 +08:00
.search {
2023-11-07 10:24:08 +08:00
border-bottom: 1px solid #ccc;
display: flex;
flex-direction: row;
2024-09-30 09:40:54 +08:00
.u-text {
2024-08-27 15:04:44 +08:00
width: 100rpx !important;
2023-11-07 10:24:08 +08:00
flex: none !important;
}
2024-09-30 09:40:54 +08:00
2023-11-07 10:24:08 +08:00
.u-button {
2024-08-27 15:04:44 +08:00
height: 68rpx !important;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.u-input__content__field-wrapper__field {
2024-08-27 15:04:44 +08:00
height: 42rpx !important;
2023-11-07 10:24:08 +08:00
}
}
2024-09-30 09:40:54 +08:00
.flex-between {
2023-11-07 10:24:08 +08:00
display: flex;
flex-direction: row;
justify-content: space-between;
}
2024-09-30 09:40:54 +08:00
.flex-end {
2023-11-07 10:24:08 +08:00
display: flex;
flex-direction: row;
justify-content: flex-end;
}
2024-09-30 09:40:54 +08:00
.flex-warp {
2023-11-07 10:24:08 +08:00
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
2024-09-30 09:40:54 +08:00
.main-title {
2023-11-07 10:24:08 +08:00
color: #333333;
2024-08-27 15:04:44 +08:00
font-size: 30rpx;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.subtitle {
2023-11-07 10:24:08 +08:00
color: #888888;
2024-08-27 15:04:44 +08:00
font-size: 26rpx;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.title {
2023-11-07 10:24:08 +08:00
font-weight: bold;
color: #000000;
2024-08-27 15:04:44 +08:00
font-size: 28rpx;
2023-11-07 10:24:08 +08:00
}
2024-09-30 09:40:54 +08:00
.required {
&:before {
2023-11-07 10:24:08 +08:00
content: '*';
position: absolute;
left: 0;
color: #f56c6c;
2024-08-27 15:04:44 +08:00
font-size: 40rpx;
2023-11-07 10:24:08 +08:00
font-weight: normal;
}
}