|
page {
|
background-color: #f7f7f7;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.index.data-v-57280228 {
|
width: 100%;
|
}
|
.index .list.data-v-57280228 {
|
width: 100%;
|
padding: 20rpx 30rpx;
|
box-sizing: border-box;
|
}
|
.index .list .item.data-v-57280228 {
|
width: 100%;
|
background: #FFFFFF;
|
border-radius: 8rpx;
|
padding: 24rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
margin-bottom: 20rpx;
|
}
|
.index .list .item.data-v-57280228:last-child {
|
margin: 0 !important;
|
}
|
.index .list .item .item-tx.data-v-57280228 {
|
flex-shrink: 0;
|
width: 128rpx;
|
height: 168rpx;
|
border-radius: 8rpx;
|
overflow: hidden;
|
margin-right: 20rpx;
|
}
|
.index .list .item .item-tx image.data-v-57280228 {
|
width: 100%;
|
}
|
.index .list .item .item-info.data-v-57280228 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
position: relative;
|
}
|
.index .list .item .item-info .item-info-price.data-v-57280228 {
|
position: absolute;
|
right: 0;
|
top: 0;
|
display: flex;
|
align-items: flex-end;
|
flex-direction: column;
|
}
|
.index .list .item .item-info .item-info-price text.data-v-57280228:nth-child(1) {
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #FF7000;
|
}
|
.index .list .item .item-info .item-info-price text.data-v-57280228:nth-child(2) {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #FF7000;
|
}
|
.index .list .item .item-info .item-info-price text.data-v-57280228:nth-child(2)::after {
|
content: "元/周";
|
font-weight: 600;
|
font-size: 20rpx;
|
color: #FF7000;
|
}
|
.index .list .item .item-info .item-info-a.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
}
|
.index .list .item .item-info .item-info-a text.data-v-57280228:nth-child(1) {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.index .list .item .item-info .item-info-a text.data-v-57280228:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #777777;
|
margin-left: 10rpx;
|
}
|
.index .list .item .item-info .item-info-b.data-v-57280228 {
|
display: flex;
|
flex-wrap: wrap;
|
align-items: center;
|
margin-top: 8rpx;
|
}
|
.index .list .item .item-info .item-info-b .item-info-b-row.data-v-57280228 {
|
padding: 0 8rpx;
|
box-sizing: border-box;
|
height: 40rpx;
|
line-height: 40rpx;
|
border-radius: 8rpx;
|
border: 1rpx solid #2E68C4;
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #2E68C4;
|
margin-right: 8rpx;
|
}
|
.index .list .item .item-info .item-info-b .item-info-b-row.data-v-57280228:last-child {
|
margin: 0;
|
}
|
.index .list .item .item-info .item-info-c.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 20rpx;
|
}
|
.index .list .item .item-info .item-info-c .item-info-c-item.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
}
|
.index .list .item .item-info .item-info-c .item-info-c-item .item-info-c-item-label.data-v-57280228 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #777777;
|
}
|
.index .list .item .item-info .item-info-c .item-info-c-item .item-info-c-item-val.data-v-57280228 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #333333;
|
}
|
.index .list .item .item-info .item-info-d.data-v-57280228 {
|
width: 100%;
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #333333;
|
margin-top: 20rpx;
|
}
|
.index .list .item .item-info .item-info-d text.data-v-57280228 {
|
color: #2E68C4;
|
}
|
.index .zhezhao.data-v-57280228 {
|
width: 100vw;
|
height: 100vh;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 5;
|
background-color: rgba(0, 0, 0, 0.5);
|
}
|
.index .head.data-v-57280228 {
|
width: 100%;
|
height: 260rpx;
|
position: -webkit-sticky;
|
position: sticky;
|
top: 0;
|
left: 0;
|
z-index: 9;
|
background-color: #ffffff;
|
}
|
.index .head .head-title.data-v-57280228 {
|
width: 100%;
|
height: 88rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .head .head-title .head-title-left.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
}
|
.index .head .head-title .head-title-left image.data-v-57280228 {
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.index .head .head-title .head-title-left text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #2E68C4;
|
margin-left: 8rpx;
|
}
|
.index .head .head-title .head-title-name.data-v-57280228 {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.index .head .head-search.data-v-57280228 {
|
width: 100%;
|
height: 172rpx;
|
}
|
.index .head .head-search .head-search-input.data-v-57280228 {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
height: 72rpx;
|
margin-top: 12rpx;
|
}
|
.index .head .head-search .sou.data-v-57280228 {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
border-radius: 0 0 30rpx 30rpx;
|
background-color: #ffffff;
|
}
|
.index .head .head-search .sou .sou-cate.data-v-57280228 {
|
width: 100%;
|
padding: 0 0 30rpx 0;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .head .head-search .sou .sou-cate .active.data-v-57280228 {
|
background: rgba(46, 104, 196, 0.1) !important;
|
color: #2E68C4 !important;
|
}
|
.index .head .head-search .sou .sou-cate .sou-cate-item.data-v-57280228 {
|
width: 216rpx;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
background: #F7F7F7;
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.index .head .head-search .sou .sou-list.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.index .head .head-search .sou .sou-list .sou-list-item.data-v-57280228 {
|
width: 100%;
|
height: 96rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-bottom: 1rpx solid #EEEEEE;
|
}
|
.index .head .head-search .sou .sou-list .sou-list-item text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.index .head .head-search .sou .sou-list .sou-list-item image.data-v-57280228 {
|
width: 24rpx;
|
height: 18rpx;
|
}
|
.index .head .head-search .cate.data-v-57280228 {
|
width: 100%;
|
height: 88rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
}
|
.index .head .head-search .cate .cate-item.data-v-57280228 {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.index .head .head-search .cate .cate-item text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
margin-right: 8rpx;
|
}
|
.index .head .head-search .cate .cate-item image.data-v-57280228 {
|
width: 20rpx;
|
height: 20rpx;
|
}
|