plan.wxss 794 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* pages/plan/plan.wxss */
  2. .banner {
  3. width: 100%;
  4. position: relative;
  5. padding-bottom: 42rpx;
  6. }
  7. .banner>image{
  8. width: 100%;
  9. height: 628rpx;
  10. }
  11. .banner .store-button {
  12. position: relative;
  13. margin-top: -112rpx;
  14. left: 50%;
  15. transform: translateX(-50%);
  16. width: 610rpx;
  17. height: 84rpx;
  18. line-height: 84rpx;
  19. text-align: center;
  20. background-color: #FA7D22;
  21. border-radius: 80rpx;
  22. font-size: 32rpx;
  23. font-family: PingFang-SC-Medium, PingFang-SC;
  24. font-weight: 500;
  25. color: #FFFFFF;
  26. }
  27. .content {
  28. padding: 0 30rpx 68rpx 30rpx;
  29. }
  30. .content .title {
  31. margin-top: 18rpx;
  32. margin-left: 18rpx;
  33. font-size: 36rpx;
  34. font-family: PingFangSC-Medium, PingFang SC;
  35. font-weight: 500;
  36. color: #333333;
  37. line-height: 50rpx;
  38. }
  39. .content>image{
  40. width: 100%;
  41. height: 1220rpx;
  42. }