公司演示版e鹿悦游
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

353 lines
9.1 KiB

10 months ago
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.checkActive.data-v-57280228 {
background: rgba(255, 255, 255, 0.2) !important;
box-shadow: 0rpx 0rpx 0rpx rgba(255, 255, 255, 0.2) !important;
color: #3d3d3d !important;
transition: 0.1s ease !important;
}
.w_25.data-v-57280228 {
width: 22%;
margin: 0 1%;
background: #ffffff12;
border-radius: 20rpx;
padding: 30rpx 0;
flex: none;
}
.w_25 .kua_nav.data-v-57280228 {
border: none;
}
.tips.data-v-57280228 {
font-family: Source Han Sans SC;
font-weight: bold;
font-size: 30rpx;
color: #333333;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAwBAMAAAAx5o8DAAAAHlBMVEXqSR3BazaZiEtSv3QK+Z4x2od2pGIb6pcAAAAA/6fUAp9GAAAACnRSTlMNEBIVGRcTGAAOYN5r6QAAAQ5JREFUSMfVl8ENwjAMRZ1bjoERWKFKJ4jEABETIHWCSizQg3PvwBQRcKtQsByjwh/g69X/u0kAMfVh0vFy0ymryeruOjy0ewpIFhEwhVDYeJ9t2lUbY8zMB3BiWadpW44NIKSQxaHZk41zDggHhiCjgbmPhZFsRDRZfRDPxgApVM2mtJHOhmzK2ZyUaJj1IxthUlDQCJJSo3EcmiihKXvT6CTlFXqjT9PJdopPAywanRZHpZ3KPud3NEaQlGinvKDF8t7waX4pqcqdijqzaSKnxX/am64uqSiYzRf/N5ueDGVS0tls0xu3/Kpep8WjTosHjaQsJA0aS5f9GhoETPU3CouvH0I+fnwILR4weAWXR49lu7I81QAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-size: cover;
padding: 5rpx 10rpx;
}
.m-tips.data-v-57280228 {
height: 45rpx;
}
.m-slide-nav.data-v-57280228 {
height: 100rpx;
overflow-x: scroll;
display: flex;
align-items: center;
justify-content: space-around;
padding: 0 20rpx;
position: relative;
margin-top: 20rpx;
}
.m-slide-nav .m-slide-item.data-v-57280228 {
width: -webkit-fit-content;
width: fit-content;
font-family: Source Han Sans SC;
font-weight: 400;
font-size: 30rpx;
color: #333333;
flex-shrink: 0;
transition: all ease-in-out 0.2s;
z-index: 1;
background-repeat: no-repeat;
background-size: 25%;
background-position: 50% 15px;
padding-bottom: 10px;
text-align: center;
}
.m-slide-nav .curr.data-v-57280228 {
scale: 1.1;
padding-bottom: 10px;
position: relative;
}
.m-slide-nav .curr.data-v-57280228::after {
content: "";
width: 50rpx;
height: 60rpx;
background-image: url("https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/lu.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: -15rpx;
top: -15rpx;
z-index: -1;
}
.m-slide-nav .curr.data-v-57280228::before {
content: "";
width: 80%;
height: 10rpx;
background: linear-gradient(-90deg, rgba(9, 131, 255, 0) 0%, #0983FF 100%);
border-radius: 5rpx;
position: absolute;
bottom: 8rpx;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
}
.slide-nav-fixed.data-v-57280228 {
position: fixed;
}
.m-slide-nav.data-v-57280228::-webkit-scrollbar {
display: none;
}
.an_box.data-v-57280228 {
margin-bottom: 0rpx !important;
}
.w-content.data-v-57280228 {
padding: 0 20rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: Source Han Sans SC;
font-weight: 500;
font-size: 26rpx;
color: #1b1b1b;
}
.m-bankuai.data-v-57280228 {
background-color: #f5f5f5;
padding: 16px;
border-radius: 13px 13px 0 0;
position: relative;
z-index: 9;
top: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.m-bankuai .left.data-v-57280228 {
width: 220rpx;
height: 320rpx;
background-image: url("https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/hd.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.m-bankuai .left .m-title.data-v-57280228 {
font-family: Source Han Sans SC;
font-weight: bold;
font-size: 36rpx;
color: #ffffff;
font-style: italic;
margin: 0 auto;
width: -webkit-fit-content;
width: fit-content;
margin-top: 29rpx;
margin-bottom: 11rpx;
}
.m-bankuai .left .m-tip.data-v-57280228 {
font-family: Source Han Sans SC;
font-weight: 400;
font-size: 16rpx;
color: #ffffff;
font-style: italic;
padding: 5rpx 10rpx;
border-radius: 15rpx;
border: solid 1rpx #fff;
text-align: center;
width: -webkit-fit-content;
width: fit-content;
margin: 0 auto;
}
.m-bankuai .right.data-v-57280228 {
margin-left: 24rpx;
flex: 1;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-self: flex-start;
}
.m-bankuai .right .right-son.data-v-57280228 {
width: 48%;
height: 150rpx;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
font-family: Source Han Sans SC;
font-weight: 500;
font-size: 26rpx;
border-radius: 12rpx;
overflow: hidden;
}
.m-bankuai .right .right-son .tit.data-v-57280228 {
width: -webkit-fit-content;
width: fit-content;
margin-top: 18rpx;
margin-left: 26rpx;
font-weight: bolder;
}
.m-bankuai .right .meishi.data-v-57280228 {
color: #fb8314;
background-image: url("https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/meishi.png");
}
.m-bankuai .right .wenhua.data-v-57280228 {
color: #fc5425;
background-image: url("https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/wenhua.png");
}
.m-bankuai .right .zhoubian.data-v-57280228 {
margin-top: 16rpx;
color: #4781fb;
background-image: url("https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/zhoubian.png");
}
.m-bankuai .right .tousu.data-v-57280228 {
color: #04a3da;
margin-top: 16rpx;
background-image: url("https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tousu.png");
}
.an_sch.data-v-57280228 {
margin-top: 0;
}
.amt_30.data-v-57280228 {
margin-top: 0;
}
.h-name.data-v-57280228 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 20rpx 12rpx;
}
.water-flow.data-v-57280228 {
width: 100%;
}
.list-box.data-v-57280228 {
position: relative;
}
.list-box .mask-box.data-v-57280228 {
width: 100%;
min-height: 85vh;
text-align: center;
height: 100%;
line-height: 85vh;
background-color: rgba(255, 255, 255, 0.8);
position: absolute;
z-index: 9;
font-size: 36rpx;
transition: all ease-in-out 0.2s;
}
.data-v-57280228 .u-swiper .u-swiper__indicator {
bottom: 30rpx !important;
right: 30rpx;
}
.data-v-57280228 .u-swiper .indicator {
width: 100px;
height: 4px;
display: flex;
justify-content: space-evenly;
flex-wrap: nowrap;
}
.data-v-57280228 .u-swiper .indicator .indicator__dot {
background-color: #ffffff87;
height: 100%;
margin: 0 5px;
border-radius: 8px;
width: 10px;
height: 4px;
transition: all linear 0.2s;
position: relative;
overflow: hidden;
}
.data-v-57280228 .u-swiper .indicator .indicator__dot::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: -100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
transform-origin: left;
transition-property: all;
transition-timing-function: linear;
background-color: #fff;
border-radius: 8px;
}
.data-v-57280228 .u-swiper .indicator .indicator__dot--active {
flex: 1;
}
.data-v-57280228 .u-swiper .indicator .indicator__dot--active::after {
-webkit-animation: middle-data-v-57280228 5s forwards linear;
animation: middle-data-v-57280228 5s forwards linear;
}
@-webkit-keyframes middle-data-v-57280228 {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
left: 0;
}
}
@keyframes middle-data-v-57280228 {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
left: 0;
}
}
.scroll-boxs.data-v-57280228 {
height: 100vh;
overflow-y: scroll;
}
.no-fixed-box.data-v-57280228 {
position: relative;
10 months ago
padding-top: 20rpx;
padding-bottom: 20rpx;
10 months ago
background-color: #fff;
}
.no-fixed-box .guanggao-swiper.data-v-57280228 {
margin: 20rpx 30rpx 0;
}
.no-fixed-box .quanyi-box.data-v-57280228 {
margin: 30rpx 0 0;
height: -webkit-fit-content;
height: fit-content;
}
.no-fixed-box .quanyi-box image.data-v-57280228 {
width: 100%;
}
.swiper-box.data-v-57280228 {
position: relative;
}
.swiper-box .blur-box.data-v-57280228 {
width: 100%;
height: 200rpx;
margin-top: -100rpx;
background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000e6);
}