Commit 57538da2 by zhanghaozhe

智能选课

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