|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- /**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;
- }
|