detectionResult.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* subpages/detectionResult.wxss */
  2. .swiper-page {
  3. width: 100vw;
  4. height: 100vh;
  5. }
  6. .swiper-item {
  7. width: 100vw;
  8. height: 100vh;
  9. }
  10. .scroll-box {
  11. width: 100vw;
  12. height: 100vh;
  13. overflow-x: hidden;
  14. }
  15. .container-page {
  16. width: 100vw;
  17. display: flex;
  18. flex-direction: column;
  19. position: relative;
  20. }
  21. .title {
  22. margin-top: 76rpx;
  23. color: #FFFFFF;
  24. font-weight: 600;
  25. font-size: 40rpx;
  26. margin-left: 40rpx;
  27. }
  28. .tips {
  29. margin: 12rpx 40rpx 0 30rpx;
  30. font-size: 24rpx;
  31. color: #FFFFFF;
  32. }
  33. .subTitle {
  34. width: fit-content;
  35. font-size: 22rpx;
  36. height: 32rpx;
  37. line-height: 32rpx;
  38. padding: 2rpx 10rpx;
  39. color: #FFFFFF;
  40. background: #00C1AF;
  41. border-radius: 8rpx;
  42. margin: 18rpx 40rpx 0 40rpx;
  43. }
  44. .desc {
  45. margin: 40rpx auto 0;
  46. font-size: 24rpx;
  47. padding: 40rpx 30rpx;
  48. width: 630rpx;
  49. line-height: 40rpx;
  50. color: #666666;
  51. background: #FFFFFF;
  52. box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
  53. border-radius: 28rpx;
  54. }