| 12345678910111213141516171819202122232425262728293031323334353637 |
- .top-warn.data-v-b63b2a80 {
- height: 80rpx;
- line-height: 80rpx;
- background: rgba(255,0,0,0.2);
- margin: 20rpx 30rpx 0;
- display: flex;
- overflow: hidden;
- border-radius: 20rpx;
- }
- .top-warn .left-title.data-v-b63b2a80 {
- width: 100rpx;
- height: 40rpx;
- text-align: center;
- line-height: 40rpx;
- margin: 20rpx 18rpx 0 30rpx;
- color: #fff;
- font-size: 28rpx;
- background-color: #f00;
- border-radius: 10rpx;
- }
- .top-warn .text-view.data-v-b63b2a80 {
- color: #f00;
- flex: 1;
- white-space: nowrap;
- }
- .top-warn .button-view.data-v-b63b2a80 {
- width: 120rpx;
- height: 48rpx;
- line-height: 48rpx;
- color: #f00;
- border: 1px solid #f00;
- text-align: center;
- border-radius: 50rpx;
- margin: 16rpx 12rpx 0 0;
- }
|