stock.wxss 1.6 KB

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