midAutumn.wxss 813 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/dragonBoatFestival/dragonBoatFestival.wxss */
  2. .container{
  3. display: block;
  4. min-height: 100vh;
  5. background-color: #fff;
  6. }
  7. .main_wrap{
  8. height: 904rpx;
  9. position: relative;
  10. padding: 0 0 0 0;
  11. }
  12. .festival_bg{
  13. display: none;
  14. width: 700rpx;
  15. margin: 0 auto;
  16. }
  17. .festival_buy_btn{
  18. display: none;
  19. width: 190rpx;
  20. height: 56rpx;
  21. font-size: 32rpx;
  22. color: #fff;
  23. background-color: #eba82d;
  24. text-align: center;
  25. line-height: 56rpx;
  26. position: absolute;
  27. left: 50%;
  28. bottom: 42rpx;
  29. margin: 0 0 0 -95rpx;
  30. border-radius: 26rpx;
  31. }
  32. .festival_btn{
  33. margin: 55rpx 0 0 0;
  34. }
  35. .festival_icon{
  36. display: block;
  37. width: 122rpx;
  38. height: 122rpx;
  39. margin: 0 auto;
  40. }
  41. .festival_btn_name{
  42. text-align: center;
  43. font-size: 24rpx;
  44. padding: 30rpx 0 0 0;
  45. }
  46. .main_wrap_show{
  47. display: block;
  48. }