|
|
|
|
|
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 */
|
|
|
/* 水平间距 */
|
|
|
/* 垂直间距 */
|
|
|
/* 透明度 */
|
|
|
/* 文章场景相关 */
|
|
|
.main {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-box-direction: normal;
|
|
|
-webkit-flex-direction: column;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.topImg-btn-bg {
|
|
|
color: #fff;
|
|
|
font-weight: 400;
|
|
|
width: 100%;
|
|
|
left: 0;
|
|
|
font-size: 34rpx;
|
|
|
position: fixed;
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-justify-content: center;
|
|
|
justify-content: center;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
z-index: 4;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.top_view {
|
|
|
background-color: #FF578A;
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
z-index: 9;
|
|
|
top: 0;
|
|
|
}
|
|
|
.top_view .state-h {
|
|
|
width: 100%;
|
|
|
background-color: #FF578A;
|
|
|
}
|
|
|
.top_view .topImg-btn-bg {
|
|
|
background-color: #FF578A;
|
|
|
width: 100%;
|
|
|
height: 88rpx;
|
|
|
}
|
|
|
.myMain {
|
|
|
width: 100%;
|
|
|
margin-top: -240rpx;
|
|
|
}
|
|
|
.myInfo {
|
|
|
width: 100%;
|
|
|
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;
|
|
|
padding: 0 36rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.myInfo image {
|
|
|
width: 112rpx;
|
|
|
height: 112rpx;
|
|
|
border-radius: 50%;
|
|
|
margin-right: 30rpx;
|
|
|
}
|
|
|
.myInfo .title {
|
|
|
font-size: 36rpx;
|
|
|
font-weight: 500;
|
|
|
color: #FFFFFF;
|
|
|
line-height: 36px;
|
|
|
}
|
|
|
.myOrder {
|
|
|
width: 710rpx;
|
|
|
background: rgba(255, 255, 255, 0.92);
|
|
|
border-radius: 16rpx;
|
|
|
margin: 30rpx auto 0 auto;
|
|
|
}
|
|
|
.orderTab {
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 400;
|
|
|
width: 60%;
|
|
|
margin-left: 10rpx;
|
|
|
padding-top: 15rpx;
|
|
|
}
|
|
|
.segmented-control__item--text {
|
|
|
border-color: rgba(255, 255, 255, 0) !important;
|
|
|
}
|
|
|
.segmented-control__text {
|
|
|
color: #666666;
|
|
|
}
|
|
|
.tabCol {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.orderMenu {
|
|
|
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;
|
|
|
width: 100%;
|
|
|
background: #fff;
|
|
|
border-radius: 16rpx;
|
|
|
}
|
|
|
.orderMenu .menuCol {
|
|
|
width: 20%;
|
|
|
font-size: 24rpx;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
padding: 35rpx 0;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.orderMenu .menuCol image {
|
|
|
display: block;
|
|
|
width: 48rpx;
|
|
|
height: 48rpx;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.orderMenu .menuCol text {
|
|
|
display: block;
|
|
|
margin-top: 18rpx;
|
|
|
}
|
|
|
.orderMenu .allOrder {
|
|
|
position: relative;
|
|
|
}
|
|
|
.orderMenu .allOrder text {
|
|
|
color: #FF753E;
|
|
|
}
|
|
|
.orderMenu .allOrder .line {
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
width: 26rpx;
|
|
|
height: 96rpx;
|
|
|
top: 50%;
|
|
|
margin-top: -48rpx;
|
|
|
left: -10%;
|
|
|
}
|
|
|
.serviceBox {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
.serviceBox .serviceCol {
|
|
|
width: 25%;
|
|
|
font-size: 24rpx;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
text-align: center;
|
|
|
padding: 8rpx 0 34rpx 0;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.serviceBox .serviceCol image {
|
|
|
display: block;
|
|
|
width: 48rpx;
|
|
|
height: 48rpx;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.serviceBox .serviceCol text {
|
|
|
display: block;
|
|
|
margin-top: 18rpx;
|
|
|
}
|
|
|
.introBox {
|
|
|
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 {
|
|
|
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 {
|
|
|
width: 310rpx;
|
|
|
border-radius: 8rpx;
|
|
|
padding-bottom: 20rpx;
|
|
|
}
|
|
|
.row_col .imgOuter {
|
|
|
width: 310rpx;
|
|
|
height: 230rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
.row_col .imgOuter image {
|
|
|
width: 310rpx;
|
|
|
height: 230rpx;
|
|
|
border-radius: 8rpx 8rpx 0 0;
|
|
|
}
|
|
|
.row_col .imgOuter .date {
|
|
|
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 {
|
|
|
width: 100%;
|
|
|
font-size: 28rpx;
|
|
|
color: #333;
|
|
|
font-weight: 500;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
padding-top: 20rpx;
|
|
|
}
|
|
|
.row_col .subTit {
|
|
|
width: 100%;
|
|
|
font-size: 22rpx;
|
|
|
color: #333;
|
|
|
font-weight: 400;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
padding-top: 10rpx;
|
|
|
}
|
|
|
.row_col .price {
|
|
|
margin-top: 20rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #999;
|
|
|
}
|
|
|
.row_col .price text {
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 400;
|
|
|
padding-right: 15rpx;
|
|
|
}
|
|
|
|