addRules.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 .button.data-v-441b8746 {
  52. margin: auto;
  53. margin-top: 52rpx;
  54. width: 690rpx;
  55. height: 80rpx;
  56. line-height: 80rpx;
  57. text-align: center;
  58. font-size: 32rpx;
  59. font-weight: 500;
  60. color: #fff;
  61. border-radius: 16rpx;
  62. background-color: #3396FB;
  63. }