东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

48 行
802B

  1. /* pages/scoutRule/scoutRule.wxss */
  2. .main{
  3. width: 750rpx;
  4. position: fixed;
  5. left: 0;
  6. top: 0;
  7. height: calc(100vh - 120rpx);
  8. overflow: auto;
  9. background-color: white;
  10. z-index: 99;
  11. }
  12. .titleText{
  13. width: 682rpx;
  14. margin: 0 auto;
  15. margin-top: 78rpx;
  16. margin-bottom: 28rpx;
  17. line-height: 39rpx;
  18. font-size:39rpx;
  19. font-family:PingFangSC;
  20. font-weight:bold;
  21. color:rgba(0,77,149,1);
  22. }
  23. .lineSty{
  24. width: 682rpx;
  25. height:2rpx;
  26. background-color: #B6B6B6;
  27. margin: 0 auto;
  28. margin-bottom: 59rpx;
  29. }
  30. .closeXieyi{
  31. position: absolute;
  32. right: 48rpx;
  33. top: 38rpx;
  34. width: 42rpx;
  35. height: 42rpx;
  36. }
  37. .newImages46{
  38. width: 750rpx;
  39. height: 5500rpx;
  40. }
  41. .newImages2-4{
  42. position: absolute;
  43. bottom: 70rpx;
  44. left: 50%;
  45. transform: translateX(-50%);
  46. width: 711rpx;
  47. height: 70rpx;
  48. }