123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- .topbox {
- display: block;
- width: 100%;
- background-color: #ffffff;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- }
-
- .leftindexbox {
- position: absolute;
- left: 8px;
- width: 70px;
- border: 1px solid #d1cfcf;
- 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;
- }
-
- 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;
- }
- .laststeps .stepnum{
- background-color: #28A1FF;
- border-color: #28A1FF;
- color: #fff;
- }
- .laststeps::after{
- background-color: #28A1FF;
- }
-
- .unloginbox{
- position: relative;
- }
- .unloginlayer{
- display: block;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 30%;
- background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 69%);
- z-index: 8;
- }
- .articlebtn{
- display: block;
- width: 312rpx;
- height: 64rpx;
- background: #FFFFFF;
- border: 1px solid #384855;
- border-radius: 36rpx;
- position: absolute;
- bottom: 108rpx;
- left: 50%;
- margin-left: -156rpx;
- text-align: center;
- line-height: 64rpx;
- font-size: 24rpx;
- color: #384855;
- }
- .articleview{
- width: auto;
- height: 64rpx;
- line-height: 64rpx;
- }
- .articleview image{
- width: 32rpx;
- height: 32rpx;
- position: relative;
- top: 16rpx;
- margin-left: 8rpx;
- margin-top: 0;
- }
-
- .duihaoIcon {
- width: 20rpx;
- height: 20rpx;
- margin-top: 7rpx;
- }
- .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%;
- }
|