Commit 72b7dfd2 authored by 小何程序员's avatar 小何程序员

改用了flex布局

parent 1d64658c
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
.main { .main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
/* justify-content: space-around; */
margin: 53rpx auto; margin: 53rpx auto;
width: 684rpx; width: 684rpx;
height: 375rpx; height: 375rpx;
...@@ -34,7 +33,6 @@ ...@@ -34,7 +33,6 @@
align-items: center; align-items: center;
margin-top: 41rpx; margin-top: 41rpx;
margin-left: 34rpx; margin-left: 34rpx;
/* background-color: red; */
} }
.main .section view { .main .section view {
...@@ -44,7 +42,6 @@ ...@@ -44,7 +42,6 @@
height: 78rpx; height: 78rpx;
width: 456rpx; width: 456rpx;
border-bottom: 1rpx solid #EEEEEE; border-bottom: 1rpx solid #EEEEEE;
/* background-color: red; */
} }
.main .section view input { .main .section view input {
...@@ -53,9 +50,6 @@ ...@@ -53,9 +50,6 @@
height: 21rpx; height: 21rpx;
font-size: 22rpx; font-size: 22rpx;
font-family: PingFang SC; font-family: PingFang SC;
/* font-weight: 500; */
/* line-height: 34rpx; */
/* background-color: #2658F7; */
} }
.main .section view text { .main .section view text {
...@@ -65,7 +59,6 @@ ...@@ -65,7 +59,6 @@
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
/* background-color: red; */
} }
.main .section text:first-child { .main .section text:first-child {
...@@ -76,7 +69,6 @@ ...@@ -76,7 +69,6 @@
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
line-height: 34rpx; line-height: 34rpx;
/* background-color: red; */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment