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.

373 lines
9.1 KiB

4 years ago
page {
background-color: #F6F6F6;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.activeTop.data-v-4db209f4 {
width: 100%;
height: 342rpx;
background: -webkit-gradient(linear, left top, left bottom, from(#FF578A), to(rgba(255, 87, 138, 0)));
background: -webkit-linear-gradient(top, #FF578A 0%, rgba(255, 87, 138, 0) 100%);
background: linear-gradient(180deg, #FF578A 0%, rgba(255, 87, 138, 0) 100%);
}
.searchBox.data-v-4db209f4 {
padding: 20rpx 30rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.searchCol.data-v-4db209f4 {
width: 600rpx;
height: 72rpx;
background-color: #fff;
border-radius: 36rpx;
position: relative;
line-height: 72rpx;
padding: 0 30rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.searchCol .iconfont.data-v-4db209f4 {
color: #999;
font-size: 25rpx;
}
.searchCol input.data-v-4db209f4 {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: translate;
padding: 0 70rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 24rpx;
}
.icon-w_location-.data-v-4db209f4 {
font-size: 50rpx;
color: #fff;
}
.album_swiper.data-v-4db209f4 {
width: 690rpx;
height: 220rpx;
border-radius: 20rpx;
margin: 0 auto;
}
.album_swiper swiper.data-v-4db209f4 {
height: calc(690rpx/3.13);
border-radius: 20rpx;
}
.album_swiper swiper image.data-v-4db209f4 {
height: 100%;
border-radius: 20rpx;
}
.menuBox.data-v-4db209f4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-evenly;
-webkit-justify-content: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
width: 690rpx;
margin: 0 auto 10rpx auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.menuBox .menuCol.data-v-4db209f4 {
width: 25%;
text-align: center;
font-size: 24rpx;
color: #333;
margin-top: 34rpx;
}
.menuBox .menuCol image.data-v-4db209f4 {
display: block;
width: 94rpx;
height: 94rpx;
margin: 0 auto 10rpx auto;
}
.introBox.data-v-4db209f4 {
width: 710rpx;
margin: 20rpx auto 0 auto;
border-radius: 16rpx;
background: #fff;
padding: 0 35rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.intro_row.data-v-4db209f4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
}
.row_col.data-v-4db209f4 {
width: 310rpx;
border-radius: 8rpx;
padding-bottom: 20rpx;
}
.row_col .imgOuter.data-v-4db209f4 {
width: 310rpx;
height: 230rpx;
position: relative;
}
.row_col .imgOuter image.data-v-4db209f4 {
width: 310rpx;
height: 230rpx;
border-radius: 8rpx 8rpx 0 0;
}
.row_col .imgOuter .date.data-v-4db209f4 {
background-color: rgba(0, 0, 0, 0.3);
font-size: 20rpx;
color: #fff;
line-height: 32rrpx;
padding: 0 8rpx;
border-radius: 5rpx;
position: absolute;
left: 20rpx;
bottom: 20rpx;
font-weight: 500;
}
.row_col .title.data-v-4db209f4 {
width: 100%;
font-size: 28rpx;
color: #333;
font-weight: 500;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-top: 20rpx;
}
.row_col .subTit.data-v-4db209f4 {
width: 100%;
font-size: 22rpx;
color: #333;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-top: 10rpx;
}
.row_col .price.data-v-4db209f4 {
margin-top: 20rpx;
font-size: 22rpx;
color: #999;
}
.row_col .price text.data-v-4db209f4 {
font-size: 32rpx;
font-weight: 400;
padding-right: 15rpx;
}
.introBox .intro_column.data-v-4db209f4:last-child {
border-bottom: none;
}
.intro_column.data-v-4db209f4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
padding: 20rpx 0;
border-bottom: 2rpx solid #EAEAEA;
}
.intro_column .imgOuter.data-v-4db209f4 {
width: 260rpx;
height: 210rpx;
position: relative;
}
.intro_column .imgOuter image.data-v-4db209f4 {
width: 260rpx;
height: 210rpx;
border-radius: 5rpx;
}
.intro_column .imgOuter .i_intro.data-v-4db209f4 {
position: absolute;
top: 0;
left: 0;
width: 68rpx;
height: 32rpx;
background: #FF578A;
border-radius: 5rpx 0px 18rpx 5rpx;
font-size: 22rpx;
font-weight: 400;
color: #FFFFFF;
line-height: 32rpx;
text-align: center;
}
.intro_column .columnInfo.data-v-4db209f4 {
width: 360rpx;
margin-left: 22rpx;
}
.intro_column .columnInfo .title.data-v-4db209f4 {
width: 100%;
font-size: 30rpx;
font-weight: bold;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.intro_column .columnInfo .tags text.data-v-4db209f4 {
height: 28rpx;
background: rgba(255, 177, 62, 0.1);
border-radius: 4rpx;
line-height: 28rpx;
font-size: 20rpx;
padding: 0 10rpx;
margin-right: 10rpx;
color: #FF753E;
}
.intro_column .columnInfo .subInfo.data-v-4db209f4 {
width: 100%;
font-size: 24rpx;
color: #999;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-top: 5rpx;
}
.intro_column .columnInfo .subInfo .font_red.data-v-4db209f4 {
margin-left: 10rpx;
}
.intro_column .columnInfo .price.data-v-4db209f4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
margin-top: 8rpx;
}
.intro_column .columnInfo .price text.data-v-4db209f4 {
margin-right: 10rpx;
}
.intro_column .columnInfo .price .shareMoney.data-v-4db209f4 {
height: 28rpx;
border: 2rpx solid #FF578A;
border-radius: 4rpx;
line-height: 28rpx;
font-size: 20rpx;
margin-right: 10rpx;
padding-right: 10rpx;
color: #FF578A;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: flex-start;
flex-direction: flex-start;
}
.intro_column .columnInfo .price .shareMoney text.data-v-4db209f4 {
background: #FF578A;
color: #fff;
padding: 0 10rpx;
}
.intro_column .columnInfo .price .free.data-v-4db209f4 {
height: 28rpx;
background: #FF753E;
border-radius: 4rpx;
line-height: 28rpx;
font-size: 20rpx;
padding: 0 10rpx;
margin-right: 10rpx;
color: #fff;
}
.termBox.data-v-4db209f4 {
width: 750rpx;
height: 200rpx;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
border-radius: 40rpx 40rpx 0px 0px;
margin-top: 20rpx;
}
.termBox .termOuter.data-v-4db209f4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.termBox .termOuter .termCol.data-v-4db209f4 {
width: 27%;
text-align: center;
font-size: 28rpx;
font-weight: 400;
color: #333333;
padding-top: 36rpx;
}
.termBox .termOuter .termCol .iconfont.data-v-4db209f4 {
font-size: 24rpx;
color: #666666;
line-height: 28rpx;
margin-left: 8rpx;
}
.termBox .termOuter .termCol.cur.data-v-4db209f4 {
color: #FF578A;
}
.termBox .termOuter .termCol.cur .iconfont.data-v-4db209f4 {
color: #FF578A;
}
.termBox .termOuter .termCol.data-v-4db209f4:last-child {
width: 19%;
}
.hasMenu.data-v-4db209f4 {
margin-top: -100rpx;
}