123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- page{
- width:auto 100%;
- height: 100%;
- overflow: auto;
- position: relative;
- padding-bottom: 100rpx;
- padding-top: 48rpx;
- box-sizing: border-box;
- }
- .topbox {
- display: block;
- width: 100%;
- background-color: #ffffff;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- }
- .leftindexbox {
- position: absolute;
- left: 8px;
- width: 70px;
- padding: 4px 0;
- height: 28px;
- border-radius: 18px;
- box-sizing: border-box;
- }
- .leftindexbox .leftgoto {
- display: block;
- width: 8px;
- height: 14px;
- float: left;
- margin-left: 11px;
- transform: rotateY(180deg);
- position: relative;
- top: 2px;
- z-index: 9;
- }
- .gotoindex {
- display: block;
- width: 16px;
- height: 16px;
- float: right;
- position: relative;
- right: 10px;
- top: 1px;
- }
- .leftindexbox text {
- position: absolute;
- height: 14px;
- width: 1px;
- left: 30px;
- top: 6px;
- background-color: #d1cfcf;
- }
- .testBox {
- display: block;
- width: 650rpx;
- position: relative;
- margin: 0 auto;
- background: #fff;
- border-radius: 10rpx;
- box-shadow: 0 0 10rpx 0 #f2f2f2;
- padding-bottom: 45rpx;
- }
- .topBannerImg {
- display: block;
- width: 100%;
- height: 340rpx;
- }
- .title {
- margin-top: 24rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 32rpx;
- color: #384855;
- }
- .lastTitle {
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 26rpx;
- color: #708596;
- margin-top: 16rpx;
- }
- .joinBox {
- margin: 36rpx auto 0;
- width: 560rpx;
- height: 130rpx;
- background-color: #ffffff;
- border-radius: 10rpx;
- box-shadow: 0px 0px 20rpx -6rpx #aadaff;
- }
- .joinBox text {
- position: absolute;
- top: 36rpx;
- width: 1px;
- height: 60rpx;
- background: #b6cade;
- left: 279.5rpx;
- }
- .everyview {
- display: block;
- width: 50%;
- height: 100%;
- }
- .firstText {
- font-family: PingFang-SC-MediumSource Sans Medium;
- font-size: 26rpx;
- color: #384855;
- position: absolute;
- top: 32rpx;
- width: 100%;
- }
- .numText {
- color: #249efb;
- position: absolute;
- top: 71rpx;
- width: 100%;
- font-size: 26rpx;
- }
- .textBox {
- margin: 48rpx 44rpx 60rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 28rpx;
- line-height: 50rpx;
- color: #708596;
- }
- .testBtn {
- display: block;
- width: 600rpx;
- margin: 0 auto;
- height: 80rpx;
- background: #249efb;
- color: #fff;
- border-radius: 5rpx;
- font-size: 30rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- }
- .footer {
- position: fixed;
- bottom: 0;
- left: 0;
- background: #fff;
- height: 98rpx;
- width: 100%;
- z-index: 99999;
- box-shadow: 0 -4rpx 12rpx 0 rgba(0, 145, 255, 0.15);
- box-sizing: content-box;
- }
- button.footerLeft {
- width: 100%;
- font-family: PingFang-SC-MediumSource Sans Medium;
- background: #249efb;
- color: #fff;
- font-size: 34rpx;
- height: 100%;
- line-height: 98rpx;
- }
- .viewBox {
- display: block;
- width: 600rpx;
- height: 140rpx;
- position: fixed;
- top: 50%;
- left: 75rpx;
- margin-top: -50rpx;
- transform: translate(0, 390rpx);
- z-index: 9999;
- background: transparent;
- }
- .userLogin {
- display: block;
- width: 600rpx;
- height: 140rpx;
- line-height: 140rpx;
- color: transparent;
- background: transparent;
- }
- .shareBox {
- position: fixed;
- bottom: 0;
- right: 0;
- width: 100%;
- height: 98rpx;
- z-index: 99;
- box-sizing: content-box;
- }
- .shareBox button {
- display: block;
- width: 100%;
- height: 98rpx;
- line-height: 98rpx;
- background-color: transparent;
- color: transparent;
- }
|