|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
-
- .today{
- border-radius: 4px;
- background-image: linear-gradient(to right, #8dcbd2, #8dd6d8 48%, #97ddc9);
- /*padding: 0.1rem 0.1rem;*/
- /*opacity: 0.3;*/
- color: white;
-
- }
- .qiang{
- width: 0.3rem;
- height: 0.3rem;
- position: absolute;
- right: 0;
- top: -0.11rem;
- }
-
- .null{
- margin-top: 1.2rem;
- width: 0.7rem;
- }
-
- .tx_f_12{
- font-size: 0.12rem;
- }
- .tx_f_14{
- font-size: 0.14rem;
- }
- .tx_f_16{
- font-size: 0.16rem;
- }
- .tx_f_32{
- font-size: 0.32rem;
- }
- .tx_f_11{
- font-size: 0.11rem;
- }
-
- .jian{
- width: 0.7rem;
- position: absolute;
- right: 0;
- top: 0rem;
- }
|