xujing 5 years ago
parent
commit
9d52f652e7

+ 6
- 4
src/onlineSelling/components/Picker/index.scss View File

1
 .con-item{
1
 .con-item{
2
   display: flex;
2
   display: flex;
3
   justify-content: space-between;
3
   justify-content: space-between;
4
-  margin-bottom: 30px;
5
- 
4
+  border-bottom: 1px solid #dcdcdc;
5
+  line-height: 98px;
6
+  align-items: center;
6
   .title{
7
   .title{
7
     font-size: 33px;
8
     font-size: 33px;
8
     color: #333;
9
     color: #333;
15
     height:48px ;
16
     height:48px ;
16
     line-height: 48px;
17
     line-height: 48px;
17
     padding: 0 16px;
18
     padding: 0 16px;
18
-    border: 1px solid #dcdcdc;
19
     border-radius: 4px;
19
     border-radius: 4px;
20
     .picker{
20
     .picker{
21
-      width: 400px;
21
+      width: 300px;
22
+      height:48px ;
22
     }
23
     }
23
   }
24
   }
24
   .choose{
25
   .choose{
25
    font-size: 24px;
26
    font-size: 24px;
26
    color: #E4A938;
27
    color: #E4A938;
28
+
27
   }
29
   }
28
 }
30
 }
29
 
31
 

+ 1
- 1
src/onlineSelling/pages/records/index.scss View File

68
   width: 100vw;
68
   width: 100vw;
69
   height:100vh;
69
   height:100vh;
70
   background-color: #fff;
70
   background-color: #fff;
71
-  padding: 40px 30px;
71
+  padding: 0 30px;
72
   border-radius:12px;
72
   border-radius:12px;
73
   .con-item{
73
   .con-item{
74
     display: flex;
74
     display: flex;