Commit 35fbec8a by LJM

css

parent dd82e9fa
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
border-radius: 10rpx 10rpx 0px 0px; border-radius: 10rpx 10rpx 0px 0px;
.head { .head {
height: 73rpx; height: 73rpx;
border-bottom: 1px solid #f0f0f2;
.title { .title {
font-size: 24rpx; font-size: 24rpx;
color: #484b59; color: #484b59;
...@@ -78,6 +77,7 @@ ...@@ -78,6 +77,7 @@
} }
} }
.tip { .tip {
border-top: 1px solid #f0f0f2;
margin: 24rpx 0; margin: 24rpx 0;
padding: 15rpx 24rpx 15rpx 24rpx; padding: 15rpx 24rpx 15rpx 24rpx;
background: #fff8f2; background: #fff8f2;
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
border-radius: 10rpx 10rpx 0px 0px; border-radius: 10rpx 10rpx 0px 0px;
.head { .head {
height: 73rpx; height: 73rpx;
border-bottom: 1px solid #f0f0f2;
.title { .title {
font-size: 24rpx; font-size: 24rpx;
color: #484b59; color: #484b59;
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
} }
} }
.content { .content {
border-top: 1px solid #f0f0f2;
.box { .box {
padding: 16rpx 0 24rpx 0; padding: 16rpx 0 24rpx 0;
border-bottom: 1px solid #f0f0f2; border-bottom: 1px solid #f0f0f2;
...@@ -307,7 +308,6 @@ ...@@ -307,7 +308,6 @@
border-radius: 10rpx 10rpx 0px 0px; border-radius: 10rpx 10rpx 0px 0px;
.head { .head {
height: 73rpx; height: 73rpx;
border-bottom: 1px solid #f0f0f2;
.title { .title {
font-size: 24rpx; font-size: 24rpx;
color: #484b59; color: #484b59;
...@@ -318,6 +318,7 @@ ...@@ -318,6 +318,7 @@
} }
} }
.content { .content {
border-top: 1px solid #f0f0f2;
padding: 16rpx 0 24rpx 0; padding: 16rpx 0 24rpx 0;
.iconfont { .iconfont {
font-size: 40rpx; font-size: 40rpx;
...@@ -350,7 +351,6 @@ ...@@ -350,7 +351,6 @@
border-radius: 10rpx 10rpx 0px 0px; border-radius: 10rpx 10rpx 0px 0px;
.head { .head {
height: 73rpx; height: 73rpx;
border-bottom: 1px solid #f0f0f2;
.title { .title {
font-size: 24rpx; font-size: 24rpx;
color: #484b59; color: #484b59;
...@@ -361,6 +361,7 @@ ...@@ -361,6 +361,7 @@
} }
} }
.content { .content {
border-top: 1px solid #f0f0f2;
padding: 16rpx 0 24rpx 0; padding: 16rpx 0 24rpx 0;
.box { .box {
margin-bottom: 12rpx; margin-bottom: 12rpx;
...@@ -457,28 +458,65 @@ ...@@ -457,28 +458,65 @@
.t1 { .t1 {
font-size: 24rpx; font-size: 24rpx;
color: #484b59; color: #484b59;
white-space: nowrap;
} }
.t2 { .t2 {
font-size: 32rpx; font-size: 32rpx;
color: #f98119; color: #f98119;
font-weight: 600; font-weight: 600;
} }
.btn1 { .btn {
width: 180rpx; width: 160rpx;
height: 80rpx; height: 80rpx;
margin-right: 24rpx;
&:last-child {
margin-right: 0;
}
}
.btn0 {
background: #f98119;
border-radius: 6rpx;
font-size: 22rpx;
color: #fff;
}
.btn1 {
border-radius: 6rpx;
border: 1px solid #1969f9;
font-size: 22rpx;
color: #1969f9;
}
.btn2 {
border-radius: 6rpx;
border: 1px solid #1969f9;
font-size: 22rpx;
color: #1969f9;
}
.btn3 {
background: #ffffff; background: #ffffff;
border-radius: 10rpx; border-radius: 6rpx;
opacity: 0.54;
border: 1px solid #c6c7cc; border: 1px solid #c6c7cc;
font-size: 28rpx; font-size: 22rpx;
color: #484b59; color: #484b59;
margin-right: 24rpx;
} }
.btn2 { .btn4 {
width: 180rpx; background: #1969f9;
height: 80rpx; border-radius: 6rpx;
background: #f98119; font-size: 22rpx;
border-radius: 10rpx; color: #fff;
font-size: 28rpx; }
.btn5 {
background: #ffffff;
border-radius: 6rpx;
opacity: 0.54;
border: 1px solid #c6c7cc;
font-size: 22rpx;
color: #484b59;
}
.btn6 {
background: #1969f9;
border-radius: 6rpx;
font-size: 22rpx;
color: #fff; color: #fff;
} }
} }
......
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 sign in to comment