strategy.wxss 261 B

12345678910111213141516
  1. /* pages/strategy/strategy.wxss */
  2. .strategy{
  3. margin: 10rpx 20rpx;
  4. font-size: 42rpx;
  5. }
  6. .route{
  7. display: flex;
  8. flex-direction: column;
  9. padding-bottom: 50rpx;
  10. }
  11. .title{
  12. font-size: 50rpx;
  13. font-weight: bold;
  14. padding-bottom: 20rpx;
  15. }