@@ -29,7 +26,7 @@
@@ -118,7 +120,35 @@ export default {
flex: 1;
justify-content: space-between;
li{
- text-align: center;
+ flex: 1;
+ position: relative;
+ &::after{
+ display: block;
+ content: '........................................';
+ width: calc(100% - 65px);
+ height: 20px;
+ line-height: 0;
+ overflow: hidden;
+ position: absolute;
+ color: #eee;
+ font-size: 40px;
+ top: 25px;
+ left: -8px;
+ z-index: 1;
+ }
+ &:first-child{
+ flex: 0;
+ &::after{
+ content: '';
+ }
+ }
+ div{
+ position: relative;
+ z-index: 2;
+ width: 80px;
+ text-align: center;
+ float: right;
+ }
img{
width: 66px;
}
@@ -136,6 +166,9 @@ export default {
b{
color: #FF875B;
}
+ &::after{
+ color: #FFF3ED;
+ }
}
}
}
diff --git a/pages/account/index/order/list/index.vue b/pages/account/index/order/list/index.vue
index 21ffa75..2ff5887 100644
--- a/pages/account/index/order/list/index.vue
+++ b/pages/account/index/order/list/index.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-04 20:47:29
* @LastEditors: ch
- * @LastEditTime: 2022-05-08 21:17:05
+ * @LastEditTime: 2022-05-10 13:16:44
* @Description: file content
-->
@@ -98,9 +98,6 @@ export default {
}
this.orderList = result.records;
this.orderTotal = result.total
- },
- pageChange(){
-
}
}
}
diff --git a/pages/order/submit/index.vue b/pages/order/submit/index.vue
index bebd3a9..111e9f3 100644
--- a/pages/order/submit/index.vue
+++ b/pages/order/submit/index.vue
@@ -2,12 +2,12 @@
* @Author: ch
* @Date: 2022-05-04 17:30:58
* @LastEditors: ch
- * @LastEditTime: 2022-05-10 11:37:51
+ * @LastEditTime: 2022-05-10 12:22:53
* @Description: file content
-->
- 支付方式