213 lines
5.4 KiB
Plaintext
213 lines
5.4 KiB
Plaintext
|
/* stylelint-disable comment-empty-line-before */
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.ui-swiper.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-main.data-v-623dde1d {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-main .swiper-image.data-v-623dde1d {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.data-v-623dde1d {
|
|||
|
position: absolute;
|
|||
|
bottom: 20rpx;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
width: 100%;
|
|||
|
height: 30rpx;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.default .line-box.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
display: inline-flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
width: 6px;
|
|||
|
height: 6px;
|
|||
|
margin: 0 10rpx;
|
|||
|
border: 2px solid transparent;
|
|||
|
border-radius: 50rpx;
|
|||
|
opacity: 0.3;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.default .line-box.cur.data-v-623dde1d {
|
|||
|
width: 8px;
|
|||
|
height: 8px;
|
|||
|
border: 0px solid transparent;
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.default .line-box.cur.data-v-623dde1d::after {
|
|||
|
width: 4px;
|
|||
|
height: 4px;
|
|||
|
content: "";
|
|||
|
background-color: #fff;
|
|||
|
border-radius: 50rpx;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.long .line-box.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
display: inline-block;
|
|||
|
width: 6px;
|
|||
|
height: 6px;
|
|||
|
margin: 0 10rpx;
|
|||
|
border-radius: 100rpx;
|
|||
|
opacity: 0.3;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.long .line-box.cur.data-v-623dde1d {
|
|||
|
width: 24rpx;
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.line.data-v-623dde1d {
|
|||
|
bottom: 20rpx;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.line .line-box.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
display: inline-block;
|
|||
|
width: 30px;
|
|||
|
height: 3px;
|
|||
|
opacity: 0.3;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.line .line-box.cur.data-v-623dde1d {
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
.ui-swiper .ui-swiper-dot.tag.data-v-623dde1d {
|
|||
|
position: absolute;
|
|||
|
right: 20rpx;
|
|||
|
bottom: 20rpx;
|
|||
|
justify-content: flex-end;
|
|||
|
}
|
|||
|
.ui-swiper.card .swiper-item.data-v-623dde1d {
|
|||
|
left: 70rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
width: 610rpx !important;
|
|||
|
padding: 20rpx 0rpx 60rpx;
|
|||
|
overflow: initial;
|
|||
|
}
|
|||
|
.ui-swiper.card .swiper-item .ui-swiper-main.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
display: block;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
background-size: cover;
|
|||
|
transition: all 0.2s ease-in 0s;
|
|||
|
transform: scale(0.9);
|
|||
|
}
|
|||
|
.ui-swiper.card .swiper-item .ui-swiper-main .swiper-image.data-v-623dde1d {
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.ui-swiper.card .swiper-item .ui-swiper-main.data-v-623dde1d::before {
|
|||
|
position: absolute;
|
|||
|
top: 10rpx;
|
|||
|
left: 10rpx;
|
|||
|
z-index: -1;
|
|||
|
display: block;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
content: "";
|
|||
|
background: inherit;
|
|||
|
filter: blur(5px);
|
|||
|
opacity: 0.3;
|
|||
|
transform: scale(1, 1);
|
|||
|
transform-origin: 0 0;
|
|||
|
}
|
|||
|
.ui-swiper.card .swiper-item.cur .ui-swiper-main.data-v-623dde1d {
|
|||
|
transition: all 0.2s ease-in 0s;
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
.ui-swiper.card .ui-swiper-dot.tag.data-v-623dde1d {
|
|||
|
position: absolute;
|
|||
|
right: 75rpx;
|
|||
|
bottom: 85rpx;
|
|||
|
}
|
|||
|
.ui-swiper.hotelCard .swiper-item.data-v-623dde1d {
|
|||
|
left: 30rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
width: 650rpx !important;
|
|||
|
padding: 0rpx 0rpx 50rpx;
|
|||
|
overflow: initial;
|
|||
|
}
|
|||
|
.ui-swiper.hotelCard .swiper-item .ui-swiper-main.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
display: block;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
background-size: cover;
|
|||
|
opacity: 0.8;
|
|||
|
transition: all 0.2s ease-in 0s;
|
|||
|
transform: scale(0.9);
|
|||
|
}
|
|||
|
.ui-swiper.hotelCard .swiper-item .ui-swiper-main .swiper-image.data-v-623dde1d {
|
|||
|
width: 100%;
|
|||
|
height: 400rpx;
|
|||
|
}
|
|||
|
.ui-swiper.hotelCard .swiper-item .ui-swiper-main.data-v-623dde1d::before {
|
|||
|
position: absolute;
|
|||
|
top: 10rpx;
|
|||
|
left: 10rpx;
|
|||
|
z-index: -1;
|
|||
|
display: block;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
content: "";
|
|||
|
background: inherit;
|
|||
|
filter: blur(5px);
|
|||
|
opacity: 0.3;
|
|||
|
transform: scale(1, 1);
|
|||
|
transform-origin: 0 0;
|
|||
|
}
|
|||
|
.ui-swiper.hotelCard .swiper-item.cur .ui-swiper-main.data-v-623dde1d {
|
|||
|
opacity: 1;
|
|||
|
transition: all 0.2s ease-in 0s;
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
.ui-swiper.hotelCard .ui-swiper-dot.data-v-623dde1d {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.ui-swiper.hotelDetail .swiper-item.data-v-623dde1d {
|
|||
|
left: 30rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
width: 690rpx !important;
|
|||
|
padding: 20rpx 0rpx;
|
|||
|
overflow: initial;
|
|||
|
}
|
|||
|
.ui-swiper.hotelDetail .swiper-item .ui-swiper-main.data-v-623dde1d {
|
|||
|
position: relative;
|
|||
|
display: block;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
background-size: cover;
|
|||
|
transition: all 0.2s ease-in 0s;
|
|||
|
transform: scale(0.96);
|
|||
|
}
|
|||
|
.ui-swiper.hotelDetail .swiper-item .ui-swiper-main .swiper-image.data-v-623dde1d {
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.ui-swiper.hotelDetail .swiper-item.cur .ui-swiper-main.data-v-623dde1d {
|
|||
|
transition: all 0.2s ease-in 0s;
|
|||
|
transform: scale(0.96);
|
|||
|
}
|