您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

109 行
2.2 KiB

  1. html,body,div,ul,li,ol,a,input,textarea,p,dl,dt,dd{margin:0;padding:0;}
  2. ul li{list-style: none;}
  3. a{text-decoration: none;cursor: pointer;}
  4. html{height: 100%;}
  5. body{height: 100%;background: #f5f5f5;position: relative;font-family: '微软雅黑';max-width: 640px;margin:auto;}
  6. a,input,img,textarea,span,div{outline: 0;-webkit-tap-highlight-color:rgba(255,0,0,0);}
  7. header{
  8. width:100%;
  9. height: 45px;
  10. background: #ececea;
  11. border-bottom: 1px solid #ddd;
  12. }
  13. header.fixed{
  14. position: fixed;
  15. left: 0;
  16. top: 0;
  17. z-index: 99;
  18. }
  19. .header{
  20. margin:0 20px;
  21. text-align: center;
  22. color: #4e4a49;
  23. font-size: 1em;
  24. height: 45px;
  25. line-height: 45px;
  26. position: relative;
  27. }
  28. #letter{
  29. width: 100px;
  30. height: 100px;
  31. border-radius: 5px;
  32. font-size: 75px;
  33. color: #555;
  34. text-align: center;
  35. line-height: 100px;
  36. background: rgba(145,145,145,0.6);
  37. position: fixed;
  38. left: 50%;
  39. top: 50%;
  40. margin:-50px 0px 0px -50px;
  41. z-index: 99;
  42. display: none;
  43. }
  44. #letter img{
  45. width: 50px;
  46. height: 50px;
  47. float: left;
  48. margin:25px 0px 0px 25px;
  49. }
  50. .sort_box{
  51. width: 100%;
  52. margin-top: 0.01rem;
  53. overflow: hidden;
  54. background-color: #fff;
  55. }
  56. .sort_list{
  57. padding:0.09rem 0.5rem 0.08rem 0.53rem;
  58. position: relative;
  59. /*height: 0.4rem;*/
  60. line-height: 0.4rem;
  61. border-bottom:1px solid #f0f2f6;
  62. }
  63. .sort_list .num_logo{
  64. width: 50px;
  65. height: 50px;
  66. border-radius: 10px;
  67. overflow: hidden;
  68. position: absolute;
  69. top: 5px;
  70. left: 20px;
  71. }
  72. .sort_list .num_logo img{
  73. width: 50px;
  74. height: 50px;
  75. }
  76. .sort_list .num_name{
  77. color: #666;
  78. font-size: 0.16rem;
  79. }
  80. .sort_letter{
  81. width: 0.14rem;
  82. position: relative;
  83. height: 0.19rem;
  84. color: #1b1a20;
  85. font-size: 0.14rem;
  86. background-color: #eaebed;
  87. margin-top: -0.25rem;
  88. top: 0.25rem;
  89. text-align: center;
  90. line-height: 0.19rem;
  91. left: 0.2rem;
  92. margin-bottom: 0.05rem;
  93. }
  94. .initials{
  95. position: fixed;
  96. top: 2.5rem;
  97. right: 0px;
  98. height: 100%;
  99. width: 0.25rem;
  100. text-align: center;
  101. font-size: 12px;
  102. z-index: 99;
  103. background: rgba(145,145,145,0);
  104. }
  105. .initials li img{
  106. width: 14px;
  107. }