credit.css 667 B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/credit/credit.wxss */
  2. .credit-container {
  3. margin-top: 13rpx;
  4. }
  5. .credit-item {
  6. padding: 40rpx 28rpx;
  7. }
  8. .item-titie {
  9. font-size: 30rpx;
  10. font-family: PingFang SC;
  11. font-weight: 400;
  12. color: rgba(0, 0, 0, 1);
  13. line-height: 40rpx;
  14. }
  15. .item-value {
  16. font-size: 30rpx;
  17. font-family: DIN;
  18. font-weight: 400;
  19. color: rgba(0, 0, 0, 1);
  20. line-height: 40rpx;
  21. }
  22. .credit-btn {
  23. width: 100%;
  24. height: 90rpx;
  25. background: rgba(17, 191, 150, 1);
  26. border-radius: 45rpx;
  27. font-size: 32rpx;
  28. font-family: PingFang SC;
  29. font-weight: 500;
  30. color: rgba(255, 255, 255, 1);
  31. text-align: center;
  32. margin: 0 auto;
  33. }