able99 4 years ago
parent
commit
180bb5c3ed
5 changed files with 19 additions and 11 deletions
  1. 1 1
      pages/index/login.vue
  2. 1 0
      pagesGood/liveDetail.vue
  3. 5 5
      pagesGood/videoList.vue
  4. 2 1
      pagesMain/aboutUs.vue
  5. 10 4
      pagesMain/paySuccess.vue

+ 1 - 1
pages/index/login.vue

@@ -337,7 +337,7 @@
 			float: left;
 			position: absolute;
 			left: 50%;
-			top: 40px;
+			top: 20%;
 			transform: translateX(-50%);
 		}
 

+ 1 - 0
pagesGood/liveDetail.vue

@@ -386,6 +386,7 @@
 					background: #FFFFFF;
 					box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
 					border-radius: 5px;
+					overflow: hidden;
 					margin: 0 15px 10px 15px;
 					position: relative;
 

+ 5 - 5
pagesGood/videoList.vue

@@ -122,7 +122,7 @@
 			width: 100%;
 			height: 58px;
 			box-sizing: border-box;
-			padding: 2px 12px 1px 12px;
+			padding: 2px 8px 1px 8px;
 		}
 
 		.video-box {
@@ -214,13 +214,13 @@
 			}
 
 			.video-col:nth-child(odd) {
-				margin-left: 15px;
-				margin-right: 3px;
+				margin-left: 16px;
+				margin-right: 2px;
 			}
 
 			.video-col:nth-child(even) {
-				margin-left: 3px;
-				margin-right: 15px;
+				margin-left: 2px;
+				margin-right: 16px;
 			}
 		}
 	}

+ 2 - 1
pagesMain/aboutUs.vue

@@ -1,7 +1,7 @@
 <template>
     <view class="container">
         <view class="logoView">
-            <image mode="aspectFit" :style="{width: windowWidth*0.5, height: windowWidth*0.5}" src="../static/images/loginLogo.png"></image> 
+            <image mode="aspectFit" :style="{width: '90px', height: '90px'}" src="../static/images/loginLogo.png"></image> 
         </view>
         <view class="logoText">千家地</view>
         <view class="copyright">
@@ -30,6 +30,7 @@
 <style lang="less" scoped>
 .container {
     .logoView {
+        margin-top: 20%;
         text-align: center;
         padding: 0 20px;
     }

+ 10 - 4
pagesMain/paySuccess.vue

@@ -105,7 +105,11 @@
 			transform: translateX(-50%);
 
 			.button1 {
-				// background-color: #52A63A;
+				/deep/button {
+					background-color: #56a83a !important;
+					border: none !important;
+				}
+
 				margin-bottom: 12px;
 				float: left;
 				width: 100%;
@@ -113,9 +117,11 @@
 			}
 
 			.button2 {
-				color: #52A63A !important;
-				border-color: #52A63A !important;
-				background-color: #F3F3F3 !important;
+				/deep/button {
+					background-color: #74bd60 !important;
+					border: none !important;
+					color: white !important;
+				}
 				float: left;
 				width: 100%;
 				height: 34px;