stock.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. /* pages/stock/stock.wxss */
  2. page{
  3. /* padding: 30rpx; */
  4. background-color: #fff;
  5. }
  6. .top_bg {
  7. position: relative;
  8. }
  9. .top_bg>image{
  10. width: 100%;
  11. }
  12. .top_bg .top_title{
  13. position: absolute;
  14. left: 0;
  15. right: 0;
  16. margin: auto;
  17. color: #fff;
  18. text-align: center;
  19. top: 10rpx;
  20. font-size: 46rpx;
  21. font-weight: 600;
  22. }
  23. .nbcomment{
  24. text-align: center;
  25. padding: 20rpx 0;
  26. text-decoration: underline;
  27. color: red;
  28. font-size: 32rpx;
  29. }
  30. .search-img{
  31. width: 40rpx;
  32. position: absolute;
  33. right: 20rpx;
  34. top: 15rpx;
  35. }
  36. .date-picker{
  37. color: #fff;
  38. padding-top: 10rpx;
  39. font-size: 26rpx;
  40. font-weight: 400;
  41. }
  42. .hot_list scroll-view{
  43. height: calc(100vh - 180rpx);
  44. position: relative;
  45. top: -38rpx;
  46. border-radius: 37rpx;
  47. }
  48. .paixu{
  49. font-size: 32rpx;
  50. display: flex;
  51. position: relative;
  52. top: -38rpx;
  53. }
  54. .paixu label{
  55. margin-left: auto;
  56. }
  57. .paixu image{
  58. width: 48rpx;
  59. height: 48rpx;
  60. margin-left: -10rpx;
  61. margin-right: 10rpx;
  62. }
  63. .detail image{
  64. width: 100%;
  65. border-radius: 8rpx;
  66. }
  67. .number{
  68. width: 38rpx;
  69. display: inline-block;
  70. text-align: center;
  71. color: #CE994F;
  72. font-size: 26rpx;
  73. font-weight: 600;
  74. margin-right: 10rpx;
  75. margin-top: 6rpx;
  76. }
  77. image.number{
  78. margin-top: 10rpx;
  79. }
  80. .nr{
  81. padding: 0 30rpx;
  82. font-size: 26rpx;
  83. text-align: right;
  84. color: #333;
  85. }
  86. .desc{
  87. font-size: 28rpx;
  88. line-height: 40rpx;
  89. margin: 30rpx 0;
  90. padding: 0 30rpx;
  91. }
  92. .name{
  93. font-size: 28rpx;
  94. font-weight: 500;
  95. }
  96. .name>text{
  97. color: #AAAAAA;
  98. font-size: 22rpx;
  99. /* border: 1px solid #AAAAAA; */
  100. border-radius: 4rpx;
  101. font-weight: 400;
  102. padding: 0 4rpx;
  103. position: relative;
  104. top: -3rpx;
  105. }
  106. .name view{
  107. float: right;
  108. color: #CE994F;
  109. font-size: 22rpx;
  110. text-align: center;
  111. position: relative;
  112. top: -5rpx;
  113. }
  114. .info{
  115. font-size: 26rpx;
  116. padding: 10rpx 0;
  117. display: flex;
  118. color: #333;
  119. }
  120. .info view{
  121. width: 85%;
  122. vertical-align: top;
  123. font-size: 27rpx !important;
  124. }
  125. .info label{
  126. font-weight: 500;
  127. }
  128. .info .tag{
  129. font-size: 28rpx;
  130. color: #CE994F;
  131. border: 1px solid #CE994F;
  132. border-radius: 8rpx;
  133. margin-right: 8rpx;
  134. font-weight: 400;
  135. padding: 0 8rpx;
  136. }
  137. .player{
  138. border-bottom: 1px solid #F5F5F5;
  139. margin-bottom: 20rpx;
  140. }
  141. .name view{
  142. float: right;
  143. color: #CE994F;
  144. font-size: 22rpx;
  145. text-align: center;
  146. position: relative;
  147. top: -5rpx;
  148. }
  149. .name view text{
  150. display: block;
  151. font-size: 32rpx;
  152. color: #CE994F;
  153. position: relative;
  154. top: -8rpx;
  155. }
  156. .search{
  157. position: relative;
  158. display: flex;
  159. justify-content: space-between;
  160. }
  161. .search input{
  162. width: 100%;
  163. background: #F7F7F7;
  164. height: 68rpx;
  165. padding-left: 70rpx;
  166. border-radius: 16rpx;
  167. box-sizing: border-box;
  168. font-size: 30rpx;
  169. }
  170. .search text{
  171. font-size: 30rpx;
  172. line-height: 68rpx;
  173. }
  174. .search image{
  175. position: absolute;
  176. height: 40rpx;
  177. left: 20rpx;
  178. top: 0;
  179. bottom: 0;
  180. margin: auto;
  181. }
  182. .list{
  183. padding: 20rpx 0;
  184. border-bottom: 1px solid #F5F5F5;
  185. display: flex;
  186. justify-content: space-between;
  187. }
  188. .stock-name{
  189. width: 65%;
  190. }
  191. .stock-name .code{
  192. display: block;
  193. font-size: 24rpx;
  194. color: #666;
  195. padding-top: 5rpx;
  196. }
  197. .num{
  198. font-size: 32rpx;
  199. color: #666;
  200. text-align: right;
  201. float: right;
  202. margin-top: 20rpx;
  203. position: relative;
  204. padding-right: 40rpx;
  205. }
  206. .num text{
  207. font-size: 30rpx;
  208. font-weight: 500;
  209. color: red;
  210. }
  211. .stock_name{
  212. line-height: 100rpx;
  213. padding: 0 20rpx;
  214. font-size: 32rpx;
  215. color: #333;
  216. background: #fff;
  217. position: relative;
  218. }
  219. .cc{
  220. color: #E90001;
  221. font-size: 26rpx;
  222. }
  223. .stock_name text{
  224. color: #999;
  225. font-weight: 400;
  226. font-size: 26rpx;
  227. padding: 5rpx 10rpx;
  228. }
  229. .tab{
  230. background: #fff;
  231. border-bottom: 1px solid #f2f2f2;
  232. }
  233. .tab view{
  234. line-height: 70rpx;
  235. text-align: center;
  236. display: inline-block;
  237. font-size: 30rpx;
  238. position: relative;
  239. padding: 0 20rpx;
  240. }
  241. .tab .act{
  242. color: #FF583D;
  243. }
  244. .act text{
  245. position: absolute;
  246. width: 120rpx;
  247. height: 4rpx;
  248. bottom: 0;
  249. left: 0;
  250. right: 0;
  251. margin: auto;
  252. background: rgba(217, 75, 36, 1);
  253. border-radius: 40rpx;
  254. }
  255. ._list{
  256. position: relative;
  257. padding-left: 80rpx;
  258. margin-bottom: 24rpx;
  259. }
  260. ._list>navigator>image,._list>image{
  261. width: 64rpx;
  262. height: 64rpx;
  263. position: absolute;
  264. left: 0;
  265. top: 0;
  266. border-radius: 100%;
  267. }
  268. ._content,._name{
  269. font-size: 30rpx;
  270. line-height: 48rpx;
  271. }
  272. .answer{
  273. background: rgba(247, 247, 247, 1);
  274. padding: 20rpx;
  275. color: #666;
  276. margin: 20rpx 0;
  277. font-size: 28rpx;
  278. line-height: 36rpx;
  279. }
  280. .answer view{
  281. line-height: 48rpx;
  282. }
  283. .answer text{
  284. color: #2383e5;
  285. }
  286. .addr{
  287. position: relative;
  288. padding-bottom: 16px;
  289. border-bottom: 1px solid rgba(245, 245, 245, 1);
  290. }
  291. .addr text{
  292. font-size: 28rpx;
  293. margin-right: 24rpx;
  294. color: #666666;
  295. }
  296. .addr image{
  297. width: 34rpx;
  298. position: absolute;
  299. right: 0;
  300. top: 12rpx;
  301. }
  302. .addr .del{
  303. right: 50rpx;
  304. width: 50rpx;
  305. top: 0;
  306. }
  307. .post{
  308. position: fixed;
  309. padding: 24rpx 30rpx 50rpx;
  310. bottom: 0;
  311. left: 0;
  312. background: #fff;
  313. z-index: 9;
  314. border-top: 1px solid rgba(245, 245, 245, 1);
  315. display: flex;
  316. justify-content: space-between;
  317. width: 100%;
  318. }
  319. .post input{
  320. width: 100%;
  321. height: 80rpx;
  322. border:none;
  323. background-color: #f2f2f2;
  324. border-radius: 9rpx;
  325. font-size: 30rpx;
  326. color: #666;
  327. padding: 0 16rpx;
  328. margin-bottom: 24rpx;
  329. }
  330. .post button:not([size='mini']){
  331. height: 64rpx;
  332. width: 124rpx !important;
  333. background: #D94B24;
  334. border-radius: 8rpx;
  335. line-height: 64rpx;
  336. font-size: 30rpx;
  337. color: #fff;
  338. padding: 0;
  339. font-weight: 400;
  340. margin: 0;
  341. }
  342. .post image{
  343. width: 48rpx;
  344. position: relative;
  345. top: 10rpx;
  346. }
  347. .stock_name view{
  348. position: absolute;
  349. color: #D94B24;
  350. border: 1px solid #D94B24;
  351. width: 72px;
  352. height: 24px;
  353. line-height: 24px;
  354. right: 30rpx;
  355. top: 0;
  356. bottom: 0;
  357. margin: auto;
  358. font-size: 28rpx;
  359. font-weight: 400;
  360. text-align: center;
  361. border-radius: 8rpx;
  362. }
  363. .more-image{
  364. width: 32rpx;
  365. position: absolute;
  366. top:10rpx;
  367. right: 0;
  368. }