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

改用了flex布局

parent 1d64658c
......@@ -8,7 +8,6 @@
.main {
display: flex;
flex-direction: column;
/* justify-content: space-around; */
margin: 53rpx auto;
width: 684rpx;
height: 375rpx;
......@@ -34,7 +33,6 @@
align-items: center;
margin-top: 41rpx;
margin-left: 34rpx;
/* background-color: red; */
}
.main .section view {
......@@ -44,7 +42,6 @@
height: 78rpx;
width: 456rpx;
border-bottom: 1rpx solid #EEEEEE;
/* background-color: red; */
}
.main .section view input {
......@@ -53,9 +50,6 @@
height: 21rpx;
font-size: 22rpx;
font-family: PingFang SC;
/* font-weight: 500; */
/* line-height: 34rpx; */
/* background-color: #2658F7; */
}
.main .section view text {
......@@ -65,7 +59,6 @@
font-family: PingFang SC;
font-weight: 500;
color: #333333;
/* background-color: red; */
}
.main .section text:first-child {
......@@ -76,7 +69,6 @@
font-weight: bold;
color: #333333;
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