warnList.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* pages/warnList/warnList.wxss */
  2. .laba-icon {
  3. width: 70rpx;
  4. height: 70rpx;
  5. }
  6. .warn-info {
  7. width: 100%;
  8. margin-left: 24rpx;
  9. }
  10. .list-item {
  11. padding: 6rpx 22rpx;
  12. margin-top: 20rpx;
  13. background: rgba(255, 255, 255, 1);
  14. box-shadow: 0rpx 10rpx 12rpx 0rpx rgba(178, 178, 178, 0.08);
  15. border-radius: 20rpx;
  16. }
  17. .list-group {
  18. margin: 0 20rpx;
  19. }
  20. .warn-item {
  21. width: auto;
  22. padding: 0 18rpx;
  23. height: 50rpx;
  24. border-radius: 25rpx;
  25. background-color: #ff5757;
  26. }
  27. .warn-text {
  28. font-size: 24rpx;
  29. font-family: PingFang SC;
  30. font-weight: 400;
  31. color: rgba(255, 255, 255, 1);
  32. }
  33. .dev-info {
  34. margin: 17rpx 0;
  35. }
  36. .warn-content {
  37. padding: 26rpx 0;
  38. border-top: 1px solid #d3d3d3;
  39. }
  40. .warn-desc {
  41. font-size: 27rpx;
  42. font-family: PingFang SC;
  43. font-weight: 400;
  44. color: rgba(0, 0, 0, 1);
  45. text-align: left;
  46. }
  47. .no-more {
  48. margin: 50px 0;
  49. font-size: 12px;
  50. color: #888;
  51. text-align: center;
  52. }
  53. .grap-group {
  54. height: 50px;
  55. }
  56. .control-group {
  57. background-color: #fff;
  58. padding: 10px;
  59. font-size: 16px;
  60. color: #888;
  61. position: fixed;
  62. width: 100%;
  63. z-index: 999;
  64. }
  65. .control-item {
  66. display: flex;
  67. flex-direction: row;
  68. justify-content: space-between;
  69. align-items: center;
  70. }