123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- page{
- display: block;
- width: 100%;
- height: 100%;
- overflow: auto;
- }
- .sharenumBox{
- position: fixed;
- display: block;
- width: 50%;
- height: 98rpx;
- bottom: 0;
- right: 0%;
-
- background-color: transparent;
- z-index: 10;
-
- }
- .sharenumBox button{
- display: block;
- width: 100%;
- height: 98rpx;
- color: transparent;
- line-height: 98rpx;
- background-color: transparent;
- }
- .viewBox{
- display: block;
- width:750px;
- height:100%;
- position: fixed;
- top: 0;
- left:0;
- z-index: 9999;
- background: transparent;
- }
- .viewBox button{
- display: block;
- width: 100%;
- height:100%;
- color: transparent;
- line-height: 2000rpx;
- background-color: transparent;
- }
- .userLogin{
- display: block;
- width:750px;
- height:100%;
- color: transparent;
- background: transparent;
- line-height: 2000rpx;
- }
- .articleshareshow{
- position: fixed;
- display: block;
- width: 25%;
- height: 98rpx;
- bottom: 0;
- right: 25%;
-
- background-color: transparent;
- z-index: 10;
- }
- .coverbanner{
- display: block;
- width: 100%;
- }
- .casetitle{
- display:block;
- width:100%;
- padding:16rpx 24rpx 24rpx;
- font-size: 32rpx;
- color: #384855;
- line-height:44rpx;
- }
- .casedesc{
- display:block;
- width:100%;
- padding:40rpx 40rpx 100rpx;
- margin-bottom: 100rpx;
- }
- .casedesctitle{
- position:relative;
- font-size: 36rpx;
- color: #384855;
- line-height:50rpx;
- }
- .casedesctitle::after{
- content:' ';
- display:block;
- position:absolute;
- background: #384855;
- border-radius: 6rpx;
- width:12rpx;
- height:36rpx;
- top:7rpx;
- left:-22rpx;
- }
- .casedescBox{
- display:block;
- width:100%;
- padding-top:20rpx;
- }
- .unloginbox{
- min-height: 400rpx;
- max-height: 600rpx;
- overflow: hidden;
- position: relative;
- }
- .unloginlayer{
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 400rpx;
- 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: 48rpx;
- left: 218rpx;
- 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;
- }
- .casedescBox image{
- max-width: 100%;
- }
- .footer{
- display: block;
- width: 100%;
- height: 98rpx;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 11;
- background-color: #FFFFFF;
- box-shadow: 0 -4rpx 12rpx 0 rgba(0,145,255,0.15);
- }
- .footerview{
- width: 50%;
- height: 100%;
- }
- .zanbox{
- float: left;
- width: 50%;
- }
- .sharebox{
- float: left;
- width: 50%;
- }
- .zanbox image{
- display: block;
- width: 32rpx;
- height: 32rpx;
- margin:16rpx auto;
- }
- .zanbox view{
- width: 100%;
- text-align: center;
- margin-top: 10rpx;
- font-size: 20rpx;
- color: #384855;
- }
- .sharebox{
- float: left;
- width: 50%;
- height:100%;
- overflow: hidden;
- background-color: #FFFFFF;
- }
- .sharebox image{
- display: block;
- height: 34rpx;
- width: 37rpx;
- margin:16rpx auto 10rpx;
- }
- .sharebox view{
- width: 100%;
- text-align: center;
- margin-top: 10rpx;
- font-size: 20rpx;
- color: #384855;
- }
- .sharebtn{
- display: block;
- width: 50%;
- height: 98rpx;
- font-family: PingFang-SC-Medium, Source Han Sans CN Medium;
- font-size: 34rpx;
- background: #249efb;
- color: #fff;
- line-height: 98rpx;
- text-align: center;
- }
|