|
- /**index.wxss**/
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 150rpx);
- overflow: auto;
- }
- .imgBg{
- position: fixed;
- top: 0;
- left: 0;
- width: 750rpx;
- height: 1506rpx;
- transition: opacity 1000ms;
- z-index: 100;
- }
- .msgFrame{
- position: fixed;
- bottom: 150rpx;
- 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:70rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 55rpx;
- padding: 0 25rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .getPhoneFrame{
- position: absolute;
- top:0;
- right:0;
- width:347rpx;
- height:70rpx;
- border-radius: 10rpx;
- overflow: hidden;
- opacity: 0;
- z-index: 2;
- }
- .getPhoneBtn{
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- }
- .selectGroup{
- width:710rpx;
- height:70rpx;
- background-color: white;
- border-radius: 10rpx;
- 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;
- }
- .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:70rpx;
- 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;
- padding-top: 41rpx;
- box-sizing: border-box;
- }
- .bannerName{
- line-height: 30rpx;
- font-size:30rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:rgba(0,0,0,1);
- text-align: center;
- }
- .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:502rpx;
- background-color: #ececec;
- }
|