13404089107
2025-05-08 51cca32d236262be90f2d39b8889fa343f1adfa1
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/* pages/home/type-style/type-style.wxss */
.type-style{
  width: 100vw;
  height: 100vh;
  background:rgba(243, 244, 245, 1);
  overflow: hidden;
}
 
.first-box{
  width: 750rpx;
  height: 140rpx;
  background: #FFFFFF;
  margin: 10rpx 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.img-left{
  width: 88rpx;
  text-align: center;
}
.info-center view:nth-of-type(1){
  font-size: 30rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  padding-bottom: 12rpx;
}
.info-center{
  flex: 1;
}
.info-center view:nth-of-type(2){
  font-size: 24rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}
.info-center view:nth-of-type(1) span{
  font-size: 30rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4D8BFF;
  padding-left: 20rpx;
}
.active-right{
  width: 188rpx;
  height: 46rpx;
  margin-right: 28rpx;
  display: flex;
  justify-content: start;
  align-items: center;
}
 
.active-right view{
  flex: 1;
  height: 42rpx;
  border: 1rpx solid rgba(219, 219, 231, 1);
  text-align: center;
  line-height: 42rpx;
  font-size: 24rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3B3F56;
}
 
.click-pick{
  width: 694rpx;
  height: 80rpx;
  background: #4A4C59;
  border-radius: 8rpx;
  position: absolute;
  bottom: 28rpx;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 28rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 80rpx;
}
 
.click-list{
  width: 100vw;
  height:90rpx;
  background: #fff;
  border-bottom: 1rpx solid rgba(219, 219, 231, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.click-name{
  font-size: 30rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  padding-left: 32rpx;
}
 
.textarea{
  width: 750rpx;
  height: 196rpx;
  background: #FFFFFF;
  padding: 20rpx;
  overflow: hidden;
}