index.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -webkit-box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. -o-box-sizing: border-box;
  9. -ms-box-sizing: border-box;
  10. box-sizing: border-box;
  11. -webkit-tap-highlight-color: transparent;
  12. font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
  13. -webkit-tap-highlight-color: rgba(0,0,0,0);
  14. -webkit-tap-highlight-color:transparent;
  15. outline:none;
  16. }
  17. body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big, small, ul, li, a, img {
  18. margin: 0;
  19. padding: 0;
  20. border:none;
  21. /*font-weight:lighter;*/
  22. font-size:1rem;
  23. font-weight:400;
  24. color:#323232;
  25. -webkit-tap-highlight-color: transparent;
  26. font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
  27. }
  28. input,button,textarea,text{
  29. outline: none;
  30. font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
  31. }
  32. li{
  33. list-style:none;
  34. }
  35. a{
  36. text-decoration:none;
  37. }
  38. .clear-fix:after{
  39. content:' ';
  40. width:0;
  41. height:0;
  42. clear:both;
  43. display:block;
  44. }
  45. em,i{
  46. font-style:normal;
  47. }
  48. /**********head***************/
  49. .a{
  50. width:100%;
  51. height:4.6rem;
  52. border:1px solid red;
  53. }
  54. .Choice{
  55. background: #fff;
  56. overflow: hidden;
  57. padding: 1rem 0.9rem;
  58. }
  59. .Choice .gend{
  60. float: left;
  61. width: 2.3rem;
  62. height: 2rem;
  63. margin-top: 0.8rem;
  64. }
  65. .Choice .gent{
  66. float: left;
  67. margin-left: 0.8rem;
  68. }
  69. .Choice .gent span{
  70. font-size: 0.9rem;
  71. color: #707070;
  72. letter-spacing: 0.05rem;
  73. }
  74. .Choice .gent .att{
  75. margin-left: 0.8rem;
  76. }
  77. .Choice .gent p{
  78. font-size: 0.9rem;
  79. color: #a3a3a3;
  80. margin-top: 0.2rem;
  81. letter-spacing: 0.05rem;
  82. }
  83. .Choice .genv{
  84. float: right;
  85. width: 1rem;
  86. height: 1rem;
  87. margin-top: 1.6rem;
  88. }