Commit 69c349a6 by zhanghaozhe

Merge branch 'intelligent-recommend' into dev

parents 63bf9a47 6aa52bbb
......@@ -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);
}
}
}
......@@ -165,12 +166,14 @@
text-align: center;
button {
padding: 9px 30px;
padding: 7px 30px;
box-sizing: border-box;
background: linear-gradient(90deg, rgba(0, 153, 255, 1) 0%, rgba(77, 184, 255, 1) 100%);
border-radius: 17px;
border-radius: 4em;
font-size: 16px;
line-height: 24px;
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