|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- /**index.wxss**/
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .imgBg{
- position: fixed;
- top: 0;
- left: 0;
- width: 750rpx;
- transition: opacity 1000ms;
- z-index: 100;
- }
- .msgFrame{
- position: fixed;
- bottom: 120rpx;
- left: 0;
- width:750rpx;
- padding: 40rpx 20rpx;
- background-color: rgba(000, 000, 000, 0.5);
- box-sizing: border-box;
- }
- .inputGroup{
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .inputSty{
- width:347rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .getPhoneFrame{
- position: absolute;
- top:0;
- right:0;
- width:347rpx;
- height:65rpx;
- border-radius: 10rpx;
- overflow: hidden;
- opacity: 0;
- z-index: 2;
- }
- .getPhoneBtn{
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- }
- .selectGroup{
- width:710rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- margin-top: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .selectIcon{
- width: 25rpx;
- height: 15rpx;
- }
- .subscribeBtn{
- position: relative;
- width:710rpx;
- height:70rpx;
- margin-top: 18rpx;
- }
- .indexBottom{
- width: 750rpx;
- height: 205rpx;
- }
- .videoSty{
- position: relative;
- width:750rpx;
- height:530rpx;
- }
- #video{
- width: 100%;
- height: 100%;
- }
- .videoPlay{
- width: 139rpx;
- height: 138rpx;
- position: absolute;
- top:50%;
- left: 50%;
- transform: translate(-50%,-50%);
- }
- .swiperFrame{
- position: relative;
- width: 750rpx;
- height: 530rpx;
- }
- .swiperSty{
- width: 100%;
- height: 100%;
- }
- .leftArrow{
- position: absolute;
- top:50%;
- left: 23rpx;
- width: 28rpx;
- height: 118rpx;
- transform: translateY(-50%);
- }
- .rightArrow{
- position: absolute;
- width: 27rpx;
- height: 118rpx;
- top:50%;
- right: 23rpx;
- transform: translateY(-50%);
- }
- .codeGroup{
- width:710rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 55rpx;
- padding: 0 25rpx;
- margin-top: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .inputCode{
- height: 100%;
- width: 500rpx;
- }
- .bannerBarGroup{
- margin-top: 23rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .bannerBar1{
- height: 5rpx;
- background-color: #ABABAD;
- width: 50rpx;
- transition: width 0.3s;
- margin-left: 5rpx;
- }
- .bannerBar1:first-child{
- margin-left: 0;
- }
- .bannerBar2{
- width: 80rpx;
- background-color: #212B53;
- }
- .bannerBarFrame{
- width: 750rpx;
- height: 192rpx;
- background-color: #ececec;
- box-sizing: border-box;
- }
- .bannerName{
- width: 750rpx;
- height: 192rpx;
- padding-top: 41rpx;
- line-height: 30rpx;
- font-size:30rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:rgba(0,0,0,1);
- text-align: center;
- box-sizing: border-box;
- }
- .videoPoster{
- position: absolute;
- left: 0;
- top:0;
- width: 100%;
- height: 100%;
- }
- .indexBottom2Group{
- position: relative;
- }
- .lookMore{
- position: absolute;
- right: 34rpx;
- bottom: 25rpx;
- width: 188rpx;
- height: 40rpx;
- }
- .getUserMsgBtn{
- position: absolute;
- top: 0;
- left: 0;
- padding: 0;
- margin: 0;
- opacity: 0;
- }
- .interval1{
- width: 750rpx;
- height: 58rpx;
- background-color: #ececec;
- }
- .indexBottom2{
- width:750rpx;
- height:140rpx;
- background-color: #ececec;
- }
- .indexOrderIcon{
- position: fixed;
- left: 50%;
- transform: translateX(-50%);
- bottom: 154rpx;
- width: 710rpx;
- height: 71rpx;
- z-index: 9;
- }
- .contentFrame{
- position: relative;
- }
- .newImages2-76{
- width: 750rpx;
- /* height: 10694rpx; */
- }
- .lookMoreCar{
- width: 750rpx;
- padding: 60rpx 0;
- padding-bottom: 190rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #00a0e9;
- }
- .newImages2-14{
- width: 449rpx;
- height: 70rpx;
- }
- .newImages2-11{
- width:710rpx;
- height: 71rpx;
- position: fixed;
- bottom: 180rpx;
- left: 50%;
- transform: translateX(-50%);
- z-index: 9;
- }
- .newImages2-12{
- width:390rpx;
- height: 62rpx;
- position: absolute;
- top: 3718rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- .newImages2-13{
- width:390rpx;
- height: 61rpx;
- position: absolute;
- top: 4088rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- .swiper1{
- position: absolute;
- left: 0;
- top: 5012rpx;
- width: 750rpx;
- height: 477rpx;
- }
- .arrow-left-1,.arrow-right-1,.arrow-left-2,.arrow-right-2,.arrow-left-3,.arrow-right-3,.arrow-left-4,.arrow-right-4{
- position: absolute;
- top: 5012rpx;
- height: 477rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .arrow-left-1,.arrow-left-2,.arrow-left-3,.arrow-left-4{
- left: 18rpx;
- }
- .arrow-right-1,.arrow-right-2,.arrow-right-3,.arrow-right-4{
- right:18rpx;
- }
- .arrow-left-2,.arrow-right-2{
- top: 6406rpx;
- height: 496rpx;
- }
- .arrow-left-3,.arrow-right-3{
- top: 7976rpx;
- height: 402rpx;
- }
- .arrow-left-4,.arrow-right-4{
- top: 9459rpx;
- height: 447rpx;
- }
- .newImages2-78{
- width: 26rpx;
- height: 117rpx;
- }
- .dotGroup1,.dotGroup2,.dotGroup3,.dotGroup4{
- position: absolute;
- left: 0;
- top: 5454rpx;
- width: 750rpx;
- height: 16rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dotGroup2{
- top: 6872rpx;
- }
- .dotGroup3{
- top: 8331rpx;
- }
- .dotGroup4{
- top: 9869rpx;
- }
- .newImages2-80{
- width: 17rpx;
- height: 16rpx;
- margin: 0 5rpx;
- }
- .newImages2-81{
- width: 69rpx;
- height: 16rpx;
- margin: 0 5rpx;
- }
- .testText{
- position: absolute;
- top: 5508rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 584rpx;
- height: 104rpx;
- }
- .swiper2{
- position: absolute;
- left: 0;
- top: 6406rpx;
- width: 750rpx;
- height: 496rpx;
- }
- .testText2{
- position: absolute;
- top: 6922rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 598rpx;
- height: 103rpx;
- }
- .swiper3{
- position: absolute;
- left: 0;
- top: 7976rpx;
- width: 750rpx;
- height: 402rpx;
- }
- .testText3{
- position: absolute;
- top: 8400rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 513rpx;
- height: 104rpx;
- }
- .swiper4{
- position: absolute;
- left: 0;
- top: 9459rpx;
- width: 750rpx;
- height: 447rpx;
- }
- .testText4{
- position: absolute;
- top: 9925rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 522rpx;
- height: 103rpx;
- }
- .videoGroup{
- position: absolute;
- left: 340rpx;
- top: 518rpx;
- width: 69rpx;
- height: 72rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .newImages2-108{
- width: 72rpx;
- height: 72rpx;
- }
- .newImages2-110{
- width: 21rpx;
- height: 29rpx;
- margin-top: -42rpx;
- }
- .myVideo{
- position: fixed;
- top: 0;
- left: 0;
- width: 750rpx;
- height: calc(100vh - 120rpx);
- z-index: 999;
- }
- .computeBtn{
- width:390rpx;
- height: 62rpx;
- position: absolute;
- top: 2570rpx;
- left: 50%;
- transform: translateX(-50%);
- }
|