riku
2022-10-10 437144f41c74505d362a5214a18cec3d01b3ce4b
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;
}