wechat.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. body {
  2. background-color: #daf3ff;
  3. /*font-size: 15px;*/
  4. font-size: 1em;
  5. padding: 0px 0px;
  6. margin: 0px 0px;
  7. }
  8. #mainContent {
  9. text-align: center;
  10. padding: 10px 45px;
  11. }
  12. #initIntro {
  13. text-align: left;
  14. }
  15. .content-question {
  16. padding-top: 10px;
  17. }
  18. .male {
  19. width: 40%;
  20. margin-top: 20px;
  21. margin-right: 20px;
  22. }
  23. .female {
  24. width: 40%;
  25. margin-top: 20px;
  26. margin-left: 20px;
  27. }
  28. #title-img {
  29. background-repeat: no-repeat;
  30. background-size: 100%;
  31. width: 100%;
  32. }
  33. .titQuention {
  34. text-align: center;
  35. margin-top: -10px;
  36. }
  37. #select-answer {
  38. text-align: center;
  39. }
  40. #anImg1 {
  41. padding-top: 10px;
  42. width: 60%;
  43. }
  44. #anImg2 {
  45. padding-top: 10px;
  46. width: 60%;
  47. }
  48. .anBtn {
  49. background-color: #14b9d6;
  50. border-radius: 2px;
  51. box-shadow: 0px 2px 0px #02a3bf;
  52. margin: 5px 35px;
  53. line-height: 1.8em;
  54. color: #ffffff;
  55. }
  56. /* answer page */
  57. .answerType {
  58. width: 100%;
  59. margin-top: -10px;
  60. }
  61. .answerImg {
  62. width: 80%;
  63. }
  64. .introduce {
  65. /*font-size: 14px;*/
  66. font-size: 0.9em;
  67. text-align: left;
  68. line-height: 18px;
  69. }
  70. .resBtn {
  71. border-radius: 2px;
  72. color: #ffffff;
  73. /*font-size: 15px;*/
  74. font-size: 1em;
  75. margin-top: 8px;
  76. /*height: 35px;
  77. line-height: 35px;*/
  78. height: 2.2em;
  79. line-height: 2.2em;
  80. }
  81. .shareToFre {
  82. background-color: #eca702;
  83. }
  84. .againPlay {
  85. background-color: #14b9d6;
  86. }
  87. .followPICO {
  88. background-color: #14b9d6;
  89. }
  90. .followPICO a {
  91. text-decoration: none;
  92. color: #ffffff;
  93. }
  94. #shareGuide {
  95. width: 60%;
  96. position: fixed;
  97. right: 0;
  98. top: 0;
  99. }
  100. #guideLayer {
  101. width: 100%;
  102. height: 100%;
  103. background: #000000;
  104. position: fixed;
  105. top: 0;
  106. left: 0;
  107. opacity: 0.5;
  108. }