Няма описание

information.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /*提示*/
  2. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 99;}
  3. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}
  4. body{
  5. background: #F7F7F6;
  6. min-height: 100vh;
  7. width: 100%;
  8. }
  9. .container{
  10. width: 3.55rem;
  11. min-height:100vh ;
  12. background: #FFFFFF;
  13. box-shadow:0px 0.01rem 0.06rem 0px rgba(255,103,0,0.2);
  14. border-radius:0.08rem;
  15. margin: auto;
  16. }
  17. .con{
  18. min-height: 2.2rem;
  19. margin: 0 0.11rem;
  20. box-sizing: border-box;
  21. border-bottom: 0.01rem solid rgba(223,216,251,0.3);
  22. }
  23. .con h3{
  24. padding-top: 0.22rem;
  25. padding-bottom: 0.04rem;
  26. color: #222222;
  27. font-size: 0.2rem;
  28. line-height: 0.28rem;
  29. }
  30. .con .info{
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-between;
  34. margin-bottom: 0.14rem;
  35. }
  36. .con .info .left span:nth-of-type(1){
  37. color: #555555;
  38. font-size: 0.14rem;
  39. line-height: 0.2rem;
  40. padding-right: 0.25rem;
  41. }
  42. .con .info .left span:nth-of-type(2){
  43. color: #888888;
  44. font-size: 0.12rem;
  45. line-height: 0.17rem;
  46. }
  47. .con .info .right{
  48. color: #888888;
  49. font-size: 0.12rem;
  50. line-height: 0.17rem;
  51. }
  52. .con .content{
  53. padding-bottom: 0.21rem;
  54. font-size: 0.13rem;
  55. line-height: 0.18rem;
  56. }
  57. .con .content img{
  58. width: 3.32rem;
  59. margin: 0.06rem 0;
  60. }
  61. /*产品推荐*/
  62. .commodityRecommend{
  63. padding:0 0.16rem;
  64. padding-top: 0.25rem;
  65. box-sizing: border-box;
  66. }
  67. .commodityRecommend h3{
  68. font-size: 0.18rem;
  69. line-height: 0.25rem;
  70. color: #333333;
  71. font-weight: bold;
  72. }
  73. .commodityRecommend ul li{
  74. min-height: 0.73rem;
  75. display: flex;
  76. align-items: center;
  77. justify-content: space-between;
  78. border-bottom: 0.01rem solid #EDEDED;
  79. }
  80. .commodityRecommend ul li .left{
  81. display: flex;
  82. align-items: center;
  83. flex: 1;
  84. }
  85. .commodityRecommend ul li .left img{
  86. width: 0.45rem;
  87. height: 0.45rem;
  88. border-radius: 0.05rem;
  89. margin-right: 0.12rem;
  90. }
  91. .commodityRecommend ul li .left div span:nth-of-type(1){
  92. display: block;
  93. font-size: 0.16rem;
  94. line-height: 0.22rem;
  95. color: #333333;
  96. font-weight: bold;
  97. padding-bottom: 0.04rem;
  98. overflow: hidden;
  99. text-overflow: ellipsis;
  100. white-space: nowrap;
  101. width: 1.4rem;
  102. }
  103. .commodityRecommend ul li .left div span:nth-of-type(2){
  104. color: #666666;
  105. font-size: 0.13rem;
  106. line-height: 0.18rem;
  107. }
  108. .commodityRecommend ul li .right{
  109. text-align: center;
  110. }
  111. .commodityRecommend ul li .right span:nth-of-type(1){
  112. color: #FF4848;
  113. font-size: 0.18rem;
  114. line-height: 0.25rem;
  115. display: block;
  116. padding-bottom: 0.05rem;
  117. }
  118. .commodityRecommend ul li .right span:nth-of-type(2){
  119. color: #555555;
  120. font-size: 0.12rem;
  121. line-height: 0.17rem;
  122. }