e823764c by renchao@pashanhoo.com

Merge branch 'dev'

2 parents e6bee497 728ac420
......@@ -276,7 +276,7 @@
color: #495060;
background: #fff;
padding: 0 8px;
font-size: 12px;
font-size: 15px;
margin-left: 5px;
margin-top: 4px;
......
......@@ -73,8 +73,6 @@
.item-list {
padding: 0 20px 0 20px;
li {
cursor: pointer;
line-height: 36px;
......@@ -83,6 +81,7 @@
padding-left: 10px;
border-radius: 2px;
box-sizing: border-box;
font-size: 14px;
border: 1px solid rgb(235, 235, 235);
transition: all 0.3s;
......@@ -190,7 +189,7 @@
justify-content: space-between;
margin-left: 10px;
cursor: pointer;
font-size: 13px;
font-size: 14px;
margin-bottom: 15px;
p:nth-child(2) {
......@@ -207,7 +206,6 @@
width: 100%;
padding: 1px;
padding-left: 30px;
font-size: 13px;
display: flex;
justify-content: center;
flex-direction: column;
......