index.rpx.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .page{
  2. padding: 32rpx 32rpx;
  3. background: #F9F9F9;
  4. }
  5. .item{
  6. width: 328rpx;
  7. background: linear-gradient(207deg, #FFFFFF 0%, #FFFCF1 100%);
  8. border-radius: 20rpx;
  9. padding: 32rpx 0;
  10. border: 2rpx solid #FFFFFF;
  11. }
  12. .item1{
  13. width: 328rpx;
  14. background: linear-gradient(207deg, #FFFFFF 0%, #F9FFED 100%);
  15. border-radius: 20rpx;
  16. padding: 32rpx 0;
  17. border: 2rpx solid #FFFFFF;
  18. }
  19. .image{
  20. width: 56rpx;
  21. height: 56rpx;
  22. }
  23. .title{
  24. height: 40rpx;
  25. font-size: 28rpx;
  26. font-family: PingFangSC-Regular, PingFang SC;
  27. font-weight: 400;
  28. color: #333333;
  29. line-height: 40rpx;
  30. text-align: center;
  31. margin-top: 16rpx;
  32. }
  33. .title1{
  34. font-size: 48rpx;
  35. font-family: DINAlternate-Bold, DINAlternate;
  36. font-weight: bold;
  37. color: #333333;
  38. line-height: 60rpx;
  39. text-align: center;
  40. margin-top: 24rpx;
  41. }
  42. .btn{
  43. width: 686rpx;
  44. height: 84rpx;
  45. background: #FFE05C;
  46. border-radius: 54rpx;
  47. font-size: 28rpx;
  48. font-family: PingFangSC-Regular, PingFang SC;
  49. font-weight: 400;
  50. color: #333333;
  51. line-height: 84rpx;
  52. text-align: center;
  53. margin-top: 64rpx;
  54. }