123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .bg.data-v-4f3adda6 {
- width: 100%;
- height: 3707rpx;
- background: url(https://test.jue-ming.com:8849/api/show?filePath=./webo/EQtest/index_bg.png) no-repeat center;
- background-size: cover;
- text-align: center;
- }
- .banner.data-v-4f3adda6 {
- width: 702rpx;
- }
- .banner1.data-v-4f3adda6 {
- margin: 34rpx auto 12rpx;
- }
- .banner2.data-v-4f3adda6 {
- margin: 12rpx auto 12rpx;
- }
- .banner3.data-v-4f3adda6 {
- margin: 12rpx auto 12rpx;
- }
- .banner4.data-v-4f3adda6 {
- margin: 12rpx auto 12rpx;
- }
- .contral_box.data-v-4f3adda6 {
- box-sizing: border-box;
- width: 100%;
- height: 182rpx;
- background: #FFFFFF;
- overflow: hidden;
- }
- .agreement.data-v-4f3adda6 {
- display: flex;
- align-items: center;
- font-family: Alibaba PuHuiTi 2.0;
- font-weight: normal;
- font-size: 32rpx;
- color: #333333;
- line-height: 39rpx;
- margin: 26rpx 0 16rpx 53rpx;
- }
- .agreement input.data-v-4f3adda6 {
- width: 43rpx;
- height: 43rpx;
- background: #FFFFFF;
- border-radius: 4rpx;
- border: 1px solid #999999;
- margin-right: 23rpx;
- }
- .agreement text.data-v-4f3adda6 {
- color: #0060FF;
- }
- .go_test.data-v-4f3adda6 {
- margin: 0 auto;
- cursor: pointer;
- margin-bottom: 46rpx;
- }
- .go_test.data-v-4f3adda6:active {
- opacity: 0.8;
- }
- .go_test img.data-v-4f3adda6 {
- width: 640rpx
- }
- .data-v-4f3adda6 .uni-checkbox-input {
- width: 43rpx;
- height: 43rpx;
- background: #FFFFFF;
- border-radius: 4rpx;
- border: 1px solid #999999;
- }
- .data-v-4f3adda6 uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
- border-color: #666666;
- }
- /* 关键帧 */
- @keyframes shake-4f3adda6 {
- 0% {
- transform: translateX(0);
- }
- 10%,
- 30%,
- 50%,
- 70%,
- 90% {
- transform: translateX(-5px);
- }
- 20%,
- 40%,
- 60%,
- 80% {
- transform: translateX(5px);
- }
- 100% {
- transform: translateX(0);
- }
- }
- /* 动画class样式 */
- .shake-animation.data-v-4f3adda6 {
- animation: shake-4f3adda6 0.5s;
- }
- .popup-main.data-v-4f3adda6 uni-view {
- max-width: 750rpx;
- margin: auto;
- /* border-radius: 20px; */
- border-top-left-radius: 20px;
- border-top-right-radius: 20px;
- }
- .popup-detail.data-v-4f3adda6 {
- padding-left: 20px;
- padding-right: 20px;
- font-size: 14px;
- line-height: 20px;
- /* letter-spacing: 4px; */
- overflow-y: auto;
- height: 78vh;
- border-top-left-radius: 0px !important;
- border-top-right-radius: 0px !important;
- text-align: left;
- /* overflow-y: auto;
- height:90vh; */
- }
- .popup-title-cla.data-v-4f3adda6 {
- text-align: center;
- font-size: 20px;
- font-weight: 700;
- margin-bottom: 20px !important;
- }
- .popup-cuo.data-v-4f3adda6 {
- padding: 20rpx;
- text-align: right;
- }
- .popup-know.data-v-4f3adda6 {
- width: 92%;
- background: linear-gradient(269deg, #FF443D 0%, #FF9C00 100%);
- color: #ffffff;
- border-radius: 20px;
- }
|