a
doum
昨天 3d9c09c614bc6c24b69e03a9c68f839e9f3cae29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
@charset "UTF-8";
/* @import '@/uni_modules/uni-scss/variables.scss';*/
/* 颜色变量 */
.date.data-v-52aff8b4 {
  padding: 44rpx 32rpx;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.date .title.data-v-52aff8b4 {
  width: 100%;
  text-align: center;
  position: relative;
}
.date .title text.data-v-52aff8b4 {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.date .title .title_icon.data-v-52aff8b4 {
  position: absolute;
  right: 0;
  top: 0;
}
.date .content.data-v-52aff8b4 {
  width: 100%;
  margin-top: 80rpx;
  max-height: 600rpx;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.date .content .label-item.data-v-52aff8b4 {
  height: 70rpx;
  background: #F2F2F2;
  border-radius: 36rpx;
  width: calc(33.33% - 12rpx);
  text-align: center;
  font-size: 26rpx;
  font-weight: 400;
  color: #333333;
  line-height: 70rpx;
  margin-bottom: 24rpx;
}
.date .content .label-sel.data-v-52aff8b4 {
  background: #D20A0A;
  color: #fff;
}
.date .submit.data-v-52aff8b4 {
  width: 100%;
  height: 72rpx;
  line-height: 72rpx;
  text-align: center;
  background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
  border-radius: 36rpx;
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 50rpx;
}