| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .black {
- color: #000 !important;
- }
- .c1 {
- color: #111 !important;
- }
- .c2 {
- color: #222 !important;
- }
- .c3 {
- color: #333 !important;
- }
- .c4 {
- color: #444 !important;
- }
- .c5 {
- color: #555 !important;
- }
- .c6 {
- color: #666 !important;
- }
- .c7 {
- color: #777 !important;
- }
- .c8 {
- color: #888 !important;
- }
- .c9 {
- color: #999 !important;
- }
- .ca {
- color: #aaa !important;
- }
- .cb {
- color: #bbb !important;
- }
- .cc {
- color: #ccc !important;
- }
- .cd {
- color: #ddd !important;
- }
- .ce {
- color: #eee !important;
- }
- .white,
- .cf {
- color: #fff !important;
- }
- .red {
- color: red !important;
- }
- .primary {
- padding: 20rpx !important;
- font-size: 32rpx !important;
- border-radius: 52rpx !important;
- color: #fff !important;
- text-align: center !important;
- background: linear-gradient(270deg, #0089fd 0%, #43a9ff 100%) !important;
- }
|