|
@@ -17,7 +17,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div v-if="applicationList.length && isShow">
|
|
|
- <div class="introduction-tips">
|
|
|
+ <div class="introduction-tips" style="margin-top: 24px;">
|
|
|
以下推荐应用选您需要使用的应用
|
|
|
</div>
|
|
|
<div>
|
|
@@ -159,6 +159,7 @@ export default {
|
|
|
font-size: 18px;
|
|
|
color: #cfd1d4;
|
|
|
font-style: normal;
|
|
|
+ margin-bottom: 24px;
|
|
|
}
|
|
|
.introduction-tips {
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -166,7 +167,6 @@ export default {
|
|
|
font-size: 14px;
|
|
|
color: #fefefe;
|
|
|
font-style: normal;
|
|
|
- margin-top: 24px;
|
|
|
}
|
|
|
|
|
|
.introduction-search {
|
|
@@ -176,17 +176,17 @@ export default {
|
|
|
background: #2c2c2d;
|
|
|
border-radius: 8px;
|
|
|
border: 1px solid #545660;
|
|
|
- padding: 3px 4px 4px 12px;
|
|
|
+ // padding: 12px 4px 4px 12px;
|
|
|
img {
|
|
|
- margin-top: 8px;
|
|
|
+ margin: 12px 4px 12px 12px;
|
|
|
vertical-align: top;
|
|
|
width: 16px;
|
|
|
}
|
|
|
input {
|
|
|
- margin-top: 8px;
|
|
|
- vertical-align: top;
|
|
|
- height: 17px;
|
|
|
- line-height: 17px;
|
|
|
+ // margin-top: 8px;
|
|
|
+ // vertical-align: top;
|
|
|
+ height: 42px;
|
|
|
+ line-height: 42px;
|
|
|
font-size: 14px;
|
|
|
width: 70%;
|
|
|
color: #ffffff;
|
|
@@ -203,6 +203,7 @@ export default {
|
|
|
float: right;
|
|
|
text-align: center;
|
|
|
border-radius: 8px;
|
|
|
+ margin: 4px 4px 0 0 ;
|
|
|
}
|
|
|
}
|
|
|
|