抖音c端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

questionnaireLsit.ttss 1.5 KiB

2 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* pages/questionnaire/questionnaireLsit/questionnaireLsit.wxss */
  2. page {
  3. overflow-y: scroll !important;
  4. }
  5. .questionLsi {
  6. background-color: #fff;
  7. border-radius: 6rpx;
  8. margin: 20rpx auto;
  9. overflow: hidden;
  10. width: 96%;
  11. position: relative;
  12. height: 520rpx;
  13. }
  14. .img {
  15. width: 96%;
  16. margin: 20rpx 16rpx;
  17. /* background-color: aqua; */
  18. height: 300rpx;
  19. }
  20. .title {
  21. width: 96%;
  22. font-size: 36rpx;
  23. font-weight: 700;
  24. color: #999;
  25. margin: auto;
  26. }
  27. .conten {
  28. width: 96%;
  29. padding: 20rpx 0;
  30. color: #999;
  31. font-size: 32rpx;
  32. margin: 0 auto 20rpx auto;
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. height: 70rpx;
  36. display: -webkit-box;
  37. -webkit-box-orient: vertical;
  38. -webkit-line-clamp: 2;
  39. }
  40. .accomplish {
  41. position: absolute;
  42. left: 0;
  43. top: 0;
  44. width: 100%;
  45. height: 100%;
  46. background-color: rgb(0, 0, 0, 0.2);
  47. text-align: center;
  48. line-height: 480rpx;
  49. color: #fff;
  50. font-size: 36rpx;
  51. font-weight: 700;
  52. }
  53. .noData {
  54. width: 100%;
  55. z-index: 1000;
  56. position: fixed;
  57. top: 0;
  58. left: 0;
  59. text-align: center;
  60. line-height: 100vh;
  61. height: 100vh;
  62. background-color: rgb(0, 0, 0, 0.2);
  63. color: #fff;
  64. }
  65. .dingdan {
  66. margin-top: 220rpx;
  67. }
  68. .dingdan text:nth-of-type(1) {
  69. display: block;
  70. font-size: 34rpx;
  71. color: #333;
  72. letter-spacing: 0;
  73. text-align: center;
  74. }
  75. .dingdan text:nth-of-type(2) {
  76. display: block;
  77. font-size: 28rpx;
  78. color: #999;
  79. letter-spacing: 0;
  80. text-align: center;
  81. }
  82. .dingdan image {
  83. display: block;
  84. width: 300rpx;
  85. height: 300rpx;
  86. margin: 0 auto 16rpx;
  87. }