Instructions.wxss 601 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* pages/Instructions/Instructions.wxss */
  2. .Instructions-container {
  3. height: 100%;
  4. width: 100%;
  5. background:#eaeaea;
  6. }
  7. .Instructions-container scroll-view {
  8. height: 100%;
  9. width: 100%;
  10. padding: 20rpx 25rpx 0 25rpx;
  11. box-sizing: border-box;
  12. }
  13. .Explain {
  14. font-size: 36rpx;
  15. }
  16. .Explain view {
  17. margin: 56rpx 0 34rpx 0;
  18. }
  19. .Explain view text {
  20. width: 40rpx;
  21. height: 40rpx;
  22. border-radius: 100%;
  23. text-align: center;
  24. line-height: 40rpx;
  25. border: 2rpx solid #000;
  26. display: inline-block;
  27. }
  28. .Explain image {
  29. width: 100%;
  30. height:420rpx;
  31. }