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.
332 lines
8.1 KiB
332 lines
8.1 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.search-box.data-v-59da06fc {
|
|
width: 630rpx;
|
|
height: 80rpx;
|
|
background-color: #F8F8F8;
|
|
border-radius: 20rpx;
|
|
margin: 30rpx auto 0;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
}
|
|
.search-box .left-box.data-v-59da06fc {
|
|
width: auto;
|
|
height: 40rpx;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
border-right: 1rpx solid #CCCCCC;
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.search-box .left-box .iconfont.data-v-59da06fc {
|
|
font-size: 10rpx;
|
|
}
|
|
.search-box .right-box.data-v-59da06fc {
|
|
width: auto;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
}
|
|
.search-box .right-box image.data-v-59da06fc {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
}
|
|
.search-box .right-box input.data-v-59da06fc {
|
|
margin-left: 20rpx;
|
|
}
|
|
.banner.data-v-59da06fc {
|
|
width: 690rpx;
|
|
height: 300rpx;
|
|
margin-top: 30rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.banner image.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20rpx;
|
|
}
|
|
.menu.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 160rpx;
|
|
display: flex;
|
|
align-items: cneter;
|
|
margin-top: 30rpx;
|
|
}
|
|
.menu .item.data-v-59da06fc {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.menu .item image.data-v-59da06fc {
|
|
width: 90rpx;
|
|
height: 70rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.menu .item .title.data-v-59da06fc {
|
|
width: auto;
|
|
height: 30rpx;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
margin-top: 20rpx;
|
|
}
|
|
.flow-box.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 170rpx;
|
|
margin-top: 30rpx;
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
}
|
|
.flow-box .flow-common-item.data-v-59da06fc {
|
|
width: 275rpx;
|
|
height: 100%;
|
|
background-color: #F8F8F8;
|
|
border-radius: 20rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.flow-box .flow-common-item .top-box.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 56rpx;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
color: #333;
|
|
margin-top: 30rpx;
|
|
}
|
|
.flow-box .flow-common-item .top-box .number.data-v-59da06fc {
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
}
|
|
.flow-box .flow-common-item .top-box .unit.data-v-59da06fc {
|
|
font-size: 28rpx;
|
|
}
|
|
.flow-box .flow-common-item .bottom-box.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 54rpx;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
}
|
|
.flow-box .flow-common-item .bottom-box .title.data-v-59da06fc {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
.flow-box .flow-common-item .bottom-box .member-logo.data-v-59da06fc {
|
|
width: 58rpx;
|
|
height: 54rpx;
|
|
}
|
|
.flow-box .flow-common-item .bottom-box .browse-logo.data-v-59da06fc {
|
|
width: 65rpx;
|
|
height: 46rpx;
|
|
}
|
|
.flow-box .member.data-v-59da06fc {
|
|
margin-right: 20rpx;
|
|
}
|
|
.content.data-v-59da06fc {
|
|
width: 100%;
|
|
margin-top: 50rpx;
|
|
}
|
|
.content .navbar.data-v-59da06fc {
|
|
display: flex;
|
|
}
|
|
.content .navbar .item.data-v-59da06fc {
|
|
height: 60rpx;
|
|
flex: 1;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
.content .navbar .item .name.data-v-59da06fc {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
.content .navbar .item .select.data-v-59da06fc {
|
|
font-size: 36rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
.content .navbar .item .line.data-v-59da06fc {
|
|
width: 30rpx;
|
|
height: 6rpx;
|
|
background-color: #333;
|
|
border-radius: 2rpx;
|
|
position: absolute;
|
|
left: 42%;
|
|
}
|
|
.content .nav-content.data-v-59da06fc {
|
|
width: 690rpx;
|
|
margin: 50rpx auto 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.content .nav-content .target-item.data-v-59da06fc {
|
|
width: 335rpx;
|
|
height: 590rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
background-color: #F8F8F8;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.content .nav-content .target-item.data-v-59da06fc:nth-child(2n) {
|
|
margin-left: 20rpx;
|
|
}
|
|
.content .nav-content .target-item .top-info.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 445rpx;
|
|
position: relative;
|
|
}
|
|
.content .nav-content .target-item .top-info .poster.data-v-59da06fc {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.content .nav-content .target-item .top-info .top-btn.data-v-59da06fc {
|
|
width: 56rpx;
|
|
height: 30rpx;
|
|
padding: 0 10rpx;
|
|
border-radius: 10rpx;
|
|
background: linear-gradient(90deg, #FB5A8C 0%, #F65D10 100%);
|
|
position: absolute;
|
|
left: 20rpx;
|
|
top: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.content .nav-content .target-item .top-info .top-btn image.data-v-59da06fc {
|
|
width: 14rpx;
|
|
height: 14rpx;
|
|
}
|
|
.content .nav-content .target-item .top-info .top-btn .text.data-v-59da06fc {
|
|
font-size: 20rpx;
|
|
color: #fff;
|
|
}
|
|
.content .nav-content .target-item .top-info .look-box.data-v-59da06fc {
|
|
width: 60rpx;
|
|
height: 68rpx;
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: 16rpx;
|
|
}
|
|
.content .nav-content .target-item .top-info .look-box image.data-v-59da06fc {
|
|
width: 40rpx;
|
|
height: 34rpx;
|
|
}
|
|
.content .nav-content .target-item .top-info .look-box .num.data-v-59da06fc {
|
|
font-size: 20rpx;
|
|
color: #fff;
|
|
margin-top: 6rpx;
|
|
}
|
|
.content .nav-content .target-item .top-info .location-box.data-v-59da06fc {
|
|
width: 140rpx;
|
|
height: 30rpx;
|
|
padding: 0 10rpx;
|
|
position: absolute;
|
|
right: 20rpx;
|
|
bottom: 20rpx;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.content .nav-content .target-item .top-info .location-box image.data-v-59da06fc {
|
|
width: 14rpx;
|
|
height: 14rpx;
|
|
}
|
|
.content .nav-content .target-item .top-info .location-box .value.data-v-59da06fc {
|
|
font-size: 20rpx;
|
|
color: #333;
|
|
}
|
|
.content .nav-content .target-item .bottom-info.data-v-59da06fc {
|
|
width: 100%;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info.data-v-59da06fc {
|
|
width: 295rpx;
|
|
height: 45rpx;
|
|
margin: 20rpx auto 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info .name.data-v-59da06fc {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
margin-right: 20rpx;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info .common-info-box.data-v-59da06fc {
|
|
width: 50rpx;
|
|
height: 30rpx;
|
|
border-radius: 15rpx;
|
|
padding: 0 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 20rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info .common-info-box .sex.data-v-59da06fc {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info .man.data-v-59da06fc {
|
|
background-color: #0084FF;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info .woman.data-v-59da06fc {
|
|
background-color: #FE83AF;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .user-info .member.data-v-59da06fc {
|
|
background-color: #DCC083;
|
|
justify-content: center;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .price-info.data-v-59da06fc {
|
|
width: 295rpx;
|
|
height: 40rpx;
|
|
margin: 20rpx auto 0;
|
|
display: flex;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .price-info .hourse.data-v-59da06fc, .content .nav-content .target-item .bottom-info .price-info .car.data-v-59da06fc {
|
|
width: 70rpx;
|
|
height: 40rpx;
|
|
padding: 0 10rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 20rpx;
|
|
color: #333;
|
|
margin-right: 15rpx;
|
|
}
|
|
.content .nav-content .target-item .bottom-info .price-info .hourse image.data-v-59da06fc, .content .nav-content .target-item .bottom-info .price-info .car image.data-v-59da06fc {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
}
|
|
|
|
|