|
|
@@ -58,7 +58,6 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.container {
|
|
|
padding: 0 200px;
|
|
|
-
|
|
|
background: #1a1a1a;
|
|
|
/deep/ .el-input__inner {
|
|
|
background: #1a1a1a;
|
|
|
@@ -110,11 +109,8 @@ export default {
|
|
|
.content {
|
|
|
width: 276px;
|
|
|
height: 416px;
|
|
|
- background: #1c1e26;
|
|
|
.line();
|
|
|
margin-bottom: 32px;
|
|
|
- border: 1px solid;
|
|
|
- border-image: linear-gradient(135deg, rgba(0, 255, 203, 1), rgba(0, 110, 255, 1)) 1 1;
|
|
|
position: relative;
|
|
|
.imgBox {
|
|
|
height: 160px;
|
|
|
@@ -194,7 +190,9 @@ export default {
|
|
|
border: 1px solid;
|
|
|
text-align: center;
|
|
|
line-height: 26px;
|
|
|
- border-image: linear-gradient(135deg, rgba(0, 255, 203, 1), rgba(0, 110, 255, 1)) 1 1;
|
|
|
+ // &::before {
|
|
|
+ // color: red;
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
}
|