暂无描述

news_drs.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. body{
  2. overflow-x: hidden;
  3. width: 100%;
  4. }
  5. #container{
  6. font-size: 0.15rem;
  7. line-height: 0.26rem;
  8. color: #666666;
  9. padding: 0.1rem;
  10. box-sizing: border-box;
  11. }
  12. section{
  13. font-size: 0.14rem !important;
  14. }
  15. #container img{
  16. width: 100% !important;
  17. height: auto !important;
  18. }
  19. #app_image{
  20. width: 100%;
  21. }
  22. .news_info{
  23. padding: 0 0.1rem;
  24. box-sizing: border-box;
  25. }
  26. .news_info .title{
  27. color: #333333;
  28. font-size: 0.16rem;
  29. line-height: 0.22rem;
  30. font-weight: bold;
  31. padding: 0.1rem 0;
  32. text-align: center;
  33. overflow: hidden;
  34. text-overflow:ellipsis;
  35. white-space: nowrap;
  36. box-sizing: border-box;
  37. }
  38. .news_info .drs_info{
  39. display: flex;
  40. align-content: center;
  41. justify-content: space-between;
  42. margin: 0.12rem 0;
  43. }
  44. .news_info .drs_info .left .head_img{
  45. width: 0.22rem;
  46. height: 0.22rem;
  47. border-radius: 50%;
  48. vertical-align: middle;
  49. display: inline-block;
  50. }
  51. .news_info .drs_info .left .talent_name{
  52. font-size: 0.14rem;
  53. line-height: 0.2rem;
  54. color: #999999;
  55. padding-left: 0.08rem;
  56. vertical-align: middle;
  57. }
  58. .news_info .drs_info .right{
  59. color: #999999;
  60. font-size: 0.14rem;
  61. line-height: 0.2rem;
  62. vertical-align: middle;
  63. }
  64. .news_info .drs_info .right .readtimes_icon{
  65. width: 0.22rem;
  66. height: 0.22rem;
  67. display: inline-block;
  68. margin-right: 0.04rem;
  69. vertical-align: middle;
  70. }
  71. .js_tobuy{
  72. background: #F5F5F5;
  73. padding: 0.08rem;
  74. box-sizing: border-box;
  75. display: flex;
  76. align-items: center;
  77. margin: 0.1rem 0;
  78. }
  79. #container .js_tobuy img{
  80. width: 0.9rem !important;
  81. height: 0.9rem !important;
  82. border-radius: 0.04rem;
  83. margin-right: 0.12rem;
  84. }
  85. .js_tobuy .single-details-two,.js_tobuy .single-details-one,.js_tobuy .commodity-details{
  86. flex: 1;
  87. }
  88. .js_tobuy .phone-title{
  89. color: #222222;
  90. font-size: 0.13rem;
  91. line-height: 0.22rem;
  92. display: -webkit-box;
  93. -webkit-box-orient: vertical;
  94. -webkit-line-clamp: 2;
  95. overflow: hidden;
  96. }
  97. .js_tobuy .single-coupon-two,.js_tobuy .single-coupon-one, .js_tobuy .single-message,.js_tobuy .message-left,.js_tobuy .message-right{
  98. display: flex;
  99. align-items: center;
  100. justify-content:space-between;
  101. color: #999999;
  102. font-size: 0.12rem;
  103. }
  104. .js_tobuy .single-price{
  105. color: #F04848;
  106. font-size: 0.16rem;
  107. }
  108. .js_tobuy .single-price span:nth-of-type(1){
  109. font-size: 0.1rem;
  110. }
  111. .js_tobuy .coupon-style{
  112. background: url(./icon-price.png) no-repeat;
  113. background-size:100% 100%;
  114. width: 0.5rem;
  115. height: 0.16rem;
  116. line-height: 0.16rem;
  117. color: #fff;
  118. font-size: 0.1rem;
  119. display: inline-block;
  120. }
  121. .js_tobuy .coupon-style span:nth-of-type(1){
  122. padding:0 0.04rem;
  123. }
  124. .js_tobuy .coupon-style .coupon{
  125. padding-left: 0.04rem;
  126. }