|
@@ -1,4 +1,4 @@
|
|
|
-@color:#1983F6;
|
|
|
+@color: #1983f6;
|
|
|
.con {
|
|
|
.top {
|
|
|
display: flex;
|
|
@@ -12,7 +12,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .ui-button{
|
|
|
+ .ui-button {
|
|
|
font-size: @color;
|
|
|
}
|
|
|
.second-line {
|
|
@@ -20,21 +20,27 @@
|
|
|
display: flex;
|
|
|
// justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- .btn{
|
|
|
+ &.disabled:not(.filter) {
|
|
|
+ button {
|
|
|
+ opacity: 0.5;
|
|
|
+ pointer-events: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .btn {
|
|
|
margin-right: 16px;
|
|
|
- .ui-button{
|
|
|
+ .ui-button {
|
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
|
padding: 0 20px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
border-radius: 4px;
|
|
|
- >span{
|
|
|
+ > span {
|
|
|
display: inline-block;
|
|
|
margin-right: 4px;
|
|
|
}
|
|
|
- &:hover{
|
|
|
- .upload-list{
|
|
|
+ &:hover {
|
|
|
+ .upload-list {
|
|
|
display: block;
|
|
|
}
|
|
|
}
|
|
@@ -53,24 +59,24 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- >.list{
|
|
|
+ > .list {
|
|
|
margin-top: 32px;
|
|
|
position: relative;
|
|
|
- flex:1;
|
|
|
+ flex: 1;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
|
|
|
- .img{
|
|
|
+ .img {
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
cursor: pointer;
|
|
|
- > img{
|
|
|
+ > img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: cover;
|
|
|
- background: #F5F7FA;
|
|
|
+ background: #f5f7fa;
|
|
|
}
|
|
|
}
|
|
|
.img.dirIcon {
|
|
@@ -79,7 +85,7 @@
|
|
|
background: initial;
|
|
|
}
|
|
|
}
|
|
|
- .audio{
|
|
|
+ .audio {
|
|
|
position: relative;
|
|
|
text-align: left;
|
|
|
}
|
|
@@ -121,7 +127,7 @@
|
|
|
font-size: 12px;
|
|
|
color: #646566;
|
|
|
> .parent-name {
|
|
|
- color: #0076F6;
|
|
|
+ color: #0076f6;
|
|
|
text-decoration: underline;
|
|
|
overflow: hidden;
|
|
|
white-space: pre;
|
|
@@ -143,7 +149,7 @@
|
|
|
font-size: 12px;
|
|
|
color: #646566;
|
|
|
> .parent-name {
|
|
|
- color: #0076F6;
|
|
|
+ color: #0076f6;
|
|
|
text-decoration: underline;
|
|
|
overflow: hidden;
|
|
|
white-space: pre;
|
|
@@ -183,10 +189,10 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.handle{
|
|
|
+.handle {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- .iconfont{
|
|
|
+ .iconfont {
|
|
|
cursor: pointer;
|
|
|
margin: 0 7.5px;
|
|
|
color: #202020;
|
|
@@ -195,7 +201,7 @@
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
align-items: center;
|
|
|
- >i{
|
|
|
+ > i {
|
|
|
z-index: 9;
|
|
|
}
|
|
|
&:hover {
|
|
@@ -213,7 +219,7 @@
|
|
|
z-index: 999;
|
|
|
transform: translateX(-50%);
|
|
|
position: absolute;
|
|
|
- &::before{
|
|
|
+ &::before {
|
|
|
border: 10px solid transparent;
|
|
|
border-bottom: 10px solid #fff;
|
|
|
width: 0;
|
|
@@ -229,37 +235,35 @@
|
|
|
line-height: 35px;
|
|
|
height: 35px;
|
|
|
padding-left: 15px;
|
|
|
- text-align: left!important;
|
|
|
+ text-align: left !important;
|
|
|
min-width: 98px;
|
|
|
&:hover {
|
|
|
- background: #EBEBEB;
|
|
|
+ background: #ebebeb;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
.filter > div {
|
|
|
min-width: 290px;
|
|
|
height: 40px;
|
|
|
- border: 1px solid #EBEDF0;
|
|
|
+ border: 1px solid #ebedf0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
border-radius: 20px;
|
|
|
position: relative;
|
|
|
font-size: 14px;
|
|
|
vertical-align: middle;
|
|
|
- background: #F7F8FA;
|
|
|
+ background: #f7f8fa;
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
- color: #C8C9CC;
|
|
|
- &.active{
|
|
|
- border: 1px solid #0076F6;
|
|
|
+ color: #c8c9cc;
|
|
|
+ &.active {
|
|
|
+ border: 1px solid #0076f6;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.filter>div>.search {
|
|
|
+.filter > div > .search {
|
|
|
flex: 0 0 auto;
|
|
|
margin-right: 12px;
|
|
|
font-size: 18px;
|
|
@@ -275,35 +279,38 @@
|
|
|
outline: none;
|
|
|
// 为啥不生效?
|
|
|
&::-webkit-input-placeholder {
|
|
|
- color: #C8C9CC;
|
|
|
+ color: #c8c9cc;
|
|
|
}
|
|
|
- &::-moz-placeholder{ /* Mozilla Firefox 19+ */
|
|
|
- color: #C8C9CC;
|
|
|
+ &::-moz-placeholder {
|
|
|
+ /* Mozilla Firefox 19+ */
|
|
|
+ color: #c8c9cc;
|
|
|
}
|
|
|
- &:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
|
|
|
- color: #C8C9CC;
|
|
|
+ &:-moz-placeholder {
|
|
|
+ /* Mozilla Firefox 4 to 18 */
|
|
|
+ color: #c8c9cc;
|
|
|
}
|
|
|
- &:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
|
|
- color: #C8C9CC;
|
|
|
+ &:-ms-input-placeholder {
|
|
|
+ /* Internet Explorer 10-11 */
|
|
|
+ color: #c8c9cc;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.filter > div >.del{
|
|
|
+.filter > div > .del {
|
|
|
cursor: pointer;
|
|
|
flex: 0 0 auto;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
.submit {
|
|
|
- background-color: #0076F6 !important;
|
|
|
- border: 1px solid #0076F6 !important;
|
|
|
+ background-color: #0076f6 !important;
|
|
|
+ border: 1px solid #0076f6 !important;
|
|
|
}
|
|
|
|
|
|
-.cancel{
|
|
|
- background: #EBEBEB;
|
|
|
+.cancel {
|
|
|
+ background: #ebebeb;
|
|
|
}
|
|
|
|
|
|
-.ui-button-rect{
|
|
|
+.ui-button-rect {
|
|
|
border-radius: 4px !important;
|
|
|
align-items: center;
|
|
|
vertical-align: middle;
|
|
@@ -314,42 +321,43 @@
|
|
|
line-height: 36px;
|
|
|
height: 36px;
|
|
|
text-align: center;
|
|
|
- >i{
|
|
|
+ > i {
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.ui-input{
|
|
|
+.ui-input {
|
|
|
background-color: #fff;
|
|
|
- border: 1px solid rgba(#909090,0.5);
|
|
|
+ border: 1px solid rgba(#909090, 0.5);
|
|
|
color: #909090;
|
|
|
}
|
|
|
|
|
|
-.ma-line{
|
|
|
- background-color: #EBEBEB;
|
|
|
+.ma-line {
|
|
|
+ background-color: #ebebeb;
|
|
|
height: 1px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.panorama{
|
|
|
+.panorama {
|
|
|
padding: 24px 30px;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
+ min-width: 1148px;
|
|
|
}
|
|
|
|
|
|
-.comfirmhover{
|
|
|
- &:hover{
|
|
|
+.comfirmhover {
|
|
|
+ &:hover {
|
|
|
color: @color!important;
|
|
|
}
|
|
|
- &:active{
|
|
|
- color: rgba(255, 255, 255, 0.5)!important;
|
|
|
+ &:active {
|
|
|
+ color: rgba(255, 255, 255, 0.5) !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.cancelhover{
|
|
|
- &:hover{
|
|
|
- color: #FA5555!important;
|
|
|
+.cancelhover {
|
|
|
+ &:hover {
|
|
|
+ color: #fa5555 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -358,11 +366,11 @@
|
|
|
cursor: pointer;
|
|
|
// width: 100px;
|
|
|
height: 36px;
|
|
|
- background: linear-gradient(144deg, #00AEFB 0%, #0076F6 100%);
|
|
|
+ background: linear-gradient(144deg, #00aefb 0%, #0076f6 100%);
|
|
|
border-radius: 22px;
|
|
|
border: none;
|
|
|
font-size: 14px;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
margin-top: 20px;
|
|
|
padding: 0 16px;
|
|
|
}
|
|
@@ -370,5 +378,5 @@
|
|
|
input::placeholder,
|
|
|
textarea::placeholder {
|
|
|
font-size: 14px;
|
|
|
- color: #C8C9CC !important;
|
|
|
-}
|
|
|
+ color: #c8c9cc !important;
|
|
|
+}
|