stock.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. /* pages/stock/stock.wxss */
  2. page{
  3. /* padding: 30rpx; */
  4. background-color: #F7F7F7;
  5. }
  6. scroll-view{
  7. height: calc(100vh - 140rpx);
  8. }
  9. image{
  10. width: 100%;
  11. border-radius: 8rpx;
  12. }
  13. .desc{
  14. font-size: 30rpx;
  15. line-height: 48rpx;
  16. margin: 30rpx 0;
  17. padding: 0 30rpx;
  18. }
  19. .name{
  20. font-size: 32rpx;
  21. font-weight: 500;
  22. margin-bottom: 20rpx;
  23. }
  24. .name>text{
  25. color: #AAAAAA;
  26. font-size: 22rpx;
  27. border: 1px solid #AAAAAA;
  28. border-radius: 4rpx;
  29. font-weight: 400;
  30. padding: 0 4rpx;
  31. position: relative;
  32. top: -3rpx;
  33. }
  34. .name view{
  35. float: right;
  36. color: #CE994F;
  37. font-size: 22rpx;
  38. text-align: center;
  39. position: relative;
  40. top: -5rpx;
  41. }
  42. .info{
  43. font-size: 29rpx;
  44. padding: 10rpx 0;
  45. display: flex;
  46. }
  47. .info view{
  48. color: #666;
  49. width: 85%;
  50. vertical-align: top;
  51. /* font-size: 27rpx; */
  52. }
  53. .info label{
  54. font-weight: 500;
  55. color: #333;
  56. }
  57. .info .tag{
  58. font-size: 28rpx;
  59. color: #CE994F;
  60. border: 1px solid #CE994F;
  61. border-radius: 8rpx;
  62. margin-right: 8rpx;
  63. font-weight: 400;
  64. padding: 0 8rpx;
  65. }
  66. .player{
  67. border-bottom: 1px solid #F5F5F5;
  68. padding: 30rpx 0;
  69. }
  70. .name view{
  71. float: right;
  72. color: #CE994F;
  73. font-size: 22rpx;
  74. text-align: center;
  75. position: relative;
  76. top: -5rpx;
  77. }
  78. .name view text{
  79. display: block;
  80. font-size: 32rpx;
  81. color: #CE994F;
  82. position: relative;
  83. top: -8rpx;
  84. }
  85. .search{
  86. position: relative;
  87. display: flex;
  88. justify-content: space-between;
  89. margin-bottom: 20rpx;
  90. }
  91. .search input{
  92. width: 88%;
  93. background: #F7F7F7;
  94. height: 68rpx;
  95. padding-left: 70rpx;
  96. border-radius: 8rpx;
  97. box-sizing: border-box;
  98. font-size: 30rpx;
  99. }
  100. .search text{
  101. font-size: 30rpx;
  102. line-height: 68rpx;
  103. }
  104. .search image{
  105. position: absolute;
  106. height: 40rpx;
  107. left: 20rpx;
  108. top: 0;
  109. bottom: 0;
  110. margin: auto;
  111. }
  112. .list{
  113. padding: 40rpx 0;
  114. border-bottom: 1px solid #F5F5F5;
  115. }
  116. .num{
  117. font-size: 28rpx;
  118. color: #666;
  119. text-align: right;
  120. float: right;
  121. }
  122. .num text{
  123. font-size: 36rpx;
  124. font-weight: 500;
  125. }
  126. .stock_name{
  127. line-height: 100rpx;
  128. padding: 0 30rpx;
  129. font-size: 36rpx;
  130. font-weight: bold;
  131. color: #333;
  132. background: #fff;
  133. position: relative;
  134. }
  135. .stock_name text{
  136. color: #2383E5;
  137. font-weight: 400;
  138. font-size: 28rpx;
  139. background-color: #F7F7F7;
  140. padding: 5rpx 10rpx;
  141. }
  142. .tab{
  143. background: #fff;
  144. margin-top: 20rpx;
  145. }
  146. .tab view{
  147. line-height: 90rpx;
  148. text-align: center;
  149. /* width: 50%; */
  150. display: inline-block;
  151. font-size: 30rpx;
  152. position: relative;
  153. padding: 0 30rpx;
  154. }
  155. .tab .act{
  156. font-weight: bold;
  157. }
  158. .act text{
  159. position: absolute;
  160. width: 64rpx;
  161. height: 6rpx;
  162. bottom: 0;
  163. left: 0;
  164. right: 0;
  165. margin: auto;
  166. background: rgba(217, 75, 36, 1);
  167. border-radius: 40rpx;
  168. }
  169. ._list{
  170. position: relative;
  171. padding-left: 80rpx;
  172. margin-bottom: 24rpx;
  173. }
  174. ._list>navigator>image,._list>image{
  175. width: 64rpx;
  176. height: 64rpx;
  177. position: absolute;
  178. left: 0;
  179. top: 0;
  180. border-radius: 100%;
  181. }
  182. ._content,._name{
  183. font-size: 30rpx;
  184. line-height: 48rpx;
  185. }
  186. .answer{
  187. background: rgba(247, 247, 247, 1);
  188. padding: 20rpx;
  189. color: #666;
  190. margin: 20rpx 0;
  191. font-size: 28rpx;
  192. line-height: 36rpx;
  193. }
  194. .answer view{
  195. line-height: 48rpx;
  196. }
  197. .answer text{
  198. color: #2383e5;
  199. }
  200. .addr{
  201. position: relative;
  202. padding-bottom: 16px;
  203. border-bottom: 1px solid rgba(245, 245, 245, 1);
  204. }
  205. .addr text{
  206. font-size: 28rpx;
  207. margin-right: 24rpx;
  208. color: #666666;
  209. }
  210. .addr image{
  211. width: 34rpx;
  212. position: absolute;
  213. right: 0;
  214. top: 12rpx;
  215. }
  216. .addr .del{
  217. right: 50rpx;
  218. width: 50rpx;
  219. top: 0;
  220. }
  221. .post{
  222. position: fixed;
  223. padding: 24rpx 30rpx 50rpx;
  224. bottom: 0;
  225. left: 0;
  226. background: #fff;
  227. z-index: 9;
  228. border-top: 1px solid rgba(245, 245, 245, 1);
  229. display: flex;
  230. justify-content: space-between;
  231. width: 100%;
  232. }
  233. .post input{
  234. width: 75%;
  235. height: 64rpx;
  236. border: 1px solid rgba(224, 224, 224, 1);
  237. border-radius: 9rpx;
  238. font-size: 30rpx;
  239. color: #666;
  240. padding: 0 16rpx;
  241. margin-bottom: 24rpx;
  242. }
  243. .post button:not([size='mini']){
  244. height: 64rpx;
  245. width: 124rpx !important;
  246. background: #D94B24;
  247. border-radius: 8rpx;
  248. line-height: 64rpx;
  249. font-size: 30rpx;
  250. color: #fff;
  251. padding: 0;
  252. font-weight: 400;
  253. margin: 0;
  254. }
  255. .post image{
  256. width: 48rpx;
  257. position: relative;
  258. top: 10rpx;
  259. }
  260. .stock_name view{
  261. position: absolute;
  262. color: #D94B24;
  263. border: 1px solid #D94B24;
  264. width: 72px;
  265. height: 24px;
  266. line-height: 24px;
  267. right: 30rpx;
  268. top: 0;
  269. bottom: 0;
  270. margin: auto;
  271. font-size: 28rpx;
  272. font-weight: 400;
  273. text-align: center;
  274. border-radius: 8rpx;
  275. }