mobileCenter.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .mobile-center {
  2. .block-wrap {
  3. width: 7.1rem;
  4. margin: .3rem auto 0;
  5. background: #fff;
  6. border-radius: .05rem;
  7. }
  8. .seek-banner {
  9. height: 1.8rem;
  10. line-height: 1.8rem;
  11. img {
  12. max-height: 1.8rem;
  13. margin: 0 auto;
  14. }
  15. /*.s-title {
  16. font-size: .42rem;
  17. color: #3f84f6;
  18. line-height: .38rem;
  19. vertical-align: top;
  20. margin-top: .5rem;
  21. span {
  22. color: #494949;
  23. }
  24. .s-text {
  25. font-size: .28rem;
  26. color: #999;
  27. }
  28. }*/
  29. }
  30. .seek-operation {
  31. min-height: 2.09rem;
  32. padding: 0 .24rem;
  33. > p {
  34. height: .55rem;
  35. line-height: .55rem;
  36. font-size: .28rem;
  37. border-bottom: .01rem solid #d3d3d3;
  38. i {
  39. display: inline-block;
  40. width: .05rem;
  41. height: .18rem;
  42. background: #3f84f6;
  43. margin: 0 .05rem;
  44. }
  45. }
  46. ul {
  47. margin-top: .27rem;
  48. li {
  49. position: relative;
  50. display: inline-block;
  51. width: 1.48rem;
  52. margin-right: 1.05rem;
  53. text-align: center;
  54. font-size: .28rem;
  55. margin-bottom: 0.2rem;
  56. color: #666;
  57. &:nth-child(3n) {
  58. margin-right: 0;
  59. }
  60. img {
  61. width: .8rem;
  62. margin-bottom: .05rem;
  63. }
  64. span.text{
  65. position: absolute;
  66. font-size: 0.24rem;
  67. color: #fff;
  68. background: #e60012;
  69. width: 0.40rem;
  70. height: 0.40rem;
  71. border-radius: 50%;
  72. top: -0.2rem;
  73. right: 0.21rem;
  74. line-height: 0.40rem;
  75. text-align: center;
  76. }
  77. }
  78. }
  79. }
  80. .collect-block {
  81. padding: 0.1rem .24rem;
  82. .content-line {
  83. height: 1.16rem;
  84. line-height: 1.16rem;
  85. border-bottom: 1px solid #d3d3d3;
  86. &:last-child {
  87. border-bottom: none;
  88. }
  89. img {
  90. width: .8rem;
  91. margin: 0 .28rem;
  92. }
  93. span {
  94. color:#666;
  95. font-size: .28rem;
  96. color: #666;
  97. .text {
  98. color: #3f84f6;
  99. }
  100. }
  101. i {
  102. float: right;
  103. color: #c1c1c6;
  104. }
  105. }
  106. }
  107. }