79195b42 by jiaozeping@pashanhoo.com

1

1 parent e5b02e46
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 padding: 20px 20px 0 20px; 9 padding: 20px 20px 0 20px;
10 box-sizing: border-box; 10 box-sizing: border-box;
11 background: #FFFFFF; 11 background: #FFFFFF;
12 border-radius: 8px; 12 border-radius: 2px;
13 border: 1px solid #e8edf3; 13 border: 1px solid #e8edf3;
14 } 14 }
15 15
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 padding: 20px; 18 padding: 20px;
19 box-sizing: border-box; 19 box-sizing: border-box;
20 background: #FFFFFF; 20 background: #FFFFFF;
21 border-radius: 8px; 21 border-radius: 2px;
22 margin-top: 10px; 22 margin-top: 10px;
23 border: 1px solid #e8edf3; 23 border: 1px solid #e8edf3;
24 } 24 }
...@@ -32,3 +32,8 @@ ...@@ -32,3 +32,8 @@
32 } 32 }
33 } 33 }
34 } 34 }
35
36
37 .width200px{
38 width: 200px;
39 }
...\ No newline at end of file ...\ No newline at end of file
......