pagesucc.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. .main {
  2. width: 100%;
  3. /*background: url(../images/bg.png) no-repeat;
  4. background-size: cover;*/
  5. }
  6. .header {
  7. width: 100%;
  8. background: url(../images/bg.png) no-repeat;
  9. background-size: 100% 100%;
  10. padding-top: 1rem;
  11. }
  12. .header1 {
  13. width: 60%;
  14. margin: 0 auto;
  15. position: relative;
  16. display: flex;
  17. align-items: center;
  18. align-content: center;
  19. box-sizing: border-box;
  20. margin: 0 auto;
  21. margin-bottom: 1rem;
  22. /*background: url(../images/zhizhen.png) no-repeat;*/
  23. background-position: 0.06rem;
  24. background-size: 100%;
  25. }
  26. .shengyu {
  27. width: 50%;
  28. height: 50%;
  29. margin: 0 auto;
  30. position: relative;
  31. display: flex;
  32. flex-flow: column;
  33. align-items: center;
  34. align-content: center;
  35. /*justify-content: center;*/
  36. color: white;
  37. border-radius: 50%;
  38. /*background: linear-gradient(to bottom,#562BE4,#461BD2,#D61D87,#E53535);*/
  39. }
  40. .shengyu p {
  41. margin-top: 0.5rem;
  42. font-size: 0.8rem;
  43. }
  44. .shengyu span {
  45. font-size: 2rem;
  46. }
  47. .shengyu span i {
  48. font-style: normal;
  49. font-weight: normal;
  50. font-size: 1.2rem;
  51. }
  52. .shengyu .shuaxin {
  53. margin-top: 1.5vh;
  54. padding: 0.25rem 1rem;
  55. font-size: 0.8rem;
  56. border: 0.06rem solid white;
  57. border-radius: 1rem;
  58. }
  59. .yiyong {
  60. width: 100%;
  61. display: flex;
  62. justify-content: space-around;
  63. font-size: 0.94rem;
  64. color: #484A9A;
  65. }
  66. .yiyong .yiyong_item {
  67. display: flex;
  68. flex-flow: column;
  69. align-items: center;
  70. align-content: center;
  71. margin-bottom: 1rem;
  72. color: white;
  73. }
  74. .yiyong_item span {
  75. padding-top: 0.5rem;
  76. }
  77. .fuli1 {
  78. width: 100%;
  79. padding: 0.5rem 0;
  80. text-align: center;
  81. color: white;
  82. font-size: 0.94rem;
  83. background-color: #FF14CB;
  84. }
  85. .fuli1 span {
  86. text-decoration: underline;
  87. }
  88. .dingyue {
  89. padding-top: 1.5rem;
  90. }
  91. #myCanvas {
  92. width: 100%;
  93. position: absolute;
  94. /*top: 10%;
  95. left: 10%;*/
  96. }
  97. .dinggou {
  98. width: 100%;
  99. display: flex;
  100. box-sizing: border-box;
  101. justify-content: space-between;
  102. align-items: center;
  103. padding: 1rem 3%;
  104. color: #FFF;
  105. background: rgba(138, 10, 8, 0.2);
  106. font-size: 0.8rem;
  107. /*opacity: 0.2;*/
  108. }
  109. .dinggou p {
  110. display: flex;
  111. align-content: center;
  112. }
  113. .dinggou p img {
  114. width: 1rem;
  115. height: 1rem;
  116. padding-right: 0.3rem;
  117. }
  118. .dinggou a {
  119. color: #fff;
  120. text-decoration: underline;
  121. }
  122. .tips {
  123. width: 94%;
  124. margin: 0 auto;
  125. }
  126. .tips_header {
  127. display: flex;
  128. width: 100%;
  129. align-items: center;
  130. margin: 1.3rem 0 1.1rem 0;
  131. font-size: 0.95rem;
  132. color: rgba(78, 78, 78, 1);
  133. }
  134. .tips_header img {
  135. width: 1.25rem;
  136. height: 1.25rem;
  137. margin-top: 0.1rem;
  138. margin-right: 0.68rem;
  139. }
  140. .tips_item {
  141. display: flex;
  142. padding-bottom: 1rem;
  143. font-size: 0.8rem;
  144. align-items: flex-start;
  145. color: #6D6D6D;
  146. }
  147. .tips_item .num {
  148. width: 1.2rem;
  149. line-height: 1.2rem;
  150. margin-top: 0.1rem;
  151. margin-right: 0.68rem;
  152. font-size: 0.06rem;
  153. background: url(../images/message.png) no-repeat 0 0.06rem;
  154. background-size: 100% 100%;
  155. text-align: center;
  156. color: #333333;
  157. }
  158. .tips_item span {
  159. width: 90%;
  160. /*color:rgba(173,173,173,1);*/
  161. }