123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- body {
- font-family: "pingfang SC", "MicrosoftYaHei";
- font-size: 16px;
- -webkit-font-smoothing: antialiased;
- }
- * {
- -webkit-tap-highlight-color: transparent;
- margin: 0;
- padding: 0;
- }
- .bar {
- width: 100%;
- box-sizing: border-box;
- padding: 8px 15px;
- background: #ffffff;
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: fixed;
- bottom: 0;
- z-index: 999;
- }
- .bar>img {
- width: 90px;
- height: 33px;
- }
- .bar>a {
- width: 8.8rem;
- height: 3.6rem;
- background-image: linear-gradient(90deg, #9C6CFA, #4979FF);
- border-radius: 2rem;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- text-decoration: none;
- font-size: 1.4rem;
- }
- .iphoneX {
- display: none;
- width: 100%;
- height: 34px;
- }
- .main {
- /* width: 37.5rem; */
- width: 100vw;
- background-color: #3E0A86;
- }
- .bg1{
- /* width: 37.5rem; */
- width: 100vw;
- }
- .bgBox{
- /* width: 37.5rem;
- margin-top: -7rem; */
- width: 100vw;
- margin-top: -70px;
- font-size:0;
- }
- .bg2{
- /* width: 37.5rem; */
- width: 100vw;
- height: auto;
- position: relative;
- }
- .bg2>img:nth-child(1){
- /* width: 34.5rem;
- margin: 0 1.5rem 1.5rem;
- height: 11.7rem;*/
- width: calc(100vw - 30px);
- height: auto;
- margin: 0 15px 15px;
- z-index: 111;
- }
- .earth{
- position: absolute;
- width: 58px;
- height: 56px;
- top: 116px;
- /* width: 5.8rem;
- height: 5.6rem;
- top: 11.6rem; */
- right: 0;
- }
- .mycode{
- /* position: absolute;
- width: 27.5rem;
- height: 4.5rem;
- font-size: 3.2rem;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 4.5rem;
- text-align: center;
- top: 6rem;
- left: 5rem;
- z-index: 999; */
- position: absolute;
- width: calc(100vw - 30px);
- height: 45px;
- font-size: 3.2rem;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 45px;
- text-align: center;
- top: 60px;
- left: 15px;
- z-index: 999;
- }
- .bg3{
- /* width: 34.5rem;
- margin: 0 1.5rem; */
- width: calc(100vw - 30px);
- margin: 0 15px;
- display: block;
- }
- .bg7{
- width: calc(100vw - 16px);
- margin: 17px 8px;
- height: auto;
- /* width: 36rem;
- height: 22.2rem;
- margin: 1.7rem 0.8rem; */
- }
- .bg8{
- /* width: 36rem;
- margin: 0 0.8rem;
- height: 14rem; */
- width: calc(100vw - 16px);
- margin: 0 8px;
- height: auto;
- position: relative;
- z-index: 1;
- }
- .bg9{
- /* width: 37.5rem;
- height: 8.4rem;
- margin-top: -6.2rem; */
- width: 100vw;
- height: auto;
- margin-top: -62px;
- position: relative;
- }
|