instructionsVideo.wxss 914 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .instructions.data-v-7de7ef2c {
  2. margin-top: 120rpx;
  3. }
  4. .instructions .content.data-v-7de7ef2c {
  5. padding: 0 40rpx 20rpx;
  6. }
  7. .instructions .content .title.data-v-7de7ef2c {
  8. height: 120rpx;
  9. line-height: 120rpx;
  10. text-align: center;
  11. color: #333;
  12. font-size: 32rpx;
  13. }
  14. .instructions .content ._p.data-v-7de7ef2c {
  15. -webkit-text-decoration: 2em;
  16. text-decoration: 2em;
  17. font-size: 24rpx;
  18. margin-top: 20rpx;
  19. }
  20. .instructions .content ._h3.data-v-7de7ef2c {
  21. font-size: 28rpx;
  22. }
  23. .instructions .content-title.data-v-7de7ef2c {
  24. height: 160rpx;
  25. padding: 34rpx 22rpx;
  26. border-bottom: 20rpx solid #f1f1f1;
  27. box-sizing: border-box;
  28. }
  29. .instructions .content-title ._h2.data-v-7de7ef2c {
  30. font-size: 32rpx;
  31. color: #333;
  32. margin-bottom: 10rpx;
  33. }
  34. .instructions .content-title ._p.data-v-7de7ef2c {
  35. color: #999999;
  36. font-size: 24rpx;
  37. }
  38. .instructions .video-view.data-v-7de7ef2c {
  39. width: 100%;
  40. }