ruleSet.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. margin: 15rpx 0;
  71. height: 44rpx;
  72. font-size: 30rpx;
  73. font-weight: 400;
  74. color: #808080;
  75. }