myTimejob.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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: #ffdd36;
  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: 28rpx;
  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. /* transition: all .5s; */
  51. color: #1a1a1a;
  52. font-size: 32rpx;
  53. }
  54. .btn1 {
  55. padding: 8rpx 20rpx;
  56. font-size: 26rpx;
  57. color: #1A1A1A;
  58. color: #fff;
  59. border-radius: 28rpx;
  60. background-color: #FFDC2F;
  61. border-radius: 28rpx;
  62. /* margin: 30rpx auto; */
  63. }
  64. .type-img {
  65. height: 90rpx;
  66. width: 90rpx;
  67. }
  68. btn2 {
  69. padding: 8rpx 35rpx;
  70. border: 1rpx solid #FFCB67;
  71. font-size: 26rpx;
  72. color: #FFCB67;
  73. border-radius: 25rpx;
  74. }
  75. .list-status {
  76. display: flex;
  77. flex-direction: column;
  78. width: 100%;
  79. margin-top: 30rpx;
  80. }
  81. .list-status-btns {
  82. width: 100%;
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. justify-content: flex-start;
  87. }
  88. .list-status-btns .btn1 {
  89. padding: 0 25rpx;
  90. box-sizing: border-box;
  91. font-size: 28rpx;
  92. font-family: PingFang SC, PingFang SC-Regular;
  93. font-weight: 400;
  94. margin-left: 0;
  95. margin-right: 26rpx;
  96. height: 60rpx;
  97. line-height: 60rpx;
  98. border-radius: 31rpx;
  99. }
  100. .list-status-wrap {
  101. width: 100%;
  102. }
  103. .list-status-btns .cencal {
  104. color: #9DDB52;
  105. border: 1px solid #9DDB52;
  106. }
  107. .list-status-btns .concat {
  108. background: #9DDB52;
  109. color: white;
  110. border: 1px solid #9DDB52;
  111. }
  112. .list-brief {
  113. width: 100%;
  114. /* flex: 1; */
  115. display: flex;
  116. flex-direction: row;
  117. justify-content: space-between;
  118. align-items: center;
  119. line-height: 33rpx;
  120. }
  121. .list-brieft-fixx {
  122. width: 450rpx !important;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. white-space: nowrap;
  126. margin-bottom: 28rpx;
  127. }
  128. .list-brieft-fixx text {
  129. width: 95%;
  130. }
  131. .timeico {
  132. width: 24rpx;
  133. height: 23rpx;
  134. margin-right: 13rpx;
  135. }
  136. .adico {
  137. width: 22rpx;
  138. height: 28rpx;
  139. margin-right: 13rpx;
  140. }
  141. .list-replate {
  142. position: relative;
  143. }
  144. .pricewrap {
  145. position: absolute;
  146. right: 0;
  147. top: 0;
  148. color: #EC2E26;
  149. }
  150. .pricewrap .price {
  151. display: flex;
  152. flex-direction: row;
  153. }
  154. .pricewrap .price .p2 {
  155. font-size: 36rpx;
  156. font-weight: bold;
  157. color: #EC2E26;
  158. line-height: 45rpx;
  159. }
  160. .pricewrap .price .p1 {
  161. font-size: 22rpx;
  162. color: #EC2E26;
  163. line-height: 52rpx;
  164. }
  165. .list-tags {
  166. margin-bottom: 4rpx;
  167. }
  168. .list-tags .sale {
  169. box-sizing: content-box;
  170. font-size: 24rpx;
  171. font-weight: 400;
  172. color: #767676;
  173. height: 38rpx;
  174. line-height: 38rpx;
  175. padding: 0 12rpx;
  176. margin: 10rpx 10rpx 0 0;
  177. background: rgba(255, 255, 255, 0.00);
  178. border: 1px solid #d7d7d7;
  179. border-radius: 4rpx;
  180. display: inline-block;
  181. }
  182. .flex-status2 {
  183. position: absolute;
  184. bottom: 0;
  185. right: 0;
  186. }
  187. .list-status-comment {
  188. background: #9DDB52;
  189. color: white;
  190. padding: 0 25rpx;
  191. box-sizing: border-box;
  192. font-size: 28rpx;
  193. font-family: PingFang SC, PingFang SC-Regular;
  194. font-weight: 400;
  195. margin-left: 0;
  196. height: 60rpx;
  197. line-height: 60rpx;
  198. border-radius: 31rpx;
  199. position: absolute;
  200. right: 0rpx;
  201. bottom: 0;
  202. }
  203. .list-status-comment.orange {
  204. background: #FFCB67;
  205. }
  206. .label {
  207. font-size: 26rpx;
  208. font-weight: 400;
  209. color: #767676;
  210. margin-right: 10rpx;
  211. display: inline-block;
  212. }
  213. .list {
  214. padding: 50rpx 60rpx 26rpx;
  215. }
  216. .list-main {
  217. width: 100%;
  218. }
  219. .finish {
  220. font-size: 80rpx;
  221. }