detail.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .setclient-list-item {
  2. width: 100vw;
  3. background-color: #fff;
  4. box-sizing: border-box;
  5. .con {
  6. padding-left: 30rpx;
  7. display: flex;
  8. width: 100%;
  9. box-sizing: border-box;
  10. padding-top: 20rpx;
  11. .mian {
  12. flex: 1;
  13. width: 0;
  14. padding-right: 20rpx;
  15. box-sizing: border-box;
  16. .label {
  17. font-size: 28rpx;
  18. font-family: PingFang SC-Bold, PingFang SC;
  19. font-weight: bold;
  20. color: #333333;
  21. height: 40rpx;
  22. line-height: 40rpx;
  23. }
  24. .tag-box {
  25. margin-top: 10rpx;
  26. .tag {
  27. height: 40rpx;
  28. font-size: 20rpx;
  29. font-family: PingFang SC-Regular, PingFang SC;
  30. padding: 0 12rpx;
  31. margin-right: 8rpx;
  32. }
  33. }
  34. }
  35. .icon {
  36. display: flex;
  37. height: 136rpx;
  38. align-items: center;
  39. margin-top: -20rpx;
  40. color: #CFCFCF;
  41. width: 28rpx;
  42. margin-right: 30rpx;
  43. flex-shrink: 0;
  44. }
  45. .extend {
  46. display: flex;
  47. height: 116rpx;
  48. width: 48rpx;
  49. margin-right: 30rpx;
  50. flex-shrink: 0;
  51. }
  52. }
  53. }
  54. .line-1 {
  55. overflow: hidden;
  56. white-space: nowrap;
  57. text-overflow: ellipsis;
  58. }
  59. .textarea {
  60. width: 90%;
  61. height: 200rpx;
  62. box-sizing: border-box;
  63. padding: 20rpx 30rpx;
  64. background-color: #FDF9FC;
  65. margin: 20rpx auto;
  66. border: 1rpx solid #EEECEF;
  67. border-radius: 8rpx;
  68. }
  69. .box {
  70. width: 100vw;
  71. padding: 20rpx 30rpx;
  72. box-sizing: border-box;
  73. background-color: #fff;
  74. margin-top: 10rpx;
  75. .row {
  76. display: flex;
  77. justify-content: space-between;
  78. min-height: 60rpx;
  79. align-items: center;
  80. .label {
  81. font-size: 28rpx;
  82. }
  83. checkbox {
  84. width: 36rpx;
  85. height: 36rpx;
  86. margin-right: 6rpx;
  87. }
  88. checkbox .wx-checkbox-input {
  89. width: 36rpx;
  90. height: 36rpx;
  91. }
  92. }
  93. }
  94. /* 地址 */
  95. .location {
  96. display: flex;
  97. align-items: center;
  98. .icon {
  99. color: #FF9933;
  100. font-size: 62rpx;
  101. flex-shrink: 0;
  102. margin-right: 10rpx;
  103. }
  104. .content {
  105. flex: 1;
  106. .name {
  107. font-size: 30rpx;
  108. font-family: PingFang SC-Bold, PingFang SC;
  109. font-weight: bold;
  110. text {
  111. font-size: 28rpx;
  112. font-weight: 400;
  113. margin-left: 20rpx;
  114. }
  115. }
  116. .address {
  117. font-size: 28rpx;
  118. margin-top: 6rpx;
  119. flex-shrink: 0;
  120. }
  121. }
  122. .iconfont {
  123. font-size: 40rpx;
  124. margin-left: 20rpx;
  125. color: #999;
  126. }
  127. }