editRules.wxss 1.6 KB

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