1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .loading image{
- width:100%;
- height: 100%;
- }
- .loading{
- height:100%;
- }
- .share-ex {
- text-align: center;
- font-weight: 500;
- margin-bottom: 120rpx;
- letter-spacing:3rpx;
- }
- .date{
- position: absolute;
- bottom: 20rpx;
- right: 20rpx;
- color: #fff;
- }
- .text_img{
- display:block;
- position:absolute;
- width:100%;
- height:400rpx;
- top:280rpx;
- z-index:100;
- }
- .in{
- width:125rpx;
- font-size:26rpx;
- color:#FFF;
- background:rgba(0,0,0,.2);
- height:50rpx;
- line-height:46rpx;
- border-radius:25rpx;
- font-weight:100;
- position: absolute;
- bottom: 80rpx;
- right: 40rpx;
- border: none;
- }
- .in::after{
- border: none;
- }
|