editRules.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 .box .val2.data-v-138ca3bc {
  53. flex: 1;
  54. margin-right: 20rpx;
  55. text-align: end;
  56. }
  57. .container .button.data-v-138ca3bc {
  58. margin: auto;
  59. margin-top: 52rpx;
  60. width: 690rpx;
  61. height: 80rpx;
  62. line-height: 80rpx;
  63. text-align: center;
  64. font-size: 32rpx;
  65. font-weight: 500;
  66. color: #fff;
  67. border-radius: 16rpx;
  68. background-color: #3396FB;
  69. }
  70. .container .button2.data-v-138ca3bc {
  71. margin: auto;
  72. margin-top: 30rpx;
  73. width: 690rpx;
  74. height: 80rpx;
  75. line-height: 80rpx;
  76. text-align: center;
  77. font-size: 32rpx;
  78. font-weight: 500;
  79. color: #FF5733;
  80. border-radius: 16rpx;
  81. background-color: #fff;
  82. }