czt
2025-01-02 a24e6ad3dd99b50e29af6f74c57fa646bca86d43
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
 
.index-dzxg{
  top: 119px;
  height: calc(100vh - 119px - 65px);
}
.index-dzxg .mui-scroll{
  padding: 0 20px 20px;
}
.m-bot_btn{
  height: 65px;
}
.m-bot_btn .box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 9px 20px;
  background-color: #fff;
  box-shadow: 0px -10px 10px -10px rgba(40,48,58,.08);
}
.m-bot_btn .bot-btn{
  color: #fff;
  background-color: #1e875b;
  padding: 9px 0;
  border-radius: 25px;
  margin-bottom: 0;
  border: none;
}
.ul-cardb1 .item{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,64,40,.1);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.ul-cardb1 .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 15px;
}
.ul-cardb1 .date{
  font-size: 16px;
  color: #000;
}
.ul-cardb1 .r-btn{
  font-size: 14px;
  color: #ff9c54;
  font-weight: bold;
  border: 1px solid #ff9c54;
  border-radius: 15px 0 0 15px;
  border-right: none;
  width: 90px;
  line-height: 28px;
  text-align: center;
}
.ul-cardb1 .cards{
  overflow: hidden;
  margin: 0 7px;
}
.ul-cardb1 .cd{
  float: left;
  width: 50%;
}
.ul-cardb1 .con{
  position: relative;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 8px;
}
.ul-cardb1 .txt{
  font-size: 19px;
  /* font-weight: bold; */
  color: #fff;
}
.ul-cardb1 .tit{
  padding-left: 13px;
  position: relative;
  font-size: 15px;
  color: #fff;
  margin: 15px 0 5px 0;
}
.ul-cardb1 .tit::before{
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #fff;
  opacity: .6;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  
}
.ul-cardb1 .user .txt{
  margin-left: 45px;
}
.ul-cardb1 .loc .txt{
  text-align: center;
}
.ul-cardb1 .user{
  background: linear-gradient(90deg,#38b382,#6ad192);
}
.ul-cardb1 .user::after{
  content: "";
  display: block;
  width: 48px;
  height: 60px;
  background: url(../images/icons/g-i4.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.ul-cardb1 .loc{
  background: linear-gradient(90deg,#f78960,#f6a05c);
}
.ul-cardb1 .loc::after{
  content: "";
  display: block;
  width: 46px;
  height: 65px;
  background: url(../images/icons/g-i5.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}