riku
2023-11-29 9b09d13712c0c005891450a3bf4b6d848ec0ff37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* component/loadingstatus/loadingstatus.wxss */
.load-more {
  text-align: center;
  font-size: 12px;
  color: var(--fyui-text-color_3);
  padding: 8px;
}
 
.btn-more{
  text-align: center;
  background-color: white;
  /* margin: 0 10px; */
  border-top: 1px solid var(--fyui-BG_1);
  color: var(--fyui-text-color_2);
  padding: 8px 8px 0 8px;
  font-size: 12px;
}