123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- page{
- background-color: #F6F6F6;
- padding-bottom: 140rpx;
- }
- .topcoverbox{
- display: block;
- width: 100%;
- max-height: 530rpx;
- overflow: hidden;
- }
- .topcoverbox image{
- display: block;
- width: 100%;
- height:auto;
- }
- .titlebox{
- display: block;
- width: 100%;
- background-color: #ffffff;
- padding: 30rpx 30rpx 20rpx;
- }
- .startimebox{
- margin-top: 4rpx;
- }
- .casemsgbox{
- display: block;
- background-color: #FFFFFF;
- position: relative;
- z-index: 1;
- }
- .casemsgbox{
- width: 690rpx;
- margin: 16rpx auto 0;
- background-color: #ffffff;
- border-radius: 10rpx;
- box-shadow: 0px 6rpx 13rpx 2rpx rgba(102, 102, 102, 0.16);
- box-sizing: border-box;
- padding: 20rpx 0 32rpx;
- }
- .casepricebox view{
- height:32rpx;
- overflow:hidden;
- margin-top:24rpx;
- }
- .stepbox{
- display: block;
- width: 100%;
- margin-top: 20rpx;
- padding: 24rpx 30rpx;
- background-color: #FFFFFF;
- }
- .everysteps{
- text-align: center;
- position: relative;
- }
- .everysteps .stepnum{
- display: block;
- width: 32rpx;
- height: 32rpx;
- background: #FFFFFF;
- border: 2rpx solid #CCCCCC;
- /* background: #28A1FF; */
- border-radius: 50%;
- /* color: #fff; */
- margin: 0 auto 12rpx;
- position: relative;
- z-index: 2;
- }
- .everysteps::after{
- display: block;
- content:" ";
- width: 125.2rpx;
- height: 10rpx;
- background: #EEEEEE;
- position: absolute;
- top: 11rpx;
- left: -50%;
- z-index: 1;
- }
- .sitestep .everysteps:first-child::after{
- display: none;
- }
- .sitestep{
- margin-top: 32rpx;
- }
- .stepmsgbox{
- margin-top: 20rpx;
- padding: 40rpx 40rpx 0;
- background-color: #FFFFFF;
- }
- .stepmsgtitbox{
- position: relative;
- }
- .stepmsgtitbox::before{
- content: " ";
- display: block;
- width: 8rpx;
- height: 38rpx;
- background: #28A1FF;
- border-radius: 2rpx;
- position: absolute;
- top: 1px;
- left: -16rpx;
- }
- .contentbox{
- display: block;
- width: 100%;
- }
- .imgbox image{
- display: block;
- width: 200rpx;
- height: 200rpx;
- margin-right: 35rpx;
- margin-bottom: 35rpx;
- border-radius: 4rpx;
- /* border: 1px solid #707070; */
- }
- .imgbox image:nth-of-type(3n){
- margin-right: 0;
- }
- .footer{
- display: block;
- width: 100%;
- height: 98rpx;
- box-shadow: 0 -4rpx 12rpx 0 rgba(0,145,255,0.15);
- background: #FFFFFF;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 100;
- }
- .collectbox image{
- display: block;
- width:40rpx;
- height: 40rpx;
- margin: 10rpx auto 6rpx;
- }
- button.friendbox{
- background-color: #FFFFFF;
- }
- .friendbox image{
- display: block;
- width:48rpx;
- height: 40rpx;
- margin: 10rpx auto 6rpx;
- }
- button.sharebtnbox{
- display: block;
- margin-left: 32rpx;
- background: #249EFB;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 40rpx;
- position: relative;
- top: 9rpx;
- width: 480rpx;
- }
- .sharebtnbox image{
- display: block;
- width: 46rpx;
- height: 40rpx;
- position: relative;
- margin-right: 8rpx;
- top:20rpx;
- }
- .sharebtnbox .text{
- line-height: 80rpx;
- color: #FFFFFF;
- }
- .laststeps .stepnum{
- background-color: #28A1FF;
- border-color: #28A1FF;
- color: #fff;
- }
- .laststeps::after{
- background-color: #28A1FF;
- }
- .videobox{
- display: block;
- width: 100%;
- height: 300rpx;
- }
- .vr-img-link{
- display: block;
- width: 150rpx;
- }
- .vr-box {
- width: 120rpx;
- height: 65rpx;
- position: absolute;
- z-index: 9;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- color: #fff;
- font-size: 36rpx;
- }
- .vr-box > image {
- width: 100%;
- }
|