123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518 |
- page {
- width: 100%;
- min-height: 100%;
- background: #F9F9FB;
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .show_guide.data-v-57280228 {
- overflow-y: hidden;
- position: fixed;
- height: 100vh;
- width: 100%;
- }
- .home.data-v-57280228 {
- position: relative;
- min-height: 100%;
- width: 100%;
- }
- .home .contact_icon.data-v-57280228 {
- position: fixed;
- bottom: 164rpx;
- right: 44rpx;
- width: 167rpx;
- height: 173rpx;
- }
- .home .guide_box.data-v-57280228 {
- width: 100vw;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- display: flex;
- flex-direction: column;
- align-items: center;
- z-index: 999;
- }
- .home .guide_box .express_img.data-v-57280228 {
- width: 659rpx;
- height: 229rpx;
- margin-top: 70vh;
- margin-left: 50rpx;
- }
- .home .mask.data-v-57280228 {
- z-index: 99999;
- }
- .home .home_bg.data-v-57280228 {
- width: 750rpx;
- height: 312rpx;
- }
- .home .home_bg image.data-v-57280228 {
- width: 100%;
- height: 100%;
- }
- .home .home_box.data-v-57280228 {
- width: 100%;
- position: relative;
- margin-top: -295rpx;
- }
- .home .home_box .home_con.data-v-57280228 {
- width: 690rpx;
- margin: 0 auto;
- padding-bottom: 150rpx;
- }
- .home .home_box .home_con .search_box .inp_box.data-v-57280228 {
- width: 572rpx;
- height: 80rpx;
- background-color: rgba(255, 255, 255, 0.4);
- border-radius: 44rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .home .home_box .home_con .search_box .inp_box input.data-v-57280228 {
- width: 360rpx;
- height: 80rpx;
- line-height: 80rpx;
- color: #fff;
- }
- .home .home_box .home_con .search_box .inp_box .search_button.data-v-57280228 {
- width: 92rpx;
- height: 52rpx;
- background: linear-gradient(92deg, #FFA600 0%, #FCBC05 100%);
- opacity: 1;
- border-radius: 8rpx;
- color: #fff;
- }
- .home .home_box .home_con .search_box .inp_box .iconfont.data-v-57280228 {
- color: #fff;
- font-size: 40rpx;
- margin-right: 10rpx;
- }
- .home .home_box .home_con .search_box .search_logo.data-v-57280228 {
- width: 88rpx;
- height: 88rpx;
- }
- .home .home_box .home_con .shop.data-v-57280228 {
- background: white;
- box-shadow: 0px 6rpx 12rpx #eeeeee;
- border-radius: 24rpx;
- margin: 0rpx 0 30rpx;
- padding: 30rpx;
- box-sizing: border-box;
- }
- .home .home_box .home_con .shop .shop_top.data-v-57280228 {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- }
- .home .home_box .home_con .shop .shop_top .store_img.data-v-57280228 {
- width: 113rpx;
- height: 113rpx;
- border-radius: 16rpx;
- margin-right: 20rpx;
- flex-shrink: 0;
- }
- .home .home_box .home_con .shop .shop_top .shop_eval.data-v-57280228 {
- font-size: 28rpx;
- color: #999;
- margin-top: 8rpx;
- }
- .home .home_box .home_con .shop .shop_top .shop_eval text.data-v-57280228 {
- margin-right: 8rpx;
- }
- .home .home_box .home_con .shop .shop_top .edit.data-v-57280228 {
- display: inline-block;
- width: 108rpx;
- height: 52rpx;
- font-size: 28rpx;
- text-align: center;
- line-height: 52rpx;
- color: #fb231f;
- background: #fff4f3;
- margin-left: 12rpx;
- border-radius: 8rpx;
- }
- .home .home_box .home_con .shop .shop_top .iconfont.data-v-57280228 {
- font-size: 28rpx;
- margin-right: 5rpx;
- }
- .home .home_box .home_con .shop .shop_bottom.data-v-57280228 {
- margin-top: 40rpx;
- }
- .home .home_box .home_con .shop .shop_bottom > view.data-v-57280228 {
- text-align: center;
- }
- .home .home_box .home_con .shop .shop_bottom > view view.data-v-57280228:first-child {
- font-size: 40rpx;
- color: #fb231f;
- font-weight: bold;
- }
- .home .home_box .home_con .shop .shop_bottom > view view.data-v-57280228:last-child {
- font-size: 28rpx;
- color: #999;
- margin-top: 10rpx;
- }
- .home .home_box .home_con .shop .sub_btn.data-v-57280228 {
- margin-top: 40rpx;
- }
- .home .home_box .home_con .handle.data-v-57280228 {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin: 0 auto;
- box-sizing: border-box;
- }
- .home .home_box .home_con .handle .block_con.data-v-57280228 {
- width: 48%;
- }
- .home .home_box .home_con .handle .block_con .block_box.data-v-57280228 {
- width: 100%;
- height: 146rpx;
- background: #fff;
- border-radius: 18rpx;
- margin-bottom: 30rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- position: relative;
- }
- .home .home_box .home_con .handle .block_con .block_box .block_title.data-v-57280228 {
- font-size: 38rpx;
- font-weight: bold;
- letter-spacing: 36rpx;
- }
- .home .home_box .home_con .handle .block_con .block_box .block_intr.data-v-57280228 {
- font-size: 28rpx;
- color: #999;
- margin-top: 10rpx;
- }
- .home .home_box .home_con .handle .block_con .block_box .block_num.data-v-57280228 {
- position: absolute;
- top: 10rpx;
- left: 140rpx;
- background: linear-gradient(48deg, #ffaa01 0%, #fe0000 100%);
- color: #fff;
- border-radius: 20rpx 20rpx 20rpx 0;
- padding: 4rpx 10rpx;
- }
- .home .home_box .home_con .handle .block_con_red .block_box.data-v-57280228 {
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- }
- .home .home_box .home_con .handle .block_con_red .block_title.data-v-57280228,
- .home .home_box .home_con .handle .block_con_red .block_intr.data-v-57280228 {
- color: #fffdc1 !important;
- }
- .home .home_box .home_con .box.data-v-57280228 {
- width: 702rpx;
- height: 200rpx;
- background: #fff;
- padding: 0 24rpx;
- box-sizing: border-box;
- border-radius: 16rpx;
- position: relative;
- }
- .home .home_box .home_con .box .iconfont.data-v-57280228,
- .home .home_box .home_con .box .express_img.data-v-57280228 {
- position: absolute;
- z-index: 999999;
- }
- .home .home_box .home_con .box .iconfont.data-v-57280228 {
- font-size: 50rpx;
- color: #fff;
- top: -238rpx;
- right: 0rpx;
- }
- .home .home_box .home_con .box .express_img.data-v-57280228 {
- width: 659rpx;
- height: 342rpx;
- top: -135rpx;
- right: -8rpx;
- }
- .home .home_box .home_con .box .box_item.data-v-57280228 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background: #fff;
- }
- .home .home_box .home_con .box .box_item .show_box.data-v-57280228 {
- z-index: 999999;
- width: 180rpx;
- height: 180rpx;
- border-radius: 8rpx;
- }
- .home .home_box .home_con .box .box_item image.data-v-57280228 {
- width: 100rpx;
- height: 100rpx;
- }
- .home .home_box .home_con .box .box_item view.data-v-57280228 {
- font-size: 30rpx;
- margin-top: 10rpx;
- }
- .home .home_box .home_con .hint_img.data-v-57280228 {
- text-align: center;
- margin-top: 30rpx;
- }
- .home .home_box .home_con .hint_img .shop_hint.data-v-57280228 {
- width: 452rpx;
- height: 54rpx;
- }
- .home .home_box .home_con .video.data-v-57280228 {
- width: 390rpx;
- height: 112rpx;
- margin: 10rpx auto 0;
- background-size: 100% 100%;
- position: relative;
- z-index: 9999;
- }
- .home .home_box .home_con .video .finger.data-v-57280228 {
- width: 138rpx;
- height: 128rpx;
- z-index: 9999;
- position: absolute;
- top: 25rpx;
- right: -120rpx;
- }
- .home .home_box .home_con .video .video_box.data-v-57280228 {
- width: 362rpx;
- height: 84rpx;
- border-radius: 8rpx;
- z-index: 9999;
- }
- .home .home_box .home_con .video .video_box image.data-v-57280228 {
- width: 44rpx;
- height: 44rpx;
- margin-right: 10rpx;
- z-index: 9999;
- }
- .home .home_box .home_con .video .video_box view.data-v-57280228 {
- font-size: 36rpx;
- font-weight: bold;
- color: #fb231f;
- z-index: 99999;
- }
- .home .home_box .home_con .video .video_box view.data-v-57280228::after {
- content: '';
- display: block;
- width: 252rpx;
- height: 20rpx;
- margin-top: -12rpx;
- background: linear-gradient(360deg, #fff709 0%, rgba(255, 242, 40, 0) 100%);
- }
- .popShow.data-v-57280228 {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 999;
- }
- .popShow .popCon.data-v-57280228 {
- position: relative;
- width: 634rpx;
- height: 766rpx;
- }
- .popShow .popCon image.data-v-57280228 {
- width: 100%;
- height: 100%;
- }
- .popShow .popCon .content.data-v-57280228 {
- position: absolute;
- top: 0;
- left: 0;
- }
- .popShow .popCon .content .title.data-v-57280228 {
- text-align: center;
- font-size: 40rpx;
- font-weight: bold;
- padding: 76rpx 0 38rpx;
- }
- .popShow .popCon .content .opear_btn.data-v-57280228 {
- width: 100%;
- margin-top: 75rpx;
- }
- .popShow .popCon .content .opear_btn view.data-v-57280228 {
- width: 242rpx;
- text-align: center;
- height: 88rpx;
- border-radius: 44rpx;
- font-size: 32rpx;
- line-height: 88rpx;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- color: #fff;
- }
- .popShow .popCon .content .opear_btn view.data-v-57280228:first-child {
- background: #e9e9e9;
- color: #999;
- }
- .disagree.data-v-57280228 {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 9999;
- }
- .disagree .dis_con.data-v-57280228 {
- width: 568rpx;
- height: 270rpx;
- background: #fff;
- border-radius: 24rpx;
- text-align: center;
- }
- .disagree .dis_con > view.data-v-57280228:first-child {
- font-size: 32rpx;
- padding: 60rpx 0 40rpx;
- }
- .disagree .dis_con > view.data-v-57280228:last-child {
- width: 100%;
- margin: 0 auto;
- width: 302rpx;
- text-align: center;
- height: 76rpx;
- line-height: 76rpx;
- color: #fff;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- opacity: 1;
- border-radius: 44rpx;
- }
- .poster.data-v-57280228 {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 9999;
- }
- .poster .pos_con.data-v-57280228 {
- width: 80%;
- margin: 0 auto;
- height: 100%;
- position: relative;
- }
- .poster .pos_con image.data-v-57280228 {
- width: 572rpx;
- height: 940rpx;
- }
- .poster .pos_con .qr_code.data-v-57280228 {
- position: absolute;
- top: 630rpx;
- left: 212rpx;
- }
- .poster .pos_con .qr_code image.data-v-57280228 {
- width: 180rpx;
- height: 180rpx;
- }
- .poster .pos_con .pos_info.data-v-57280228 {
- position: absolute;
- bottom: 310rpx;
- left: 92rpx;
- }
- .poster .pos_con .pos_info image.data-v-57280228 {
- width: 104rpx;
- height: 104rpx;
- margin-right: 20rpx;
- }
- .poster .pos_con .pos_info .pos_info_con view.data-v-57280228:first-child {
- font-size: 36rpx;
- font-weight: bold;
- }
- .poster .pos_con .pos_info .pos_info_con view.data-v-57280228 {
- margin-bottom: 5rpx;
- }
- .poster .pos_con .iconfont.data-v-57280228 {
- position: absolute;
- top: 2vh;
- right: -25rpx;
- color: #dedede;
- font-size: 60rpx;
- z-index: 999;
- }
- .poster .pos_con .sub_btn.data-v-57280228 {
- margin-top: 76rpx;
- }
- .share_show.data-v-57280228 {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 9999;
- }
- .share_show .share_con.data-v-57280228 {
- width: 80%;
- margin: 0 auto;
- height: 100%;
- z-index: 999999;
- }
- .share_show .share_con .canvas.data-v-57280228 {
- width: 540rpx;
- height: 900rpx;
- position: relative;
- }
- .share_show .share_con .canvas #canvas.data-v-57280228 {
- width: 540rpx;
- height: 900rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- .share_show .share_con .canvas .poster_img.data-v-57280228 {
- -webkit-touch-callout: default;
- width: 100%;
- height: 100%;
- display: block;
- }
- .share_show .share_con .canvas ._img[src].data-v-57280228,
- .share_show .share_con .canvas ._img.data-v-57280228:not([src]) {
- opacity: 0;
- }
- .share_show .share_con .save_img.data-v-57280228 {
- color: #fff;
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- margin-top: 20rpx;
- }
- .share_show .share_con .iconfont.data-v-57280228 {
- position: absolute;
- top: 4vh;
- right: 25rpx;
- color: #dedede;
- font-size: 60rpx;
- z-index: 999;
- }
- .share_show .sub_btn.data-v-57280228 {
- margin-top: 40rpx;
- }
|