myPlacerholder.wxss 392 B

12345678910111213141516171819202122232425
  1. .myPlacerholder {
  2. width: 750rpx;
  3. height: 100%;
  4. position: absolute;
  5. top: 0;
  6. }
  7. .placerholder-image {
  8. width: 186rpx;
  9. height: 196rpx;
  10. margin:200rpx auto 50rpx;
  11. display: block;
  12. }
  13. .line1{
  14. width: 100%;
  15. text-align: center;
  16. font-size: 32rpx;
  17. color: #9D9D9D;
  18. }
  19. .line2{
  20. width: 100%;
  21. text-align: center;
  22. font-size: 32rpx;
  23. color: #9D9D9D;
  24. }