survey.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. color: rgba(0, 255, 255, 1);
  47. font-weight: bold;
  48. }
  49. .survey-content .s-use {
  50. font-family: Microsoft YaHei;
  51. font-weight: 400;
  52. font-size: 32rpx;
  53. color: #FFFFFF;
  54. margin-top: 2vh;
  55. }
  56. .survey-content .s-use text {
  57. border-radius: 8rpx;
  58. border: 1px solid #00FFFF;
  59. color: #00FFFF;
  60. margin-left: 20rpx;
  61. padding: 1rpx;
  62. padding-left: 10rpx;
  63. padding-right: 10rpx;
  64. }
  65. .survey-content .s-hr {
  66. height: 1rpx;
  67. width: 100%;
  68. background: #30A1DB;
  69. opacity: 0.5;
  70. margin-top: 3vh;
  71. }
  72. .survey-content .s-footer {
  73. margin-top: 3vh;
  74. padding-bottom: 3vh;
  75. }
  76. .s-footer .s-f-item {
  77. font-family: Microsoft YaHei;
  78. font-weight: 400;
  79. font-size: 28rpx;
  80. color: #FFFFFF;
  81. margin-bottom: 1vh;
  82. }
  83. .s-footer .s-f-item image {
  84. width: 30rpx;
  85. height: 30rpx;
  86. margin-right: 10rpx;
  87. }
  88. .s-footer .s-f-item .s-f-i-txt {
  89. color: #00FFFF;
  90. }