stock.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/stock/stock.wxss */
  2. page{
  3. padding: 30rpx;
  4. }
  5. scroll-view{
  6. height: calc(100vh - 140rpx);
  7. }
  8. image{
  9. width: 100%;
  10. border-radius: 8rpx;
  11. }
  12. .desc{
  13. font-size: 30rpx;
  14. line-height: 48rpx;
  15. margin: 30rpx 0;
  16. }
  17. .name{
  18. font-size: 32rpx;
  19. font-weight: 500;
  20. margin-bottom: 20rpx;
  21. }
  22. .name>text{
  23. color: #AAAAAA;
  24. font-size: 22rpx;
  25. border: 1px solid #AAAAAA;
  26. border-radius: 4rpx;
  27. font-weight: 400;
  28. padding: 0 4rpx;
  29. position: relative;
  30. top: -3rpx;
  31. }
  32. .name view{
  33. float: right;
  34. color: #CE994F;
  35. font-size: 22rpx;
  36. text-align: center;
  37. position: relative;
  38. top: -5rpx;
  39. }
  40. .info{
  41. font-size: 29rpx;
  42. padding: 10rpx 0;
  43. display: flex;
  44. }
  45. .info view{
  46. color: #666;
  47. width: 85%;
  48. vertical-align: top;
  49. /* font-size: 27rpx; */
  50. }
  51. .info label{
  52. font-weight: 500;
  53. color: #333;
  54. }
  55. .info .tag{
  56. font-size: 28rpx;
  57. color: #CE994F;
  58. border: 1px solid #CE994F;
  59. border-radius: 8rpx;
  60. margin-right: 8rpx;
  61. font-weight: 400;
  62. padding: 0 8rpx;
  63. }
  64. .player{
  65. border-bottom: 1px solid #F5F5F5;
  66. padding: 30rpx 0;
  67. }
  68. .name view{
  69. float: right;
  70. color: #CE994F;
  71. font-size: 22rpx;
  72. text-align: center;
  73. position: relative;
  74. top: -5rpx;
  75. }
  76. .name view text{
  77. display: block;
  78. font-size: 32rpx;
  79. color: #CE994F;
  80. position: relative;
  81. top: -8rpx;
  82. }
  83. .search{
  84. position: relative;
  85. display: flex;
  86. justify-content: space-between;
  87. margin-bottom: 20rpx;
  88. }
  89. .search input{
  90. width: 88%;
  91. background: #F7F7F7;
  92. height: 68rpx;
  93. padding-left: 70rpx;
  94. border-radius: 8rpx;
  95. box-sizing: border-box;
  96. font-size: 30rpx;
  97. }
  98. .search text{
  99. font-size: 30rpx;
  100. line-height: 68rpx;
  101. }
  102. .search image{
  103. position: absolute;
  104. height: 40rpx;
  105. left: 20rpx;
  106. top: 0;
  107. bottom: 0;
  108. margin: auto;
  109. }
  110. .list{
  111. padding: 40rpx 0;
  112. border-bottom: 1px solid #F5F5F5;
  113. }
  114. .num{
  115. font-size: 28rpx;
  116. color: #666;
  117. text-align: right;
  118. float: right;
  119. }
  120. .num text{
  121. font-size: 36rpx;
  122. font-weight: 500;
  123. }