main.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. @media only screen and (min-width: 375px) and (max-width: 451px) {
  2. .container-inner{
  3. width: 80%;
  4. padding: 3rem 3rem;
  5. }
  6. .bottom-con{
  7. width: 80%;
  8. font-size: 12px;
  9. }
  10. }
  11. @media only screen and (min-width: 330px) and (max-width: 374px) {
  12. .container-inner{
  13. width: 90%;
  14. padding: 3rem 2rem;
  15. }
  16. .bottom-con{
  17. width: 90%;
  18. font-size: 12px;
  19. }
  20. .bottom-left{
  21. flex: 0.3!important;
  22. }
  23. .bottom-right {
  24. flex: 1.7!important;
  25. }
  26. }
  27. @media only screen and (max-width: 331px) {
  28. .container-inner{
  29. width: 90%;
  30. padding: 3rem 2rem;
  31. }
  32. .bottom-con{
  33. width: 90%;
  34. font-size: 12px;
  35. }
  36. }
  37. @media only screen and (max-width: 451px) {
  38. .top-title {
  39. font-size: 17px;
  40. letter-spacing: 2px;
  41. }
  42. .top-font {
  43. font-size: 14px;
  44. line-height: 2.5rem;
  45. padding: 2rem 0;
  46. letter-spacing: 1px;
  47. }
  48. .recv-btn {
  49. margin: 2.5rem 0;
  50. }
  51. .code-con{
  52. margin: 0;
  53. }
  54. .code-font {
  55. font-size: 12px;
  56. }
  57. .code-item {
  58. width: 40%;
  59. }
  60. .code-item img {
  61. width: 75%;
  62. }
  63. .bottom-item {
  64. padding-right: 0;
  65. }
  66. }
  67. @media only screen and (min-width: 451px) {
  68. .container-inner {
  69. width: 60%;
  70. padding: 3rem 6rem;
  71. }
  72. .top-title {
  73. font-size: 3rem;
  74. letter-spacing: 4px;
  75. }
  76. .top-font {
  77. font-size: 2rem;
  78. line-height: 3.5rem;
  79. padding: 3rem 0;
  80. letter-spacing: 3px;
  81. }
  82. .recv-btn {
  83. margin: 3.5rem 0;
  84. }
  85. .code-con {
  86. margin: 3rem 0;
  87. }
  88. .code-font {
  89. font-size: 1.5rem;
  90. }
  91. .code-item {
  92. width: 30%;
  93. }
  94. .code-item img {
  95. width: 75%;
  96. }
  97. .bottom-con {
  98. width: 60%;
  99. font-size: 2rem;
  100. }
  101. .bottom-item {
  102. padding-right: 50px;
  103. }
  104. }
  105. .top-icon-con {
  106. font-size: 2rem;margin-bottom: 4rem;text-align: left;
  107. }
  108. .code-font {
  109. margin-top: 10px;
  110. }
  111. .code-item {
  112. display: inline-block;
  113. }
  114. .container-inner {
  115. background-color: rgba(225, 223, 244, 0.08);
  116. margin: 0 auto;
  117. text-align: center;
  118. }
  119. .container{
  120. width: 100%;
  121. overflow: hidden;
  122. position: relative;
  123. color: white;
  124. background-image: url(../../img/company/background.png);
  125. background-repeat: no-repeat;
  126. background-size: 100% 100%;
  127. }
  128. .bottom-con {
  129. background-color: rgba(105, 91, 214, 0.36);
  130. padding: 2.5rem;
  131. margin: 0 auto;
  132. display: flex
  133. }
  134. .bottom-right p{
  135. text-align:left;
  136. }
  137. .bottom-item {
  138. text-align: center;
  139. }
  140. .top-title {
  141. padding: 5px 0;
  142. background-color: rgba(71, 148, 254, 0.66);
  143. }
  144. .recv-ipt{
  145. width: 100%;
  146. border-radius: 2rem;
  147. text-align: center;
  148. color: #BBBBBB;
  149. background-color: white;
  150. border: none;
  151. }
  152. .recv-btn {
  153. border-radius: 5rem;
  154. width: 100%;
  155. border:none;
  156. background-color: #daba04;
  157. color: #ffffff;
  158. }
  159. .recv-btn a:hover{
  160. color: #ffffff;
  161. background-color: #daba04;
  162. text-decoration: none;
  163. }
  164. .recv-btn a:active{
  165. text-decoration: none;
  166. background-color: #daba04;
  167. }
  168. .recv-btn a:visited{
  169. background-color: #daba04;
  170. text-decoration: none;
  171. }
  172. @media only screen and (min-width: 375px) and (max-width: 451px) {
  173. .bottom-left {
  174. flex:0.3;text-align: right
  175. }
  176. .bottom-right {
  177. flex:1.7;
  178. }
  179. }
  180. @media only screen and (min-width: 300px) and (max-width: 374px) {
  181. .bottom-left {
  182. flex:0.15;text-align: right
  183. }
  184. .bottom-right {
  185. flex:1.85;
  186. }
  187. }
  188. @media only screen and (min-width: 450px) and (max-width: 1368px) {
  189. .bottom-left {
  190. flex:0.9;text-align: right
  191. }
  192. .bottom-right {
  193. flex:2.1;
  194. }
  195. }
  196. @media only screen and (min-width: 1368px) {
  197. .bottom-left {
  198. flex:1.1;text-align: right
  199. }
  200. .bottom-right {
  201. flex:1.9;
  202. }
  203. }