topWarn.wxss 728 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .top-warn.data-v-b63b2a80 {
  2. height: 80rpx;
  3. line-height: 80rpx;
  4. background: rgba(255,0,0,0.2);
  5. margin: 20rpx 30rpx 0;
  6. display: flex;
  7. overflow: hidden;
  8. border-radius: 20rpx;
  9. }
  10. .top-warn .left-title.data-v-b63b2a80 {
  11. width: 100rpx;
  12. height: 40rpx;
  13. text-align: center;
  14. line-height: 40rpx;
  15. margin: 20rpx 18rpx 0 30rpx;
  16. color: #fff;
  17. font-size: 28rpx;
  18. background-color: #f00;
  19. border-radius: 10rpx;
  20. }
  21. .top-warn .text-view.data-v-b63b2a80 {
  22. color: #f00;
  23. flex: 1;
  24. white-space: nowrap;
  25. }
  26. .top-warn .button-view.data-v-b63b2a80 {
  27. width: 120rpx;
  28. height: 48rpx;
  29. line-height: 48rpx;
  30. color: #f00;
  31. border: 1px solid #f00;
  32. text-align: center;
  33. border-radius: 50rpx;
  34. margin: 16rpx 12rpx 0 0;
  35. }