editRules.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 .black.data-v-138ca3bc {
  36. color: #000;
  37. }
  38. .container .box .val .right.data-v-138ca3bc {
  39. margin-left: 20rpx;
  40. width: 40rpx;
  41. display: inline-flex;
  42. justify-content: center;
  43. align-items: center;
  44. }
  45. .container .box .val .right ._img.data-v-138ca3bc {
  46. width: 16rpx;
  47. height: 25rpx;
  48. }
  49. .container .button.data-v-138ca3bc {
  50. margin: auto;
  51. margin-top: 52rpx;
  52. width: 690rpx;
  53. height: 80rpx;
  54. line-height: 80rpx;
  55. text-align: center;
  56. font-size: 32rpx;
  57. font-weight: 500;
  58. color: #fff;
  59. border-radius: 16rpx;
  60. background-color: #3396FB;
  61. }
  62. .container .button2.data-v-138ca3bc {
  63. margin: auto;
  64. margin-top: 30rpx;
  65. width: 690rpx;
  66. height: 80rpx;
  67. line-height: 80rpx;
  68. text-align: center;
  69. font-size: 32rpx;
  70. font-weight: 500;
  71. color: #FF5733;
  72. border-radius: 16rpx;
  73. background-color: #fff;
  74. }