commodity-detail.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. /* pages/commodity-detail/commodity-detail.wxss */
  2. .detailbase{
  3. display: flex;
  4. flex-direction: column;
  5. background: #FFFFFF;
  6. }
  7. /* 标题头部 */
  8. .detail-head{
  9. display: flex;
  10. flex-direction: column;
  11. padding-left: 30rpx;
  12. padding-top: 40rpx;
  13. }
  14. .detail-head-tittle{
  15. font-size: 18px;
  16. font-weight: bold;
  17. }
  18. .detail-head-price{
  19. margin-top: 20rpx;
  20. color: #f37b1d;
  21. font-size: 15px;
  22. }
  23. .detail-head-otherinfo{
  24. margin-top: 25rpx;
  25. display: flex;
  26. flex-direction: row;
  27. justify-content: space-between;
  28. color: #D3D3D3;
  29. font-size: 13px;
  30. }
  31. .detail-head-otherinfo-left{
  32. display: flex;
  33. flex-direction: row;
  34. }
  35. .detail-head-otherinfo-left-type{
  36. margin-left: 8rpx;
  37. }
  38. .detail-head-otherinfo-left-count{
  39. margin-left: 8rpx;
  40. }
  41. .detail-head-otherinfo-right{
  42. margin-right: 30rpx;
  43. }
  44. .detail-head-tags{
  45. display: flex;
  46. flex-direction: cow;
  47. margin-top: 20rpx;
  48. }
  49. .commodity-line{
  50. margin-top: 15rpx;
  51. height: 16rpx;
  52. widows: 100%;
  53. background: #F5F5F5;
  54. }
  55. /* 工作信息容器 */
  56. .commodity-content{
  57. padding-left: 30rpx;
  58. padding-right: 30rpx;
  59. display: flex;
  60. flex-direction: column;
  61. }
  62. /* 通用标题头 */
  63. .commodity-content-tittle{
  64. margin-top: 20rpx;
  65. margin-bottom: 25rpx;
  66. display: flex;
  67. flex-direction: row;
  68. }
  69. .commodity-content-tittle-left{
  70. display: flex;
  71. flex-direction: row;
  72. }
  73. .commodity-content-tittle-icon{
  74. width: 6rpx;
  75. background: #f37b1d;
  76. margin: 5rpx 0;
  77. }
  78. .commodity-content-tittle-word{
  79. font-size: 16px;
  80. margin-left: 12rpx;
  81. }
  82. .commodity-content-tittle-line{
  83. margin-left: 30rpx;
  84. margin-right: 10rpx;
  85. height: 3rpx;
  86. width: 500rpx;
  87. background: #D3D3D3;
  88. align-self: center;
  89. }
  90. /* 工作内容-简介 */
  91. .commodity-content-simpleinfo{
  92. font-size: 13px;
  93. line-height:2em;
  94. }
  95. /* 工作内容-tips */
  96. .commodity-content-tips{
  97. margin-top: 10rpx;
  98. font-size: 13px;
  99. line-height:2em;
  100. color: red;
  101. }
  102. /* 工作时间板块 */
  103. .commodity-content-time{
  104. display: flex;
  105. flex-direction: row;
  106. font-size: 14px;
  107. color: #D3D3D3;
  108. margin-bottom: 20rpx;
  109. }
  110. /* 工作时间-标题 */
  111. .commodity-content-time-tittle{
  112. display: flex;
  113. flex-direction: column;
  114. justify-content: space-between;
  115. }
  116. .commodity-content-time-tittle-top{
  117. position: relative;
  118. bottom: 10rpx;
  119. }
  120. .commodity-content-time-tittle-bottom{
  121. position: relative;
  122. top: 10rpx;
  123. }
  124. /* 工作时间-中间图标 */
  125. .commodity-content-time-icon{
  126. display: flex;
  127. flex-direction: column;
  128. margin: 0 15rpx;
  129. }
  130. .commodity-content-time-icon-spot{
  131. width: 20rpx;
  132. height: 20rpx;
  133. border-radius: 50%;
  134. overflow:hidden;
  135. border: 3rpx solid #f37b1d;
  136. }
  137. .commodity-content-time-icon-line{
  138. background: #FFEBE0;
  139. width: 4rpx;
  140. height: 100%;
  141. align-self: center;
  142. }
  143. /* 工作时间-具体时间 */
  144. .commodity-content-time-dtime{
  145. display: flex;
  146. flex-direction: column;
  147. margin-left: 15rpx;
  148. color: #333;
  149. }
  150. .commodity-content-time-oclock{
  151. margin: 15rpx 0;
  152. color: #D3D3D3;
  153. }
  154. .commodity-content-time-top{
  155. position: relative;
  156. bottom: 10rpx;
  157. }
  158. .commodity-content-time-bottom{
  159. position: relative;
  160. top: 10rpx;
  161. }
  162. /* 工作地点模块 */
  163. .commodity-content-location{
  164. display: flex;
  165. flex-direction: column;
  166. font-size: 14px;
  167. color: #D3D3D3;
  168. margin-bottom: 20rpx;
  169. }
  170. .commodity-content-location-icon{
  171. width: 100%;
  172. height: 150rpx;
  173. }
  174. /* 机构信息模块 */
  175. .commodity-content-company{
  176. background: #F5F5F5;
  177. height: 170rpx;
  178. display: flex;
  179. flex-direction: row;
  180. align-items: center;
  181. padding: 0 40rpx 0 30rpx;
  182. border-radius: 50rpx;
  183. font-size: 14px;
  184. color: #333;
  185. justify-content: space-between;
  186. margin-bottom: 30rpx;
  187. }
  188. .commodity-content-company-left{
  189. display: flex;
  190. flex-direction: row;
  191. }
  192. .commodity-content-company-icon{
  193. width: 85rpx;
  194. height: 95rpx;
  195. border-radius: 50%;
  196. }
  197. .commodity-content-company-word{
  198. margin-left: 15rpx;
  199. display: flex;
  200. flex-direction: column;
  201. padding-top: 15rpx;
  202. }
  203. .commodity-content-company-right{
  204. height: 60rpx;
  205. width: 60rpx;
  206. }
  207. /* 底部tips */
  208. .bottom-tips{
  209. width: 100%;
  210. text-align: center;
  211. font-size: 13px;
  212. color: #D3D3D3;
  213. }
  214. /* 底部占位 */
  215. .bottom{
  216. height: 140rpx;
  217. }
  218. .bottom-button{
  219. display: flex;
  220. width: 100%;
  221. height: 110rpx;
  222. position:fixed;
  223. bottom:0;
  224. border-style: solid;
  225. box-shadow:0px 2px 4px 2px #DDDDDD;
  226. border-width: 0rpx;
  227. }
  228. .bottom-button-left{
  229. background: #FFFFFF;
  230. display: flex;
  231. flex-direction: column;
  232. justify-content: center;
  233. align-items: center;
  234. color: #f37b1d;
  235. flex-grow: 1;
  236. }
  237. .bottom-button-right{
  238. background: #f37b1d;
  239. display: flex;
  240. flex-direction: column;
  241. justify-content: center;
  242. align-items: center;
  243. color: #FFFFFF;
  244. flex-grow: 1;
  245. }