Commit 35fbec8a by LJM

css

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