index.wxss 636 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .loading image{
  2. width:100%;
  3. height: 100%;
  4. }
  5. .loading{
  6. height:100%;
  7. }
  8. .share-ex {
  9. text-align: center;
  10. font-weight: 500;
  11. margin-bottom: 120rpx;
  12. letter-spacing:3rpx;
  13. }
  14. .date{
  15. position: absolute;
  16. bottom: 20rpx;
  17. right: 20rpx;
  18. color: #fff;
  19. }
  20. .text_img{
  21. display:block;
  22. position:absolute;
  23. width:100%;
  24. height:400rpx;
  25. top:280rpx;
  26. z-index:100;
  27. }
  28. .in{
  29. width:125rpx;
  30. font-size:26rpx;
  31. color:#FFF;
  32. background:rgba(0,0,0,.2);
  33. height:50rpx;
  34. line-height:46rpx;
  35. border-radius:25rpx;
  36. font-weight:100;
  37. position: absolute;
  38. bottom: 80rpx;
  39. right: 40rpx;
  40. border: none;
  41. }
  42. .in::after{
  43. border: none;
  44. }