Quellcode durchsuchen

Merge branch 'sit' of daiyanrong/live-telecast-ui-h5 into master

戴艳蓉 vor 3 Jahren
Ursprung
Commit
b2264404f8

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/app.0f23cbc4.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/app.2aa6fe82.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/chunk-06deea2c.942ae385.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/chunk-1821a3ce.d03d170c.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/chunk-1f3ca194.077bbd17.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/chunk-a60c36f4.54944867.css


BIN
dist/static/js/app.4b9960ba.js.gz


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/app.8c905a9a.js


BIN
dist/static/js/app.8c905a9a.js.gz


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/chunk-06deea2c.306a3306.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/chunk-1f3ca194.c4584a83.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/chunk-a60c36f4.25965d39.js


+ 1 - 66
src/App.vue

@@ -48,6 +48,7 @@ html {
       .live,
       .paddy,
       .liveD,
+      .orderRes,
       .login {
         @include layout-dev;
         background: transparent;
@@ -90,72 +91,6 @@ html {
           border-radius: 8px;
         }
       }
-      // width: 270px;
-      // height: 150px;
-      // .van-dialog__header {
-        // content: "温馨提示";
-      // }
-      // .van-hairline--top.van-dialog__footer {
-      //   // border: 1px solid red;
-      //   margin: 0 auto;
-      //   width: 228px;
-      //   position: relative;
-      //   left: 0;
-      //   top: 0;
-      //   .van-button.van-button--default.van-button--large.van-dialog__cancel {
-      //     box-sizing: border-box;
-      //     margin-right: 4px;
-      //     width: 110px;
-      //     height: 36px;
-      //     padding: 0 0;
-      //     background: #e6e6dc;
-      //     border-radius: 8px;
-      //     .van-button__content {
-      //       span {
-      //         width: 24px;
-      //         height: 11px;
-      //         font-size: 12px;
-      //         font-family: Source Han Sans CN;
-      //         font-weight: 400;
-      //         color: #282826;
-      //         line-height: 11px;
-      //       }
-      //     }
-      //   }
-      //   .van-button.van-button--default.van-button--large.van-dialog__confirm.van-hairline--left {
-      //     box-sizing: border-box;
-      //     margin-left: 4px;
-      //     width: 110px;
-      //     height: 36px;
-      //     padding: 0 0;
-      //     background: #e6e6dc;
-      //     border-radius: 8px;
-      //     .van-button__content {
-      //       span {
-      //         width: 24px;
-      //         height: 11px;
-      //         font-size: 12px;
-      //         font-family: Source Han Sans CN;
-      //         font-weight: 400;
-      //         color: #282826;
-      //         line-height: 11px;
-      //       }
-      //     }
-      //   }
-      // }
-      // .van-dialog__content {
-      //   .van-dialog__message.van-dialog__message--has-title {
-      //     margin: 0 auto;
-      //     content: "您确定要删除该地址吗?";
-      //     width: 140px;
-      //     height: 12.5px;
-      //     font-size: 12px;
-      //     font-family: Source Han Sans CN;
-      //     font-weight: 400;
-      //     color: #999999;
-      //     line-height: 13px;
-      //   }
-      // }
     }
   }
 }

+ 10 - 8
src/views/order/orderRes.vue

@@ -7,7 +7,7 @@
         <svg width="100" height="100">
           <circle
             fill="none"
-            stroke="#F4D022"
+            stroke="#a67e4b"
             stroke-width="5"
             cx="50"
             cy="50"
@@ -17,7 +17,7 @@
           />
           <polyline
             fill="none"
-            stroke="#F4D022"
+            stroke="#a67e4b"
             stroke-width="6"
             points="16.5,53.5 45.25,71 78,34.5"
             stroke-linecap="round"
@@ -27,7 +27,7 @@
         </svg>
       </div>
       <div class="tc" style="margin: -10px 0 30px 0">
-        <p style="color: #959595">恭喜您,下单成功!</p>
+        <p style="color: #a67e4b">恭喜您,下单成功!</p>
       </div>
       <div class="yingdao clear" v-if="ok">
         <van-button
@@ -106,7 +106,7 @@ export default {
 .orderRes {
   width: 100%;
   height: 100%;
-  background: #fafafa;
+  background: #e6e6dc !important;
   .dagou {
     display: flex;
     width: 100%;
@@ -166,14 +166,16 @@ export default {
       &:first-child {
         margin: 0 13% 0 6.5%;
         color: #333;
-        background: linear-gradient(0deg, #f4d022 0%, #f4d022 100%);
+        background: linear-gradient(0deg, #a67e4b, #efc180);
+        // background: linear-gradient(0deg, #f4d022 0%, #f4d022 100%);
         border: 0;
       }
       &:last-child {
         margin: 0 6.5% 0 13%;
-        color: #333;
-        background: #f2f2f2;
-        border: 0px;
+        color: #a67e4b;
+        // background: #f2f2f2;
+        border: 1px solid #a67e4b;
+        background: #e6e6dc;
         // border-color: rgb(255, 131, 39);
         // color: rgb(255, 131, 39);
       }

+ 1 - 0
src/views/paddy/index.vue

@@ -156,6 +156,7 @@ export default {
 <style lang="scss" scoped>
 .paddy {
   overflow: scroll;
+  background: #000;
   background: url("../../assets/images/home/bgImg.png") no-repeat center !important;
   background-size: 100% 100% !important;
   padding: 0 16px !important;

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.