riku
2026-01-22 f14ea940fb32105de8b592992e3f53c62f31d84d
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;
}