item.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* pages/item/item.wxss */
  2. page{
  3. background: #000;
  4. color: #ffffff;
  5. /* margin-top: 30px; */
  6. }
  7. ec-canvas {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. .title{
  12. background:#1C1C1C;
  13. padding: 10px;
  14. }
  15. .title .title-button{
  16. text-align: right;
  17. }
  18. .title .title-button button{
  19. background: none;
  20. border: 1px solid slategrey;
  21. width: 80px;
  22. height: 25px;
  23. font-size: 12px;
  24. color: #ffffff;
  25. }
  26. .title .title-name{
  27. border-bottom: 1px solid slategrey;
  28. height: 50px;
  29. margin-top: -20px;
  30. }
  31. .title .title-name .title-name-Big{
  32. font-size: 28px;
  33. }
  34. .title .title-name .title-name-small{
  35. font-size: 18px;
  36. color: #d6d1d1;
  37. margin-left: 10px;
  38. }
  39. .title .tile-number{
  40. margin-top: 10px;
  41. }
  42. .title .tile-number .tile-number-Volume{
  43. }
  44. .title .tile-number .tile-number-float{
  45. /* color: crimson; */
  46. margin-left: 10px;
  47. }
  48. .swiper-tab {
  49. width: 100%;
  50. text-align: center;
  51. line-height: 80rpx;
  52. }
  53. .swiper-tab-list {
  54. font-size: 30rpx;
  55. display: inline-block;
  56. width: 30%;
  57. color: #777;
  58. }
  59. .on {
  60. color: #D81E06;
  61. border-bottom: 5rpx solid #D81E06;
  62. }
  63. .swiper-box {
  64. display: block;
  65. height: 100%;
  66. width: 100%;
  67. overflow: hidden;
  68. color: #fff;
  69. }
  70. .swiper-box .swiper-box-view {
  71. display: flex;
  72. justify-content: space-between;
  73. align-items: center;
  74. margin: 10rpx;
  75. border-bottom: 1rpx slategray solid;
  76. }
  77. .map{
  78. background:#1C1C1C;
  79. padding: 10px;
  80. margin-top: 10px;
  81. }
  82. .map .map-line {
  83. float: right;
  84. display: flex;
  85. align-items: center;
  86. }
  87. .map .map-line text{
  88. margin-left: 5px;
  89. }
  90. .map .map-line .map-line-red{
  91. display: inline-block;
  92. width: 30px;
  93. height: 2px;
  94. background: #D81E06;
  95. }
  96. .map .map-line .map-line-blue{
  97. display: inline-block;
  98. width: 30px;
  99. height: 2px;
  100. background:#80CDF8;
  101. }
  102. .news{
  103. width:90%;
  104. margin: 10px 0 20px 10px;
  105. }
  106. .news-today{
  107. color: #fff;
  108. font-size: 40rpx;
  109. }
  110. .content-item {
  111. /* height: 50rpx; */
  112. /* border-bottom: 1rpx solid #ede1d4; */
  113. width: 100%;
  114. display: flex;
  115. flex-direction: column;
  116. background: #1C1C1C;
  117. /* margin-bottom: 10rpx; */
  118. }
  119. .from{
  120. font-size: 24rpx;
  121. margin-left: 20rpx;
  122. color: #999;
  123. margin-top:10rpx;
  124. }
  125. .name {
  126. font-size: 30rpx;
  127. /* line-height: 100rpx; */
  128. color: #fff;
  129. margin:10rpx 20rpx;
  130. /* width: 100%; */
  131. height:100%;
  132. overflow: hidden;
  133. /* border: 1rpx solid red; */
  134. }
  135. .wawa {
  136. font-size: 26rpx;
  137. margin-left:20rpx;
  138. /* float: right; */
  139. /* line-height: 100rpx; */
  140. /* margin-right: 20rpx; */
  141. color: #999;
  142. }
  143. .time{
  144. font-size: 24rpx;
  145. margin-left:20rpx;
  146. color: #999;
  147. margin-top:10rpx;
  148. margin-bottom: 10rpx;
  149. }