skinLoading.wxss 212 B

123456789101112131415
  1. .image{
  2. text-align: center;
  3. }
  4. .image image{
  5. width: 300rpx;
  6. height: 300rpx;
  7. margin-top: 300rpx;
  8. }
  9. .title{
  10. font-size: 36rpx;
  11. color: #333;
  12. font-weight: 600;
  13. margin-top: 40rpx;
  14. text-align: center;
  15. }