123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642 |
- .full-width-popup.data-v-468b9330 {
- width: 100%;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .textOne.data-v-468b9330 {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .textTwo.data-v-468b9330 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .header-nav.data-v-468b9330 {
- height: 88rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- overflow: hidden;
- background-color: #fff;
- box-sizing: border-box;
- }
- .header-nav .header-title.data-v-468b9330 {
- text-align: center;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding: 0 10rpx 0 100rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 15px;
- color: #000;
- }
- .reward-list.data-v-468b9330 {
- width: 100%;
- margin-top: 20rpx;
- margin-bottom: -40rpx;
- }
- .reward-list-group.data-v-468b9330 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #222222;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .reward-list-option.data-v-468b9330 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- }
- .reward-list-option.data-v-468b9330:first-child {
- margin-right: 40rpx;
- }
- .err.data-v-468b9330 {
- color: #f56c6c !important;
- }
- .kfqrcode-box.data-v-468b9330 {
- background-color: #fff;
- border-radius: 16rpx;
- max-width: 560rpx;
- padding: 60rpx 40rpx;
- margin-top: -100rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 34rpx;
- color: #222;
- position: relative;
- text-align: center;
- }
- .kfqrcode-box .kfqrcode.data-v-468b9330 {
- height: 460rpx;
- width: 460rpx;
- }
- .kfqrcode-close.data-v-468b9330 {
- width: 64rpx;
- height: 64rpx;
- position: absolute;
- bottom: -100rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- .tipsPopup-mask.data-v-468b9330 {
- position: relative;
- width: 560rpx;
- background-color: transparent;
- }
- .tipsPopup-mask .red_envelope_top.data-v-468b9330 {
- width: 480rpx;
- height: 360rpx;
- margin: 0 auto;
- display: inherit;
- }
- .tipsPopup-btn-box.data-v-468b9330 {
- width: 456rpx;
- height: 104rpx;
- padding: 4rpx;
- box-sizing: border-box;
- background: linear-gradient(180deg, #fcd15e, #fefdfb);
- border-radius: 52rpx;
- }
- .tipsPopup-btn.data-v-468b9330 {
- width: 100%;
- height: 100%;
- background: linear-gradient(180deg, #FF9F22 0%, #FA1E05 100%);
- border-radius: 52rpx 52rpx 52rpx 52rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 36rpx;
- color: #FFFFFF;
- line-height: 96rpx;
- text-align: center;
- }
- .tipsPopup.data-v-468b9330 {
- width: 560rpx;
- padding: 12rpx;
- margin-top: -72rpx;
- box-sizing: border-box;
- background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
- border-radius: 32rpx 32rpx 32rpx 32rpx;
- position: relative;
- }
- .tipsPopup-close.data-v-468b9330 {
- width: 64rpx;
- height: 64rpx;
- position: absolute;
- right: 0;
- top: -188rpx;
- }
- .tipsPopup-line.data-v-468b9330 {
- padding: 3rpx;
- box-sizing: border-box;
- background: linear-gradient(180deg, #f7f5dc, #fadc9d);
- border-radius: 24rpx;
- }
- .tipsPopup-box.data-v-468b9330 {
- padding: 0 40rpx 40rpx 40rpx;
- box-sizing: border-box;
- background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
- border-radius: 24rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- }
- .tipsPopup-head.data-v-468b9330 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .tipsPopup-head-title.data-v-468b9330 {
- width: 364rpx;
- height: auto;
- margin-top: -22rpx;
- }
- .tipsPopup-content.data-v-468b9330 {
- margin: 48rpx 0;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #222222;
- text-align: center;
- }
- .tipsPopup-content-title.data-v-468b9330 {
- margin-bottom: 26rpx;
- font-weight: 600;
- font-size: 40rpx;
- color: #FF5C03;
- }
- .video-controls-box.data-v-468b9330 {
- width: 100%;
- height: 420rpx;
- overflow: hidden;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 2;
- background: rgba(0, 0, 0, 0.2);
- }
- .video-controls-box .video-play.data-v-468b9330 {
- height: 72rpx;
- width: 72rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .video-controls.data-v-468b9330 {
- width: 100%;
- height: 80rpx;
- padding: 0 28rpx;
- box-sizing: border-box;
- position: absolute;
- bottom: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: linear-gradient(to top, #222 0%, transparent 80%);
- }
- .video-controls .video-icon.data-v-468b9330 {
- height: 44rpx;
- width: 44rpx;
- }
- .errQuesbox.data-v-468b9330 {
- width: 100%;
- max-height: 260rpx;
- overflow-y: auto;
- margin-top: 24rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 30rpx;
- color: #222222;
- }
- .errQuesbox-item.data-v-468b9330 {
- width: 100%;
- height: 128rpx;
- line-height: 128rpx;
- margin-bottom: 24rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- overflow: hidden;
- background: #fff;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- position: relative;
- }
- .errQuesbox-item.data-v-468b9330::after {
- content: "题目";
- min-width: 64rpx;
- height: 36rpx;
- padding: 0 12rpx;
- line-height: 36rpx;
- background: #FF5C03;
- box-sizing: border-box;
- border-radius: 0rpx 0rpx 16rpx 0rpx;
- text-align: center;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 20rpx;
- color: #fff;
- position: absolute;
- left: 0;
- top: 0;
- }
- .bg.data-v-468b9330 {
- background: #fff !important;
- }
- .answerPopup-box.data-v-468b9330 {
- width: 560rpx;
- background: linear-gradient(180deg, #FFFAF6 0%, #FEECD8 100%);
- border-radius: 32rpx 32rpx 32rpx 32rpx;
- background-color: #fff;
- font-weight: 400;
- padding: 32rpx;
- box-sizing: border-box;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- }
- .answerPopup-box .tipimg.data-v-468b9330 {
- width: 206rpx;
- height: 206rpx;
- margin-bottom: 16rpx;
- }
- .answerPopup-title.data-v-468b9330 {
- font-weight: 600;
- font-size: 36rpx;
- color: #222222;
- }
- .answerPopup-desc.data-v-468b9330 {
- margin-top: 10rpx;
- font-size: 28rpx;
- color: #757575;
- }
- .answerPopup-btn.data-v-468b9330 {
- width: 464rpx;
- height: 84rpx;
- margin-top: 54rpx;
- margin-bottom: 16rpx;
- background: #FF5C03;
- border-radius: 42rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- text-align: center;
- line-height: 84rpx;
- }
- .popupbox.data-v-468b9330 {
- width: 100%;
- background-color: #fff;
- border-radius: 16rpx 16rpx 0 0;
- padding: 24rpx 32rpx;
- position: relative;
- }
- .popupbox-head.data-v-468b9330 {
- height: 60rpx;
- margin-bottom: 30rpx;
- text-align: center;
- overflow-y: auto;
- color: #414858;
- font-size: 32rpx;
- font-weight: bold;
- position: relative;
- }
- .popupbox-head .close-icon.data-v-468b9330 {
- position: absolute;
- right: 0;
- top: 0;
- height: 40rpx;
- width: 40rpx;
- }
- .popupbox-content.data-v-468b9330 {
- height: 20vh;
- overflow-y: auto;
- display: flex;
- align-items: flex-start;
- flex-wrap: wrap;
- gap: 32rpx;
- }
- .popupbox-content .line-item.data-v-468b9330 {
- display: inline-block;
- min-width: 200rpx;
- min-height: 60rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- border-radius: 50rpx;
- overflow: hidden;
- background-color: #f7f7f7;
- text-align: center;
- color: #414858;
- font-size: 28rpx;
- line-height: 60rpx;
- }
- .popupbox-content .line-active.data-v-468b9330 {
- color: #f56c6c !important;
- background-color: #fef0f0 !important;
- }
- .content.data-v-468b9330 {
- padding-bottom: calc(var(--window-bottom) + 164rpx);
- }
- .content .video-box.data-v-468b9330 {
- width: 100%;
- height: 420rpx;
- overflow: hidden;
- position: relative;
- }
- .content .video-box #myVideo.data-v-468b9330 {
- width: 100%;
- height: 100%;
- }
- .content .video-poster.data-v-468b9330 {
- width: 100%;
- height: 420rpx;
- }
- .content .miantitlebox.data-v-468b9330 {
- padding: 30rpx 0;
- border-bottom: 2rpx solid #F5F7FA;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 36rpx;
- color: #222222;
- }
- .content .subtitlebox.data-v-468b9330 {
- padding: 30rpx 0;
- border-bottom: 2rpx solid #F5F7FA;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 36rpx;
- color: #222222;
- }
- .content .title-content.data-v-468b9330 {
- padding: 0 32rpx;
- background-color: #fff;
- font-size: 28rpx;
- line-height: 1.6;
- }
- .content .title-content .title.data-v-468b9330 {
- font-size: 36rpx;
- font-weight: 500;
- color: #414858;
- }
- .content .title-content .time-or-subtitle.data-v-468b9330 {
- margin-top: 12rpx;
- color: #666666;
- }
- .content .descbox.data-v-468b9330 {
- padding: 36rpx 32rpx;
- margin-bottom: 20rpx;
- background-color: #fff;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #222222;
- line-height: 42rpx;
- word-break: break-word;
- }
- .content .descbox-title.data-v-468b9330 {
- margin-bottom: 24rpx;
- font-weight: 500;
- font-size: 32rpx;
- }
- .content .descbox-info.data-v-468b9330 {
- margin-bottom: 24rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- font-size: 26rpx;
- color: #757575;
- }
- .content .descbox-info-l.data-v-468b9330 {
- flex: 1;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- }
- .content .descbox-info-time.data-v-468b9330 {
- margin-left: 18rpx;
- padding-left: 18rpx;
- position: relative;
- }
- .content .descbox-info-time.data-v-468b9330::after {
- content: "";
- width: 4rpx;
- height: 4rpx;
- background: #999999;
- border-radius: 50%;
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .content .descbox-info-r.data-v-468b9330 {
- background: transparent;
- }
- .content .descbox-desc.data-v-468b9330 {
- overflow: hidden;
- position: relative;
- }
- .content .expand.data-v-468b9330 {
- flex-shrink: 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-end;
- color: #FF5C03;
- font-weight: 400;
- font-size: 24rpx;
- }
- .content .expand image.data-v-468b9330 {
- width: 32rpx;
- height: 32rpx;
- }
- .content .expand-ab.data-v-468b9330 {
- position: absolute;
- top: 0;
- right: 0;
- box-shadow: -50rpx 0 20rpx 8rpx #FFFFFF;
- background-color: #fff;
- }
- .content .ques-content.data-v-468b9330 {
- background-color: #fff;
- padding: 40rpx 32rpx;
- box-sizing: border-box;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #222222;
- }
- .content .ques-content-tit.data-v-468b9330 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 600;
- font-size: 36rpx;
- color: #222222;
- }
- .content .ques-title.data-v-468b9330 {
- margin: 48rpx 0 34rpx 0;
- font-weight: 500;
- font-size: 32rpx;
- white-space: normal;
- }
- .content .ques-type.data-v-468b9330 {
- flex-shrink: 0;
- min-width: 72rpx;
- min-height: 40rpx;
- padding: 0 12rpx;
- margin: 0 12rpx;
- box-sizing: border-box;
- background: #FF5C03;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- line-height: 40rpx;
- text-align: center;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #FFFFFF;
- display: inline-block;
- }
- .content .ques-option.data-v-468b9330 {
- min-height: 88rpx;
- padding: 24rpx 32rpx;
- box-sizing: border-box;
- margin-bottom: 24rpx;
- background: #F5F7FA;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- display: flex;
- align-items: center;
- }
- .content .ques-option-active.data-v-468b9330 {
- color: #FF5C03 !important;
- background: #FCF0E7 !important;
- }
- .content .video-line.data-v-468b9330 {
- min-width: 140rpx;
- max-width: 200rpx;
- height: 60rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- border-radius: 50rpx 0 0 50rpx;
- overflow: hidden;
- background-color: #fff;
- text-align: center;
- color: #888;
- font-size: 28rpx;
- line-height: 60rpx;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- position: fixed;
- right: 0;
- z-index: 9;
- bottom: calc(var(--window-bottom) + 280rpx);
- box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.12);
- }
- .content .video-line image.data-v-468b9330 {
- flex-shrink: 0;
- height: 30rpx;
- width: 30rpx;
- margin-right: 6rpx;
- }
- .content .footer.data-v-468b9330 {
- border-top: 1rpx solid #ededef;
- background: #fff;
- width: 100%;
- position: fixed;
- bottom: 0;
- padding: 32rpx;
- padding-bottom: calc(var(--window-bottom) + 32rpx);
- box-sizing: border-box;
- z-index: 9;
- }
- .content .footer-btn.data-v-468b9330 {
- width: 100%;
- height: 98rpx;
- background: #FF5C03;
- border-radius: 49rpx 49rpx 49rpx 49rpx;
- line-height: 98rpx;
- text-align: center;
- font-family: PingFang SC, PingFang SC;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFFFFF;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .content .footer-btn-img.data-v-468b9330 {
- flex-shrink: 0;
- width: 144rpx;
- height: 144rpx;
- margin-right: 8rpx;
- margin-top: -24rpx;
- }
- .content .footer-btn-border.data-v-468b9330 {
- position: relative;
- }
- .content .footer-btn-border.data-v-468b9330::after {
- content: "";
- background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
- position: absolute;
- top: -2rpx;
- left: 0;
- height: 103rpx;
- width: 100%;
- z-index: -1;
- border-radius: 49rpx 49rpx 49rpx 49rpx;
- box-shadow: 0rpx 8rpx 11rpx 0rpx rgba(255, 92, 3, 0.3);
- overflow: hidden;
- }
- .agreement.data-v-468b9330 {
- display: inline-flex;
- margin-top: 16rpx;
- font-size: 24rpx;
- color: #525252;
- align-items: center;
- justify-content: center;
- }
|