Commit acf947fd by liangjianmin

css

parent eff63fd2
...@@ -11,6 +11,18 @@ ...@@ -11,6 +11,18 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-a-juxing11:before {
content: "\e76a";
}
.icon-a-juxing2:before {
content: "\e76b";
}
.icon-juxing1:before {
content: "\e76c";
}
.icon-Chevron1:before { .icon-Chevron1:before {
content: "\e769"; content: "\e769";
} }
......
...@@ -37,10 +37,32 @@ ...@@ -37,10 +37,32 @@
} }
} }
} }
.scm-bar {
border-top: 1px solid #e6edf0;
height: 150rpx;
background: #ffffff;
.box {
flex: 0 0 33.3%;
height: 102rpx;
border-right: 1px solid #e6edf0;
&:last-child {
border-right: none;
}
.iconfont {
font-size: 56rpx;
color: #197adb;
}
.t1 {
margin-top: 16rpx;
font-size: 22rpx;
color: #404547;
}
}
}
.tab { .tab {
padding: 0 24rpx; padding: 0 24rpx;
margin-top: 38rpx; margin-top: 36rpx;
margin-bottom: 38rpx; margin-bottom: 24rpx;
.box { .box {
position: relative; position: relative;
font-size: 26rpx; font-size: 26rpx;
...@@ -54,23 +76,10 @@ ...@@ -54,23 +76,10 @@
.num { .num {
display: block; display: block;
} }
&::after {
position: absolute;
bottom: -18rpx;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
height: 6rpx;
background: #197adb;
border-radius: 3rpx;
content: '';
}
} }
} }
} }
.section { .section {
padding-bottom: 50rpx;
.list { .list {
padding: 0 24rpx; padding: 0 24rpx;
.box { .box {
...@@ -82,6 +91,9 @@ ...@@ -82,6 +91,9 @@
align-items: flex-end; align-items: flex-end;
margin-bottom: 16rpx; margin-bottom: 16rpx;
transition: all 0.2s ease; transition: all 0.2s ease;
&:last-child {
margin-bottom: 0;
}
.base-info { .base-info {
.mb20 { .mb20 {
margin-bottom: 20rpx; margin-bottom: 20rpx;
...@@ -162,28 +174,107 @@ ...@@ -162,28 +174,107 @@
} }
} }
} }
.order-list {
padding: 0 24rpx;
.box {
position: relative;
background: #ffffff;
border-radius: 4rpx;
padding: 24rpx 0 0 24rpx;
margin-bottom: 20rpx;
.status {
position: absolute;
right: 24rpx;
top: 26rpx;
font-size: 26rpx;
color: #197adb;
} }
} .orderNo {
margin-bottom: 18rpx;
.no-data { .arrow {
.hove { width: 12rpx;
height: 12rpx;
border-radius: 50%;
background: #197adb;
}
.t1 {
margin-left: 12rpx;
font-size: 28rpx; font-size: 28rpx;
color: #197adb; color: #1e2021;
}
}
.p1 {
margin-bottom: 16rpx;
.t1 {
font-size: 22rpx;
color: #6e767a;
white-space: nowrap;
}
.t2 {
margin-left: 16rpx;
font-size: 22rpx;
color: #404547;
}
.t3 {
font-size: 22rpx;
color: #1e2021;
margin-left: 16rpx;
font-weight: bold;
}
.flex-av {
flex: 0 0 50%;
}
.ml {
margin-left: 100rpx;
}
&.mb24 {
margin-bottom: 24rpx;
}
}
.bottom {
height: 80rpx;
border-top: 1rpx solid #e6edf0;
.info {
flex: 0 0 50%;
.icon-jinggao3 {
font-size: 32rpx;
color: #9ca8ad;
margin-right: 8rpx;
}
.icon-a-jinggao3 {
font-size: 32rpx;
color: #34bb47;
margin-right: 8rpx;
}
.t1 {
font-size: 24rpx;
color: #1e2021;
font-weight: bold; font-weight: bold;
margin-right: 20rpx;
}
.t2 {
font-size: 22rpx;
color: #6e767a;
}
.t3 {
font-size: 22rpx;
color: #197adb;
margin-left: 20rpx;
}
}
}
}
}
} }
} }
.fadeInRightBig{ .no-data {
animation:fadeInRightBig 0.4s 1; .text{
} font-size: 22rpx;
@keyframes fadeInRightBig { color: #6E767A;
0% {
opacity: 0;
transform: translateX(500px);
} }
.hove {
100% { font-size: 22rpx;
opacity: 1; color: #197adb;
transform: translateX(0);
} }
} }
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
"pages": [{ "pages": [{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarBackgroundColor": "#197ADB", "navigationBarTitleText": "猎芯供应链商务系统"
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
} }
}, { }, {
"path": "pages/question/list", "path": "pages/question/list",
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment