ruleSet.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-43e6b094 {
  5. padding-top: 30rpx;
  6. }
  7. .container .add.data-v-43e6b094 {
  8. margin-bottom: 30rpx;
  9. display: flex;
  10. width: 750rpx;
  11. height: 110rpx;
  12. background-color: #fff;
  13. }
  14. .container .add .icon.data-v-43e6b094 {
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. width: 88rpx;
  19. }
  20. .container .add .icon ._img.data-v-43e6b094 {
  21. width: 50rpx;
  22. height: 50rpx;
  23. }
  24. .container .add .title.data-v-43e6b094 {
  25. line-height: 110rpx;
  26. font-size: 30rpx;
  27. font-weight: 400;
  28. color: #0082FC;
  29. }
  30. .container .rules.data-v-43e6b094 {
  31. width: 750rpx;
  32. }
  33. .container .rules .box.data-v-43e6b094 {
  34. padding: 0 30rpx;
  35. margin-bottom: 20rpx;
  36. height: 348rpx;
  37. background-color: #fff;
  38. }
  39. .container .rules .box .box_title.data-v-43e6b094 {
  40. display: flex;
  41. height: 90rpx;
  42. }
  43. .container .rules .box .box_title .icon.data-v-43e6b094 {
  44. flex: 1;
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. }
  49. .container .rules .box .box_title .icon ._img.data-v-43e6b094 {
  50. width: 35rpx;
  51. height: 35rpx;
  52. }
  53. .container .rules .box .box_title .msg.data-v-43e6b094 {
  54. flex: 10;
  55. line-height: 90rpx;
  56. font-size: 30rpx;
  57. font-weight: 400;
  58. }
  59. .container .rules .box .box_title .right.data-v-43e6b094 {
  60. flex: 1;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. }
  65. .container .rules .box .box_title .right ._img.data-v-43e6b094 {
  66. width: 16rpx;
  67. height: 25rpx;
  68. }
  69. .container .rules .box .box_info.data-v-43e6b094 {
  70. display: flex;
  71. margin: 15rpx 0;
  72. height: 44rpx;
  73. font-size: 30rpx;
  74. font-weight: 400;
  75. color: #808080;
  76. overflow: hidden;
  77. white-space: nowrap;
  78. text-overflow: ellipsis;
  79. }
  80. .container .rules .box .box_info ._span.data-v-43e6b094 {
  81. margin-right: 10rpx;
  82. }