@@ -99,11 +99,12 @@ export default {
height: 30px;
border-radius: 4px;
border: 1px solid;
- border-image: linear-gradient(135deg, rgba(0, 255, 203, 1), rgba(0, 110, 255, 1)) 1 1;
+ // border-image: linear-gradient(135deg, rgba(0, 255, 203, 1), rgba(0, 110, 255, 1)) 1 1;
line-height: 30px;
text-align: center;
color: #00ffcb;
font-size: 16px;
+ // .line();
margin: 0 30px;
.login1 {
border: 1px solid #939599;
@@ -158,16 +158,23 @@ export default {
}
},
watch: {
- sortStr() {
+ sort() {
+ let sortStr = [];
+ for (let [key, value] of Object.entries(this.sort)) {
+ if (value) {
+ sortStr.push(key + ',' + value);
+ }
+ sortStr = sortStr.join(';');
this.$router
.replace({
query: {
...this.$route.query,
- sort: this.sortStr
+ sort: sortStr
})
.catch(() => {});
- this.page = 1;
+ this.sortStr = sortStr;
this.getData();
@@ -120,7 +120,6 @@ export default {
<style lang="less" scoped>
.container {
padding: 0 200px;
-
background: #1a1a1a;
.search {
@@ -179,6 +178,7 @@ export default {
.content {
width: 276px;
+ height: 416px;
// height: 416px;
.line();
display: inline-block;
@@ -262,7 +262,9 @@ export default {
line-height: 26px;
+ // &::before {
+ // color: red;
+ // }
@@ -6,7 +6,7 @@
<div class="btn">立即探索</div>
</div>
- <div class="card">33222</div>
+ <!-- <div class="card">33222</div> -->
<div class="introduce">
<div class="introduce2">
@@ -211,7 +211,7 @@ export default {
justify-content: center;
padding-bottom: 40px;
&.all1 {
- margin: 0;
+ margin-top: 40px;
.img1 {
width: 32px;
@@ -271,6 +271,7 @@ export default {
align-items: center;
justify-content: space-between;
.box {
width: 580px;
height: 114px;
background: #0f1111;
@@ -61,11 +61,13 @@ export default {
min-height: 1300px;
min-width: 1600px;
+ padding: 0 !important;
.el-footer {
min-width: 1500px;
position: relative;
height: 170px !important;
.footer {
display: flex;
@@ -168,12 +168,9 @@ export default {
.imgBox {
+ .line();
width: 460px;
height: 520px;
- border-radius: 8px;
- // margin-right: 30px;
- border: 2px solid;
.works {