index.css 519 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* index.css */
  2. .con {
  3. padding: 100rpx 30rpx;
  4. text-align: center;
  5. background: #fff;
  6. }
  7. .title {
  8. font-size: 32rpx;
  9. color: #333;
  10. font-weight: bold;
  11. }
  12. .price {
  13. font-size: 48rpx;
  14. color: #E52400;
  15. font-weight: bold;
  16. margin-top: 60rpx;
  17. }
  18. .price text {
  19. font-size: 28rpx;
  20. font-weight: normal;
  21. }
  22. .btn {
  23. width: 300rpx !important;
  24. height: 80rpx !important;
  25. background: #07c160;
  26. font-size: 30rpx;
  27. color: #fff;
  28. border-radius: 10rpx !important;
  29. margin: 80rpx auto 0 !important;
  30. line-height: 80rpx !important;
  31. }