yiming
2024-06-17 bbd3feaa30f2d980eb55c17f8cb492eae4372b5b
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* pages/specialDiscussion/index.wxss */
image {
  width: 100%;
  height: 100%;
}
 
.nacigationBar {
  display: flex;
  align-items: center;
  --td-search-font-size: 28rpx;
  margin-bottom: 30rpx;
}
 
 
.nacigationBar .t-icon-base {
  font-size: 38rpx;
}
 
 
.t-tabs__item--active {
  color: #FF6C00 !important;
}
 
.t-tabs__track {
  background-color: #FF6C00 !important;
}
 
.tabsBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1rpx solid #ccc;
}
 
.tabsNameBox {
  margin: 0 50rpx;
}
 
.tabsSelect {
  margin: 0 50rpx;
  color: #FF6C00;
}
 
.tabsNameSelect {
  min-width: 170rpx;
  height: 40rpx;
  background-repeat: no-repeat;
  background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
  background-position: 75% center;
  background-size: 40% 60%;
  /* 将背景图片位置设置为靠右 */
  font-weight: bold;
  font-size: 29rpx;
  color: #FF6C00;
}
 
.tabsName {
  min-width: 170rpx;
  height: 40rpx;
  font-weight: 400;
  font-size: 29rpx;
  color: #333333;
}
 
.selectLine {
  width: 40rpx;
  height: 6rpx;
  background-color: #FF6C00;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 20rpx;
  margin-bottom: 1rpx;
}
 
.displayContent {
  width: 692rpx;
  height: 250rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
  border-radius: 9rpx;
  margin: 0 auto;
  margin-top: 50rpx;
  display: flex;
  flex-direction: row;
}
 
.imageBox {
  width: 464rpx;
  height: 100%;
  background: #EAEAEA;
  border-radius: 9rpx 0rpx 0rpx 9rpx;
  object-fit: contain;
}
 
 
.tltieBox {
  margin: 15rpx;
}
 
.nameTltieBox {
  width: 290rpx;
  min-height: 76rpx;
  font-weight: bold;
  font-size: 29rpx;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.directSeeding {
  font-weight: 400;
  font-size: 25rpx;
  color: #9D9D9D;
  margin: 20rpx 0;
}
 
.position {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 25rpx;
 
}
 
.t-tabs .t-tabs__item--active {
  background-repeat: no-repeat;
  /* background-size: 100% 100%;
  background-position: 100% 100%; */
  background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
  background-position: right center;
  background-size: 30% 50%;
  /* 将背景图片位置设置为靠右 */
}