myTimejob.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. @import "../../common.wxss";
  2. @import "../../home/index/memberArea/memberArea.wxss";
  3. page {
  4. /* padding:0 30rpx; */
  5. box-sizing: border-box;
  6. }
  7. /**
  8. tab
  9. */
  10. .view-type {
  11. justify-content: space-around;
  12. background-color: #fff;
  13. /* border-bottom: 1px solid #e6e6e6; */
  14. /* background: #FFFFFF;
  15. border-bottom: 1px solid #F3F3F3; */
  16. }
  17. .view-li {
  18. position: relative;
  19. /* width: 30%; */
  20. padding: 30rpx 0;
  21. box-sizing: border-box;
  22. font-size: 32rpx;
  23. text-align: center;
  24. }
  25. .view-li-active::after {
  26. display: block;
  27. content: '';
  28. position: absolute;
  29. bottom: 0;
  30. width: 100%;
  31. height: 4rpx;
  32. background: #2B58A5;
  33. border-radius: 2rpx;
  34. }
  35. .view-li>text {
  36. display: block;
  37. position: relative;
  38. padding: 6rpx 0;
  39. border-radius: 26rpx;
  40. box-sizing: border-box;
  41. font-size: 30rpx;
  42. font-family: PingFang SC, PingFang SC-Medium;
  43. font-weight: 500;
  44. text-align: left;
  45. color: #666666;
  46. background: transparent;
  47. letter-spacing: -1rpx;
  48. }
  49. .view-li .li-text-active {
  50. color: #2B58A5;
  51. font-size: 34rpx;
  52. font-weight: 700;
  53. }
  54. .btn1 {
  55. width: 152rpx;
  56. height: 56rpx;
  57. background: #c5dbff;
  58. border-radius: 28rpx;
  59. font-size: 26rpx;
  60. color: #2B58A5;
  61. border-radius: 28rpx;
  62. position: absolute;
  63. text-align:center;
  64. line-height: 56rpx;
  65. bottom: 37rpx;
  66. right:29rpx;
  67. }
  68. .type-img {
  69. height: 90rpx;
  70. width: 90rpx;
  71. }
  72. btn2 {
  73. padding: 8rpx 35rpx;
  74. border: 1rpx solid #FFCB67;
  75. font-size: 26rpx;
  76. color: #FFCB67;
  77. border-radius: 25rpx;
  78. }
  79. .list-status {
  80. display: flex;
  81. flex-direction: column;
  82. width: 100%;
  83. margin-top: 30rpx;
  84. }
  85. .list-status-btns {
  86. width: 100%;
  87. display: flex;
  88. flex-direction: row;
  89. align-items: center;
  90. justify-content: flex-start;
  91. }
  92. .list-status-btns .btn1 {
  93. padding: 0 25rpx;
  94. box-sizing: border-box;
  95. font-size: 28rpx;
  96. font-family: PingFang SC, PingFang SC-Regular;
  97. font-weight: 400;
  98. margin-left: 0;
  99. margin-right: 26rpx;
  100. height: 60rpx;
  101. line-height: 60rpx;
  102. border-radius: 31rpx;
  103. }
  104. .list-status-wrap {
  105. width: 100%;
  106. }
  107. .list-status-btns .cencal {
  108. color: #9DDB52;
  109. border: 1px solid #9DDB52;
  110. }
  111. .list-status-btns .concat {
  112. background: #9DDB52;
  113. color: white;
  114. border: 1px solid #9DDB52;
  115. }
  116. .list-brief {
  117. width: 100%;
  118. /* flex: 1; */
  119. display: flex;
  120. flex-direction: row;
  121. justify-content: space-between;
  122. align-items: center;
  123. line-height: 33rpx;
  124. font-family: PingFang SC, PingFang SC-Bold;
  125. font-weight: 700;
  126. color: #1a1a1a;
  127. }
  128. .icon-home-dizhi{
  129. color: #999999 !important;
  130. font-size: 28rpx;
  131. }
  132. .list-brieft-fixx {
  133. width: 450rpx !important;
  134. overflow: hidden;
  135. text-overflow: ellipsis;
  136. white-space: nowrap;
  137. margin-bottom: 0;
  138. font-size: 24rpx;
  139. color: #999999;
  140. }
  141. .label2 {
  142. box-sizing: content-box;
  143. font-size: 22rpx;
  144. font-weight: 400;
  145. color: #767676;
  146. height: 38rpx;
  147. line-height: 38rpx;
  148. padding: 4rpx 15rpx;
  149. margin: 20rpx 13rpx 0 0;
  150. background: #F0F1F5;
  151. border-radius: 10rpx;
  152. display: inline-block;
  153. }
  154. .list-brieft-fixx text {
  155. width: 95%;
  156. }
  157. .timeico {
  158. width: 24rpx;
  159. height: 23rpx;
  160. margin-right: 13rpx;
  161. }
  162. .adico {
  163. width: 22rpx;
  164. height: 28rpx;
  165. margin-right: 13rpx;
  166. }
  167. .list-replate {
  168. position: relative;
  169. }
  170. .pricewrap {
  171. position: absolute;
  172. right: 23rpx;
  173. bottom: 125rpx;
  174. color: #EC2E26;
  175. }
  176. .pricewrap .price {
  177. display: flex;
  178. flex-direction: row;
  179. }
  180. .pricewrap .price .p2 {
  181. font-size: 36rpx;
  182. font-weight: bold;
  183. color: #EC2E26;
  184. line-height: 45rpx;
  185. }
  186. .pricewrap .price .p1 {
  187. font-size: 22rpx;
  188. color: #EC2E26;
  189. line-height: 52rpx;
  190. }
  191. .list-tags {
  192. margin-bottom: 4rpx;
  193. }
  194. .list-tags .sale {
  195. box-sizing: content-box;
  196. font-size: 24rpx;
  197. font-weight: 400;
  198. color: #767676;
  199. height: 38rpx;
  200. line-height: 38rpx;
  201. padding: 0 12rpx;
  202. margin: 10rpx 10rpx 0 0;
  203. background: rgba(255, 255, 255, 0.00);
  204. border: 1px solid #d7d7d7;
  205. border-radius: 4rpx;
  206. display: inline-block;
  207. }
  208. .flex-status2 {
  209. position: absolute;
  210. bottom: 0;
  211. right: 0;
  212. }
  213. .list-status-comment {
  214. background: #9DDB52;
  215. color: white;
  216. padding: 0 25rpx;
  217. box-sizing: border-box;
  218. font-size: 28rpx;
  219. font-family: PingFang SC, PingFang SC-Regular;
  220. font-weight: 400;
  221. margin-left: 0;
  222. height: 60rpx;
  223. line-height: 60rpx;
  224. border-radius: 31rpx;
  225. position: absolute;
  226. right: 0rpx;
  227. bottom: 0;
  228. }
  229. .list-status-comment.orange {
  230. background: #FFCB67;
  231. }
  232. .label {
  233. font-size: 24rpx;
  234. font-weight: 400;
  235. color: #767676;
  236. margin-right: 10rpx;
  237. display: inline-block;
  238. color: #EC931A;
  239. }
  240. .list {
  241. background: #f7f8fa;
  242. border-radius: 40rpx 40rpx 0rpx 0rpx;
  243. padding: 40rpx 30rpx;
  244. }
  245. .list-main {
  246. width: 100%;
  247. background: #fff;
  248. border-radius: 20rpx;
  249. padding: 30rpx;
  250. box-sizing: border-box;
  251. }
  252. .finish {
  253. position: absolute;
  254. z-index: 100;
  255. color: #B3B3B3;
  256. width: 85rpx;
  257. bottom: 37rpx;
  258. right:29rpx;
  259. }