福田开发

This commit is contained in:
宋伟佳
2021-05-26 11:05:40 +08:00
parent 4db7ae5888
commit e372b36ff5
12 changed files with 1122 additions and 275 deletions
+5 -7
View File
@@ -25,13 +25,11 @@ export default {
<style lang="less" scoped>
.wx-card {
width: 140px;
height: 120px;
border: 2px solid #4091FF;
background: rgba(0, 72, 158, 0.8);
box-shadow: 0px 0px 21px 0px rgba(5, 20, 62, 0.41);
border-radius: 15px;
width: 214px;
line-height: 88px;
text-align: center;
background: rgba(182, 213, 255, 0.22);
margin-left: 10px;
display: flex;
justify-content: center;
align-items: center;
+1 -1
View File
@@ -27,7 +27,7 @@
</div>
<div class="home-input">
<el-input
placeholder="What are you looking for"
placeholder="what are you looking for"
@keyup.native.enter="search"
v-model="checkContent">
</el-input>