editRules.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-138ca3bc {
  5. height: 100vh;
  6. }
  7. .container .box.data-v-138ca3bc {
  8. display: flex;
  9. align-items: center;
  10. padding: 0 30rpx;
  11. height: 90rpx;
  12. font-size: 30rpx;
  13. border-bottom: 1rpx solid #CCCCCC;
  14. background-color: #fff;
  15. }
  16. .container .box .name.data-v-138ca3bc {
  17. flex: 1;
  18. }
  19. .container .box .val.data-v-138ca3bc {
  20. flex: 3;
  21. display: flex;
  22. align-items: center;
  23. }
  24. .container .box .val .ele.data-v-138ca3bc {
  25. display: inline-block;
  26. width: 460rpx;
  27. text-align: end;
  28. color: #A6A6A6;
  29. overflow: hidden;
  30. white-space: nowrap;
  31. text-overflow: ellipsis;
  32. }
  33. .container .box .val .ele ._span.data-v-138ca3bc {
  34. margin-right: 10rpx;
  35. }
  36. .container .box .val .black.data-v-138ca3bc {
  37. color: #000;
  38. }
  39. .container .box .val .right.data-v-138ca3bc {
  40. margin-left: 20rpx;
  41. width: 40rpx;
  42. display: inline-flex;
  43. justify-content: center;
  44. align-items: center;
  45. }
  46. .container .box .val .right ._img.data-v-138ca3bc {
  47. width: 16rpx;
  48. height: 25rpx;
  49. }
  50. .container .box .val2.data-v-138ca3bc {
  51. flex: 1;
  52. margin-right: 20rpx;
  53. text-align: end;
  54. }
  55. .container .button.data-v-138ca3bc {
  56. margin: auto;
  57. margin-top: 52rpx;
  58. width: 690rpx;
  59. height: 80rpx;
  60. line-height: 80rpx;
  61. text-align: center;
  62. font-size: 32rpx;
  63. font-weight: 500;
  64. color: #fff;
  65. border-radius: 16rpx;
  66. background-color: #3396FB;
  67. }
  68. .container .button2.data-v-138ca3bc {
  69. margin: auto;
  70. margin-top: 30rpx;
  71. width: 690rpx;
  72. height: 80rpx;
  73. line-height: 80rpx;
  74. text-align: center;
  75. font-size: 32rpx;
  76. font-weight: 500;
  77. color: #FF5733;
  78. border-radius: 16rpx;
  79. background-color: #fff;
  80. }