riku
2022-09-06 b43d04ef7295105e78feb5980de619f58a9803a6
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
/* pages/m_service/p_servicehome/servicehome.wxss */
.image-btn {
  position: relative;
}
 
.image-btn>image {
  width: 46vw;
  height: 90px;
}
 
.image-btn .image-btn_title {
  position: absolute;
  left: 8px;
  top: 4px;
  color: white;
  font-size: 15px;
}
 
.image-btn .image-btn_abstract {
  position: absolute;
  left: 8px;
  top: 28px;
  color: white;
  font-size: 10px;
}
 
.image-btn .image-btn_goto {
  position: absolute;
  left: 8px;
  top: 48px;
  width: 24px;
  height: 24px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E)
}