소스 검색

维护赛程编排样式

YY 3 년 전
부모
커밋
5420891a6d
2개의 변경된 파일17개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      pages/modify/index.wxml
  2. 15 3
      pages/modify/index.wxss

+ 2 - 2
pages/modify/index.wxml

@@ -2,11 +2,11 @@
   <view slot="info" class="main" style="height:{{infoHeight}}px;">
     <form catchsubmit="formSubmit" catchreset="formReset">
       <view class="form" style="height:{{infoHeight-140}}px;">
-        <view class="one">
+        <view class="one_1">
           <view class="text">比赛红方logo</view>
           <image class="imgs" src="{{form.red_logo[0].url}}"></image>
         </view>
-        <view class="one">
+        <view class="one_1">
           <view class="text">比赛蓝方logo</view>
           <image class="imgs" src="{{form.blue_logo[0].url}}"></image>
         </view>

+ 15 - 3
pages/modify/index.wxss

@@ -5,6 +5,14 @@
   padding: 20px 0 0 0;
 }
 
+.one_1 {
+  display: flex;
+  justify-content: space-between;
+  border-bottom: 1px solid #dddddd;
+  margin: 0 20px;
+  margin-top: 2%;
+  height: 45px;
+}
 
 .one {
   display: flex;
@@ -17,14 +25,18 @@
 
 .text {
   font-size: 15px;
+  margin: 7px 0 0 0;
 }
-.imgs{
+
+.imgs {
   border-radius: 50%;
-  margin-top: -10px;
+  margin-top: 0px;
   width: 13%;
-  height: 43.58px; 
+  height: 43.58px;
 }
+
 .input {
+  margin: 8px 0 0 0;
   font-size: 14px;
 }