|
1234567891011121314151617181920212223242526272829303132333435 |
- .message[data-v-da1dbfc0] {
- height: 100%;
- box-sizing: border-box;
- padding-top: 0.26667rem;
- }
- .message .md-field[data-v-da1dbfc0] {
- padding-top: 0;
- padding-bottom: 0;
- }
- .message .holder[data-v-da1dbfc0] {
- display: block;
- width: 1.6rem;
- height: 1.6rem;
- border-radius: 0.8rem;
- font-size: 0.69333rem;
- line-height: 1.6rem;
- text-align: center;
- }
- .message .info[data-v-da1dbfc0] {
- background: linear-gradient(135deg, rgba(178, 205, 255, 0.1) 0%, rgba(0, 87, 255, 0.1) 100%);
- }
- .message .warning[data-v-da1dbfc0] {
- background: linear-gradient(135deg, rgba(255, 202, 125, 0.1) 0%, rgba(255, 121, 71, 0.1) 100%);
- }
- .message .error[data-v-da1dbfc0] {
- background: linear-gradient(135deg, rgba(255, 110, 174, 0.1) 0%, rgba(255, 86, 76, 0.1) 100%);
- }
- .message .nomore[data-v-da1dbfc0] {
- margin: 0.26667rem 0;
- color: #c5ccd9;
- font-size: 0.32rem;
- line-height: 0.45333rem;
- text-align: center;
- }
-
|