addRules.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 .black.data-v-441b8746 {
  36. color: #000;
  37. }
  38. .container .box .val .right.data-v-441b8746 {
  39. width: 40rpx;
  40. display: inline-flex;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .container .box .val .right ._img.data-v-441b8746 {
  45. width: 16rpx;
  46. height: 25rpx;
  47. }
  48. .container .button.data-v-441b8746 {
  49. margin: auto;
  50. margin-top: 52rpx;
  51. width: 690rpx;
  52. height: 80rpx;
  53. line-height: 80rpx;
  54. text-align: center;
  55. font-size: 32rpx;
  56. font-weight: 500;
  57. color: #fff;
  58. border-radius: 16rpx;
  59. background-color: #3396FB;
  60. }