Commit 4af264b9 authored by 前端-许冠华's avatar 前端-许冠华

Merge branch 'style-0418' into 'v2-220418'

style: 修改代客下单商品详情展开和收起的样式 See merge request linkseeks-design/pro-platform!344
parents aa1070fe a0b2b9af
......@@ -40,19 +40,30 @@
cursor: pointer;
}
}
.product_promotion_expand {
font-size: 12px;
color: #91959B;
display: flex;
align-items: center;
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0 8px;
height: 24px;
line-height: 24px;
& > span {
margin-right: 4px;
border-radius: 4px;
&:hover {
background-color: #EDEEEF;
}
&:active {
background-color: #F5F6F7;
}
&_icon {
font-size: 10px;
margin-left: 4px;
}
}
}
......
......@@ -40,19 +40,30 @@
}
.product_promotion_expand {
font-size: 12px;
color: #91959B;
display: flex;
align-items: center;
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0 8px;
height: 24px;
line-height: 24px;
& > span {
margin-right: 4px;
border-radius: 4px;
&:hover {
background-color: #EDEEEF;
}
&:active {
background-color: #F5F6F7;
}
&_icon {
font-size: 10px;
margin-left: 4px;
}
}
}
......
......@@ -454,20 +454,31 @@
}
}
.product_promotion_expand {
font-size: 12px;
color: #91959B;
display: flex;
align-items: center;
display: inline-block;
text-align: center;
cursor: pointer;
padding: 0 8px;
height: 24px;
line-height: 24px;
padding-left: 124px;
margin-top: 8px;
& > span {
margin-right: 4px;
border-radius: 4px;
&:hover {
background-color: #EDEEEF;
}
&:active {
background-color: #F5F6F7;
}
&_icon {
font-size: 10px;
margin-left: 4px;
}
}
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