Commit 8643bae6 authored by Damon's avatar Damon

选择框顶样式

parent f4ca45fa
......@@ -54,7 +54,7 @@
display: flex;
flex-wrap: wrap;
.txt{
color:#666;
color:#333;
padding:10rpx 30rpx;
margin: 5rpx;
background: #F4F5F7;
......@@ -62,7 +62,8 @@
display: flex;
flex-wrap: wrap;
line-height: 50rpx;
max-width: 48%;
max-width: 48%;
align-items: center;
&.active{
background-color: #2272FF;
color:#fff;
......
......@@ -36,7 +36,7 @@
display: flex;
flex-wrap: wrap;
.txt{
color:#666;
color:#333;
padding:10rpx 30rpx;
margin: 5rpx;
background: #F4F5F7;
......@@ -44,8 +44,8 @@
display: flex;
flex-wrap: wrap;
line-height: 50rpx;
text-align: center;
max-width: 48%;
max-width: 48%;
align-items: center;
&.active{
background-color: #2272FF;
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 to comment