|
@@ -7,7 +7,7 @@
|
|
|
border-radius: 10px 10px 0px 0px;
|
|
|
padding-bottom: 40px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.btn-common {
|
|
|
width: 100px;
|
|
|
height: 36px;
|
|
@@ -20,7 +20,7 @@
|
|
|
cursor: pointer;
|
|
|
display: block;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.title {
|
|
|
color: #444;
|
|
|
height: 48px;
|
|
@@ -30,7 +30,7 @@
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.temp-item {
|
|
|
background: #F7F7FA;
|
|
|
border-radius: 10px;
|
|
@@ -39,7 +39,7 @@
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-item {
|
|
|
min-width: 260px;
|
|
|
height: 450px;
|
|
@@ -52,7 +52,7 @@
|
|
|
flex-direction: column;
|
|
|
color: #A57FF9;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-item-btn {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
@@ -64,7 +64,7 @@
|
|
|
margin-bottom: 20px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.foreach-item {
|
|
|
width: 260px;
|
|
|
height: 450px;
|
|
@@ -75,12 +75,12 @@
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.temp-item-margin {
|
|
|
margin-left: 18px;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
@@ -92,7 +92,7 @@
|
|
|
border-radius: 4px;
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask-body {
|
|
|
height: 410px;
|
|
|
width: 100%;
|
|
@@ -102,7 +102,7 @@
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.foreach-item-title {
|
|
|
font-size: 14px;
|
|
|
height: 40px;
|
|
@@ -110,68 +110,68 @@
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-title-left {
|
|
|
color: #444;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-title-left:hover {
|
|
|
color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.status-release {
|
|
|
color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.status-cancel {
|
|
|
color: #FF6017;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.status-norelease {
|
|
|
color: #666;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-hover:hover .item-mask {
|
|
|
display: block;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask-item {
|
|
|
margin-bottom: 20px;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask-item:hover {
|
|
|
background: #7438D5;
|
|
|
border-color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask-item img {
|
|
|
margin-right: 12px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask-item:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.item-mask-buy {
|
|
|
background: #7438D5;
|
|
|
border: none;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.temp-item-img {
|
|
|
width: 236px;
|
|
|
/* height: 408px; */
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.temp-item-img img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
border: none;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.temp-item-pla {
|
|
|
color: #444;
|
|
|
padding: 10px 0 12px;
|
|
@@ -180,34 +180,34 @@
|
|
|
width: 236px;
|
|
|
background: #fff;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-dialog {
|
|
|
width: 500px;
|
|
|
/* height: 330px; */
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-dialog__header {
|
|
|
border-radius: 10px 10px 0 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-items {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
height: 46px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-titles {
|
|
|
width: 92px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-btn {
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-btn-1 {
|
|
|
color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.create-btn-2 {
|
|
|
width: 88px;
|
|
|
height: 36px;
|
|
@@ -216,13 +216,13 @@
|
|
|
/* font-size: 14px; */
|
|
|
color: #fff;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.title-btns {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding: 0 22px 20px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.recycle-btn,
|
|
|
.refresh-btn {
|
|
|
width: 88px;
|
|
@@ -234,22 +234,22 @@
|
|
|
border-radius: 4px;
|
|
|
color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.refresh-btn {
|
|
|
margin-right: 20px;
|
|
|
width: 32px;
|
|
|
height: 32px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.refresh-btn i {
|
|
|
animation-duration: 2s;
|
|
|
animation-iteration-count: infinite
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.refresh-btn .refreshAction {
|
|
|
animation-name: go;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
@keyframes go {
|
|
|
0% {
|
|
|
transform: rotateZ(0);
|
|
@@ -258,7 +258,7 @@
|
|
|
transform: rotateZ(360deg);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.recycle-btn {
|
|
|
width: 88px;
|
|
|
color: #444;
|
|
@@ -271,29 +271,29 @@
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.recycle-btn i {
|
|
|
margin-right: 6px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-checkbox__input.is-checked .el-checkbox__inner {
|
|
|
background-color: #7438D5;
|
|
|
border-color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-checkbox__input.is-checked+.el-checkbox__label {
|
|
|
color: #7438D5;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-checkbox {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.display-flex {
|
|
|
display: flex;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.tip {
|
|
|
display: block;
|
|
|
width: 68px;
|
|
@@ -302,18 +302,18 @@
|
|
|
font-size: 13px !important;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-button--primary,
|
|
|
.el-button--primary:hover {
|
|
|
color: #FFF;
|
|
|
background-color: #7438D5 !important;
|
|
|
border-color: #7438D5 !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.el-form-item:last-child {
|
|
|
margin-bottom: 0px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
[v-cloak] {
|
|
|
display: none
|
|
|
}
|