survey.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .survey-content {
  2. height: 100%;
  3. width: 90%;
  4. margin: 0 auto;
  5. }
  6. .survey-content .s-title {
  7. font-family: PingFang SC;
  8. font-weight: 800;
  9. font-size: 42rpx;
  10. color: #FFFFFF;
  11. margin-top: 1vh;
  12. margin-bottom: 15rpx;
  13. }
  14. .survey-content .s-type {
  15. background: #00A4FF;
  16. border-radius: 20rpx;
  17. font-family: Microsoft YaHei;
  18. font-weight: 400;
  19. font-size: 26rpx;
  20. color: #FFFFFF;
  21. padding: 5rpx;
  22. padding-left: 20rpx;
  23. padding-right: 20rpx;
  24. }
  25. .survey-content .s-img {
  26. width: 100%;
  27. margin-top: 15rpx;
  28. height: 22vh;
  29. }
  30. .survey-content .s-list {
  31. display: flex;
  32. justify-content: space-between;
  33. color: white;
  34. margin-top: 2vh;
  35. font-family: Microsoft YaHei;
  36. font-weight: 400;
  37. }
  38. .s-list .s-item .s-item-f {
  39. font-size: 26rpx;
  40. }
  41. .s-list .s-item .s-item-t {
  42. font-size: 32rpx;
  43. }
  44. .s-list .s-item .s-item-t .s-item-num {
  45. font-size: 42rpx;
  46. }
  47. .survey-content .s-use {
  48. font-family: Microsoft YaHei;
  49. font-weight: 400;
  50. font-size: 32rpx;
  51. color: #FFFFFF;
  52. margin-top: 2vh;
  53. }
  54. .survey-content .s-use text {
  55. border-radius: 8rpx;
  56. border: 1px solid #00FFFF;
  57. color: #00FFFF;
  58. margin-left: 20rpx;
  59. padding: 1rpx;
  60. padding-left: 10rpx;
  61. padding-right: 10rpx;
  62. }
  63. .survey-content .s-hr {
  64. height: 1rpx;
  65. width: 100%;
  66. background: #30A1DB;
  67. opacity: 0.5;
  68. margin-top: 3vh;
  69. }