index.ttss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. .bg.data-v-4f3adda6 {
  2. width: 100%;
  3. height: 3707rpx;
  4. background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/index_bg.png) no-repeat center;
  5. background-size: cover;
  6. text-align: center;
  7. }
  8. .banner.data-v-4f3adda6 {
  9. width: 702rpx;
  10. }
  11. .banner1.data-v-4f3adda6 {
  12. margin: 34rpx auto 12rpx;
  13. }
  14. .banner2.data-v-4f3adda6 {
  15. margin: 12rpx auto 12rpx;
  16. }
  17. .banner3.data-v-4f3adda6 {
  18. margin: 12rpx auto 12rpx;
  19. }
  20. .banner4.data-v-4f3adda6 {
  21. margin: 12rpx auto 12rpx;
  22. }
  23. .contral_box.data-v-4f3adda6 {
  24. box-sizing: border-box;
  25. width: 100%;
  26. height: 182rpx;
  27. background: #FFFFFF;
  28. overflow: hidden;
  29. }
  30. .agreement.data-v-4f3adda6 {
  31. display: flex;
  32. align-items: center;
  33. font-family: Alibaba PuHuiTi 2.0;
  34. font-weight: normal;
  35. font-size: 32rpx;
  36. color: #333333;
  37. line-height: 39rpx;
  38. margin: 26rpx 0 16rpx 53rpx;
  39. }
  40. .agreement input.data-v-4f3adda6 {
  41. width: 43rpx;
  42. height: 43rpx;
  43. background: #FFFFFF;
  44. border-radius: 4rpx;
  45. border: 1px solid #999999;
  46. margin-right: 23rpx;
  47. }
  48. .agreement text.data-v-4f3adda6 {
  49. color: #0060FF;
  50. }
  51. .go_test.data-v-4f3adda6 {
  52. margin: 0 auto;
  53. cursor: pointer;
  54. margin-bottom: 46rpx;
  55. }
  56. .go_test.data-v-4f3adda6:active {
  57. opacity: 0.8;
  58. }
  59. .go_test img.data-v-4f3adda6 {
  60. width: 640rpx
  61. }
  62. .data-v-4f3adda6 .uni-checkbox-input {
  63. width: 43rpx;
  64. height: 43rpx;
  65. background: #FFFFFF;
  66. border-radius: 4rpx;
  67. border: 1px solid #999999;
  68. }
  69. .data-v-4f3adda6 uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
  70. border-color: #666666;
  71. }
  72. /* 关键帧 */
  73. @keyframes shake-4f3adda6 {
  74. 0% {
  75. transform: translateX(0);
  76. }
  77. 10%,
  78. 30%,
  79. 50%,
  80. 70%,
  81. 90% {
  82. transform: translateX(-5px);
  83. }
  84. 20%,
  85. 40%,
  86. 60%,
  87. 80% {
  88. transform: translateX(5px);
  89. }
  90. 100% {
  91. transform: translateX(0);
  92. }
  93. }
  94. /* 动画class样式 */
  95. .shake-animation.data-v-4f3adda6 {
  96. animation: shake-4f3adda6 0.5s;
  97. }
  98. .popup-main.data-v-4f3adda6 uni-view {
  99. max-width: 750rpx;
  100. margin: auto;
  101. /* border-radius: 20px; */
  102. border-top-left-radius: 20px;
  103. border-top-right-radius: 20px;
  104. }
  105. .popup-detail.data-v-4f3adda6 {
  106. padding-left: 20px;
  107. padding-right: 20px;
  108. font-size: 14px;
  109. line-height: 20px;
  110. /* letter-spacing: 4px; */
  111. overflow-y: auto;
  112. height: 78vh;
  113. border-top-left-radius: 0px !important;
  114. border-top-right-radius: 0px !important;
  115. text-align: left;
  116. /* overflow-y: auto;
  117. height:90vh; */
  118. }
  119. .popup-title-cla.data-v-4f3adda6 {
  120. text-align: center;
  121. font-size: 20px;
  122. font-weight: 700;
  123. margin-bottom: 20px !important;
  124. }
  125. .popup-cuo.data-v-4f3adda6 {
  126. padding: 20rpx;
  127. text-align: right;
  128. }
  129. .popup-know.data-v-4f3adda6 {
  130. width: 92%;
  131. background: linear-gradient(269deg, #FF443D 0%, #FF9C00 100%);
  132. color: #ffffff;
  133. border-radius: 20px;
  134. }