borrow_success.wxss 525 B

123456789101112131415161718192021222324252627282930313233
  1. /* parents/pages/borrow_success/borrow_success.wxss */
  2. .header {
  3. text-align: center;
  4. }
  5. .header-icon {
  6. width: 160rpx;
  7. height: 160rpx;
  8. margin-top: 48rpx;
  9. }
  10. .header-text-black {
  11. margin-top: 30rpx;
  12. font-size: 36rpx;
  13. color: #000;
  14. }
  15. .header-text-gray {
  16. margin-top: 8rpx;
  17. font-size: 32rpx;
  18. color: #999;
  19. }
  20. .list {
  21. padding: 10rpx 20rpx;
  22. }
  23. .li {
  24. margin: 20rpx auto;
  25. background: #fff;
  26. border-radius: 18rpx;
  27. padding: 30rpx;
  28. }
  29. .li-label {
  30. font-size: 28rpx;
  31. color: #666;
  32. margin: 40rpx auto 20rpx auto;
  33. }