Commit eb245c7e by zhanghaozhe

Merge branch 'intelligent-recommend' into pre

parents a79e0c3c 57538da2
......@@ -87,14 +87,14 @@
.text {
max-width: 85%;
position: relative;
padding: 0 16px;
padding: 13px 16px;
display: inline-block;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
font-size: 16px;
color: #333;
text-align: center;
line-height: 40px;
text-align: left;
line-height: 24px;
}
$angleSize: 8px;
......@@ -127,13 +127,14 @@
.text {
float: right;
margin-right: 15px;
background-color: #0036FF;
background-color:rgba(0, 54, 255, .7);
color: #fff;
&::after {
@include pseudo;
right: -$angleSize;
border-left: $angleSize solid #0036FF;
top: 18px;
border-left: $angleSize solid rgba(0, 54, 255, .7);
}
}
}
......@@ -171,6 +172,7 @@
border-radius: 17px;
font-size: 16px;
color: #fff;
text-align: left;
-webkit-appearance: none;
outline: none;
border: none;
......
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