addRules.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-441b8746 {
  5. height: 100vh;
  6. background-color: #fff;
  7. }
  8. .container .box.data-v-441b8746 {
  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. }
  17. .container .box .name.data-v-441b8746 {
  18. flex: 1;
  19. }
  20. .container .box .val.data-v-441b8746 {
  21. flex: 3;
  22. display: flex;
  23. align-items: center;
  24. }
  25. .container .box .val .ele.data-v-441b8746 {
  26. margin-right: 20rpx;
  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-441b8746 {
  36. margin-right: 10rpx;
  37. }
  38. .container .box .val .black.data-v-441b8746 {
  39. color: #000;
  40. }
  41. .container .box .val .right.data-v-441b8746 {
  42. width: 40rpx;
  43. display: inline-flex;
  44. justify-content: center;
  45. align-items: center;
  46. }
  47. .container .box .val .right ._img.data-v-441b8746 {
  48. width: 16rpx;
  49. height: 25rpx;
  50. }
  51. .container .box .val2.data-v-441b8746 {
  52. flex: 1;
  53. margin-right: 20rpx;
  54. text-align: end;
  55. }
  56. .container .button.data-v-441b8746 {
  57. margin: auto;
  58. margin-top: 52rpx;
  59. width: 690rpx;
  60. height: 80rpx;
  61. line-height: 80rpx;
  62. text-align: center;
  63. font-size: 32rpx;
  64. font-weight: 500;
  65. color: #fff;
  66. border-radius: 16rpx;
  67. background-color: #3396FB;
  68. }