@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.main {
|
height: 1380rpx;
|
background-color: #f2f4f3;
|
display: flex;
|
align-items: center;
|
flex-direction: column;
|
}
|
.ss {
|
height: 100rpx;
|
width: 100%;
|
background-color: #fff;
|
}
|
.top {
|
width: 720rpx;
|
height: 260rpx;
|
background-color: #fff;
|
margin: 20rpx 10rpx;
|
border-radius: 3%;
|
}
|
.address {
|
border: 2rpx solid #f2f2f2;
|
display: flex;
|
height: 160rpx;
|
}
|
.imag {
|
width: 75rpx;
|
height: 75rpx;
|
margin: 40rpx 25rpx;
|
}
|
.img {
|
width: 75rpx;
|
height: 75rpx;
|
}
|
.addre {
|
padding: 20rpx 0rpx;
|
font-weight: 400;
|
}
|
.time {
|
font-size: 30rpx;
|
}
|
.alltime {
|
font-size: 30rpx;
|
color: #e4815b;
|
padding: 0rpx 20rpx;
|
}
|
.xm {
|
display: flex;
|
}
|
.zi {
|
font-size: 34rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
padding-left: 20rpx;
|
}
|
.xm_img {
|
margin-left: 370rpx;
|
margin-top: 30rpx;
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.demand {
|
width: 720rpx;
|
background-color: #fff6e5;
|
font-size: 32rpx;
|
height: 90rpx;
|
line-height: 100rpx;
|
display: flex;
|
}
|
.demand_img {
|
width: 40rpx;
|
height: 40rpx;
|
margin: 26rpx 15rpx;
|
}
|
.h {
|
margin: 28rpx 10rpx;
|
font-weight: 600;
|
margin-right: 580rpx;
|
}
|
.content {
|
width: 720rpx;
|
height: 352rpx;
|
background: #fff;
|
margin: 0rpx 10rpx;
|
border-radius: 3%;
|
}
|
.content_top {
|
height: 130rpx;
|
border-bottom: 1rpx solid #f2f2f2;
|
}
|
.content_cent {
|
display: flex;
|
}
|
.content_left {
|
font-size: 36rpx;
|
margin: 15rpx 20rpx;
|
font-weight: 600;
|
}
|
.content_right {
|
width: 112rpx;
|
height: 43rpx;
|
border-radius: 5%;
|
text-align: center;
|
margin-left: 300rpx;
|
margin-top: 15rpx;
|
font-size: 24rpx;
|
color: #fff;
|
background-color: #fb5241;
|
}
|
.content_bottom {
|
font-size: 25rpx;
|
color: #a5a5a5;
|
margin: 0rpx 20rpx;
|
}
|
.core {
|
display: flex;
|
}
|
.rido {
|
width: 440rpx;
|
height: 68rpx;
|
margin: 24rpx;
|
}
|
.Price {
|
width: 230rpx;
|
height: 68rpx;
|
margin: 20rpx 0rpx;
|
display: flex;
|
line-height: 68rpx;
|
}
|
.Price_img {
|
width: 40rpx;
|
height: 40rpx;
|
margin: 10rpx;
|
margin-right: 40rpx;
|
}
|
.pic {
|
font-size: 26rpx;
|
}
|
.nose {
|
width: 720rpx;
|
height: 260rpx;
|
background: #fff;
|
margin: 0rpx 10rpx;
|
border-radius: 3%;
|
margin-top: 15rpx;
|
}
|
.nose_top {
|
height: 156rpx;
|
border-bottom: 1rpx solid #f2f2f2;
|
}
|
.content_cent {
|
display: flex;
|
}
|
.content_left {
|
font-size: 36rpx;
|
margin: 15rpx 20rpx;
|
font-weight: 600;
|
}
|
.content_right {
|
width: 112rpx;
|
height: 43rpx;
|
border-radius: 5%;
|
text-align: center;
|
margin-left: 300rpx;
|
margin-top: 15rpx;
|
font-size: 24rpx;
|
color: #fff;
|
background-color: #fb5241;
|
}
|
.content_bottom {
|
width: 440rpx;
|
font-size: 25rpx;
|
color: #a5a5a5;
|
margin: 0rpx 20rpx;
|
}
|
.core2 {
|
display: flex;
|
}
|
.rido2 {
|
width: 210rpx;
|
height: 68rpx;
|
margin: 20rpx;
|
}
|
.Price2 {
|
width: 230rpx;
|
height: 68rpx;
|
margin: 20rpx 0rpx;
|
display: flex;
|
line-height: 68rpx;
|
}
|
.Price2_img {
|
width: 40rpx;
|
height: 40rpx;
|
margin-top: 10rpx;
|
margin-right: 280rpx;
|
}
|
.pic2 {
|
font-size: 26rpx;
|
}
|
.activity {
|
background-color: #fff3ea;
|
height: 70rpx;
|
font-size: 25rpx;
|
color: #ff923a;
|
text-align: center;
|
line-height: 60rpx;
|
}
|
.bottom {
|
display: flex;
|
height: 85rpx;
|
}
|
.bottom_btn {
|
margin: 0rpx;
|
width: 160rpx;
|
height: 85rpx;
|
font-size: 25rpx;
|
color: #FFF;
|
background-color: #ff923b;
|
border-radius: 0;
|
}
|
.allList {
|
width: 410rpx;
|
height: 74rpx;
|
margin: 5rpx 20rpx;
|
}
|
.active {
|
height: 36rpx;
|
display: flex;
|
font-size: 25rpx;
|
}
|
.all {
|
line-height: 44rpx;
|
}
|
.allpic {
|
font-size: 16px;
|
color: #f36727;
|
font-weight: 600;
|
}
|
.choice {
|
font-size: 22rpx;
|
margin-top: 6rpx;
|
color: #c9c8c9;
|
}
|