1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| /* component/notice/notice.wxss */
| .notice {
| background: linear-gradient(to top right, #C6F8F1, #E6F7E4);
| font-size: 24rpx;
| color: var(--fyui-primary-color);
| }
|
| .icon {
| width: 13px;
| height: 13px;
| }
|
| .fyui-cell_select .fyui-cell__bd::after {
| color: var(--fyui-primary-color);
| }
|
|