detail.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. page {
  2. background-color: #fff;
  3. padding-bottom: 127rpx;
  4. }
  5. .top {
  6. padding-top: 57rpx;
  7. margin-bottom: 42rpx;
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. height: 112rpx;
  12. padding-left: 34rpx;
  13. padding-right: 42rpx;
  14. }
  15. .top .game {
  16. overflow: hidden;
  17. }
  18. .top .game .game_icon {
  19. width: 112rpx;
  20. height: 112rpx;
  21. float: left;
  22. border-radius: 50%;
  23. margin-right: 24rpx;
  24. }
  25. .top .game .game_info {
  26. height: 112rpx;
  27. padding-top: 10rpx;
  28. padding-bottom: 16rpx;
  29. float: left;
  30. display: flex;
  31. align-items: flex-start;
  32. justify-content: space-between;
  33. flex-direction: column;
  34. }
  35. .top .game .game_info .name {
  36. font-size: 30rpx;
  37. color: #333;
  38. line-height: 42rpx;
  39. letter-spacing: 0.64rpx;
  40. }
  41. .top .game .game_info .classify {
  42. font-size: 26rpx;
  43. color: #999;
  44. line-height: 37rpx;
  45. letter-spacing: 0.56rpx;
  46. }
  47. .banner {
  48. padding: 0 62rpx;
  49. }
  50. .banner image {
  51. width: 100%;
  52. height: auto;
  53. border-radius: 15rpx;
  54. }
  55. .comment {
  56. margin-top: 68rpx;
  57. }
  58. .comment .comment_item {
  59. padding-left: 46rpx;
  60. padding-right: 40rpx;
  61. }
  62. .comment .comment_main {
  63. width: 100%;
  64. border-bottom: 1px solid #f0f0f0;
  65. }
  66. .comment .comment_info {
  67. height: 84rpx;
  68. margin: 38rpx 0;
  69. padding: 0 15rpx;
  70. position: relative;
  71. overflow: hidden;
  72. }
  73. .comment .comment_info .icon {
  74. width: 84rpx;
  75. height: 84rpx;
  76. margin-right: 20rpx;
  77. border-radius: 50%;
  78. float: left;
  79. overflow: hidden;
  80. }
  81. .comment .comment_info .time {
  82. font-size: 24rpx;
  83. line-height: 33rpx;
  84. color: #999;
  85. position: absolute;
  86. right: 0;
  87. top: 0;
  88. }
  89. .comment .info {
  90. float: left;
  91. height: 84rpx;
  92. display: flex;
  93. align-items: flex-start;
  94. flex-direction: column;
  95. justify-content: space-between;
  96. padding: 5rpx 0;
  97. }
  98. .comment .info .info_name {
  99. line-height: 42rpx;
  100. font-size: 30rpx;
  101. font-weight: 700;
  102. color: #333;
  103. letter-spacing: 0.6rpx;
  104. }
  105. .comment .info .info_star {
  106. display: flex;
  107. }
  108. .comment .info .info_star image {
  109. width: 30rpx;
  110. height: 30rpx;
  111. margin-right: 6rpx;
  112. display: block;
  113. }
  114. .comment .comment_content {
  115. font-size: 26rpx;
  116. padding: 0 25rpx 32rpx 25rpx;
  117. color: #333;
  118. }
  119. .review {
  120. padding-left: 18rpx;
  121. padding-right: 24rpx;
  122. width: 100vw;
  123. position: fixed;
  124. bottom: 0;
  125. left: 0;
  126. height: 106rpx;
  127. display: flex;
  128. align-items: center;
  129. justify-content: space-between;
  130. background: #f5f5f5;
  131. box-shadow: 0 -1px 1px 0 rgba(200, 200, 200, 0.50);
  132. }
  133. .review input {
  134. width: 586rpx;
  135. background-color: #fff;
  136. border-radius: 10rpx;
  137. font-size: 28rpx;
  138. color: #333;
  139. padding-left: 21rpx;
  140. height: 68rpx;
  141. }
  142. .review button {
  143. width: 108rpx;
  144. background: #00a2ff;
  145. border-radius: 10rpx;
  146. height: 68rpx;
  147. font-size: 28rpx;
  148. color: #fff;
  149. }
  150. .dtlTab {
  151. padding: 0 34rpx;
  152. }
  153. .dtlTab .dtlTab_wrap {
  154. padding: 0 50rpx;
  155. width: 100%;
  156. border-bottom: 2rpx solid #f0f0f0;
  157. display: flex;
  158. align-items: center;
  159. justify-content: space-between;
  160. }
  161. .dtlTab .dtlTab_cell {
  162. font-weight: 700;
  163. width: 100%;
  164. line-height: 100rpx;
  165. text-align: center;
  166. height: 100rpx;
  167. color: #afafaf;
  168. font-size: 36rpx;
  169. }
  170. .dtlTab .active {
  171. color: #333;
  172. position: relative;
  173. }
  174. .dtlTab .active::before {
  175. content: '';
  176. width: 130rpx;
  177. height: 4rpx;
  178. background-color: #557cff;
  179. position: absolute;
  180. bottom: 0;
  181. left: 50%;
  182. transform: translateX(-50%);
  183. }
  184. .dtlCnt .dtlCnt_item {
  185. display: none;
  186. }
  187. .dtlCnt .active {
  188. display: block;
  189. }
  190. .dtlCnt .des {
  191. padding: 0 61rpx;
  192. }
  193. .dtlCnt .des_text {
  194. display: block;
  195. font-size: 28rpx;
  196. color: #707070;
  197. padding: 20rpx 0 47rpx 0;
  198. line-height: 46rpx;
  199. border-bottom: 2rpx solid #f0f0f0;
  200. }
  201. .dtlCnt {
  202. }
  203. .dtlCnt .score {
  204. padding: 38rpx 40rpx 62rpx 90rpx;
  205. display: flex;
  206. align-items: center;
  207. justify-content: space-between;
  208. }
  209. .dtlCnt .score .score_sum {
  210. text-align: center;
  211. flex: 0 190rpx;
  212. }
  213. .dtlCnt .score .title {
  214. font-size: 36rpx;
  215. color: #333;
  216. font-weight: 700;
  217. line-height: 50rpx;
  218. }
  219. .dtlCnt .score .sumNum {
  220. display: block;
  221. font-weight: 700;
  222. font-size: 70rpx;
  223. margin-top: 5rpx;
  224. margin-bottom: 23rpx;
  225. color: #557cff;
  226. line-height: 98rpx;
  227. }
  228. .dtlCnt .score .sumStar {
  229. width: 100%;
  230. display: flex;
  231. align-items: center;
  232. justify-content: space-between;
  233. }
  234. .dtlCnt .score .sumStar_item {
  235. width: 28rpx;
  236. height: 28rpx;
  237. }
  238. .dtlCnt .score .sumStar_item image {
  239. display: block;
  240. width: 100%;
  241. height: 100%;
  242. }
  243. .dtlCnt .score .sumCmt {
  244. font-size: 24rpx;
  245. color: #999;
  246. margin-top: 12rpx;
  247. line-height: 33rpx;
  248. }
  249. .score_Overview {
  250. width: 310rpx;
  251. }
  252. .score_Overview .cell {
  253. overflow: hidden;
  254. height: 45rpx;
  255. display: flex;
  256. align-items: center;
  257. }
  258. .score_Overview .label {
  259. float: left;
  260. font-size: 32rpx;
  261. color: #333;
  262. display: flex;
  263. align-items: center;
  264. }
  265. .score_Overview .label image {
  266. width: 26rpx;
  267. height: 26rpx;
  268. margin-left: 11rpx;
  269. margin-right: 17rpx;
  270. }
  271. .score_Overview .line {
  272. float: left;
  273. width: 230rpx;
  274. }
  275. .score_Overview .line_inner {
  276. display: block;
  277. background: #557cff;
  278. height: 12rpx;
  279. }
  280. .reviewBtn {
  281. width: 570rpx;
  282. height: 88rpx;
  283. margin: 0 auto;
  284. font-size: 32rpx;
  285. font-weight: 700;
  286. color: #557cff;
  287. background: #fff;
  288. box-shadow: 0 2px 8px 0 rgba(85, 124, 255, 0.20);
  289. border-radius: 10rpx;
  290. }
  291. .reviewBtn:active {
  292. opacity: 0.8;
  293. }
  294. .recommend {
  295. padding: 0 34rpx;
  296. }
  297. .recommend .recommend_item {
  298. margin-bottom: 20rpx;
  299. }
  300. .recommend .title {
  301. font-size: 36rpx;
  302. color: #333;
  303. font-weight: 700;
  304. line-height: 50rpx;
  305. padding-bottom: 30rpx;
  306. padding-top: 64rpx;
  307. }
  308. .recommend .games {
  309. overflow: hidden;
  310. margin-right: -53rpx;
  311. }
  312. .recommend .games_item {
  313. float: left;
  314. width: 130rpx;
  315. margin-right: 53rpx;
  316. }
  317. .recommend .icon {
  318. width: 130rpx;
  319. height: 130rpx;
  320. display: block;
  321. border-radius: 50%;
  322. overflow: hidden;
  323. }
  324. .recommend .name {
  325. font-size: 24rpx;
  326. color: #333;
  327. line-height: 33rpx;
  328. margin-top: 18rpx;
  329. }