my.wxss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-2f1ef635 {
  4. display: flex;
  5. flex-direction: column;
  6. background-color: #F2F2F2;
  7. }
  8. .container .list.data-v-2f1ef635 {
  9. margin-bottom: 20rpx;
  10. font-size: 32rpx;
  11. background-color: #fff;
  12. }
  13. .container .list .list-title.data-v-2f1ef635 {
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. padding: 0 30rpx;
  18. height: 94rpx;
  19. font-weight: bold;
  20. font-size: 32rpx;
  21. border-bottom: 1rpx solid #E6E6E6;
  22. }
  23. .container .list .list-title .list-img.data-v-2f1ef635 {
  24. width: 121rpx;
  25. height: 34rpx;
  26. }
  27. .container .list .list-title .list-img img.data-v-2f1ef635 {
  28. height: 100%;
  29. }
  30. .container .list .list-title .mr-30.data-v-2f1ef635 {
  31. margin-right: 30rpx;
  32. }
  33. .container .list .list-info.data-v-2f1ef635 {
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: space-evenly;
  37. padding: 0 30rpx;
  38. margin-top: 15rpx;
  39. }
  40. .container .list .list-info .list-info-item.data-v-2f1ef635,
  41. .container .list .list-info .list-info-item2.data-v-2f1ef635 {
  42. line-height: 60rpx;
  43. font-size: 28rpx;
  44. color: #333333;
  45. }
  46. .container .list .list-info .list-info-item span.data-v-2f1ef635,
  47. .container .list .list-info .list-info-item2 span.data-v-2f1ef635 {
  48. display: inline-block;
  49. width: 140rpx;
  50. text-align-last: justify;
  51. color: #999999;
  52. }
  53. .container .list .list-info .list-info-item.data-v-2f1ef635 {
  54. height: 60rpx;
  55. }
  56. .container .list .list-button.data-v-2f1ef635 {
  57. display: flex;
  58. justify-content: flex-end;
  59. align-items: center;
  60. font-size: 28rpx;
  61. text-align: center;
  62. }
  63. .container .list .list-button .list-button-change.data-v-2f1ef635 {
  64. margin: 17rpx 0 40rpx 0;
  65. width: 170rpx;
  66. height: 70rpx;
  67. line-height: 70rpx;
  68. color: #fff;
  69. border-radius: 15rpx;
  70. background: linear-gradient(#8684FF, #3C50E8);
  71. }
  72. .container .list .list-button .list-button-cancel.data-v-2f1ef635 {
  73. margin: 17rpx 30rpx 40rpx;
  74. width: 170rpx;
  75. height: 70rpx;
  76. line-height: 70rpx;
  77. color: #999999;
  78. border-radius: 15rpx;
  79. background-color: #E6E6E6;
  80. }