pluginsadmin.css 3.6 KB
Newer Older
D
devil_gong 已提交
1 2 3
/**
 * 列表
 */
G
gongfuxiang 已提交
4
.content ul.am-gallery-bordered {
G
1.3.0  
gongfuxiang 已提交
5 6 7 8
    padding: 0px;
    width: calc(100% + 10px);
    margin-left: -5px;
}
9 10 11 12
.content ul.am-gallery-bordered li .am-gallery-item {
    height: 197px;
}
.content ul.am-gallery-bordered li .icon {
G
1.3.0  
gongfuxiang 已提交
13 14 15
    width: 80px;
    height: 80px;
    border-radius: 10px;
G
gongfuxiang 已提交
16
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,.4);
G
1.3.0  
gongfuxiang 已提交
17
}
18
.content ul.am-gallery-bordered .am-gallery-item {
G
1.3.0  
gongfuxiang 已提交
19 20 21 22
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}
23
.content ul.am-gallery-bordered .am-gallery-item.am-active {
D
Devil 已提交
24 25
    border: 1px solid #ff8a8a !important;
    background: #fff2f2;
G
gongfuxiang 已提交
26
}
27
.content ul.am-gallery-bordered .am-gallery-item:hover {
G
1.3.0  
gongfuxiang 已提交
28 29 30
    border: 1px solid #999;
    box-shadow: 0px 12px 12px -10px rgba(0,0,0,.4);
}
G
gongfuxiang 已提交
31
.content ul.am-gallery-bordered li {
G
1.3.0  
gongfuxiang 已提交
32 33
    position: relative;
}
G
gongfuxiang 已提交
34
.content ul.am-gallery-bordered li .base {
G
1.3.0  
gongfuxiang 已提交
35 36 37 38 39
    position: absolute;
    top: 10px;
    left: 100px;
    width: calc(100% - 112px);
}
G
gongfuxiang 已提交
40
.content ul.am-gallery-bordered li .base h3 {
G
1.3.0  
gongfuxiang 已提交
41 42 43 44
    font-weight: 700;
    color: #333;
    margin: 2px 0px 3px 0px;
}
G
gongfuxiang 已提交
45
.content ul.am-gallery-bordered li .base p {
G
1.3.0  
gongfuxiang 已提交
46 47 48 49 50 51
    line-height: 18px;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
G
gongfuxiang 已提交
52
.content ul.am-gallery-bordered li .base h3, .content ul.am-gallery-bordered li .base p {
G
1.3.0  
gongfuxiang 已提交
53 54 55 56 57
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
58
.content ul.am-gallery-bordered .am-gallery-desc {
G
1.3.0  
gongfuxiang 已提交
59 60 61 62 63
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
D
devil 已提交
64 65 66
    margin: 10px 0;
    height: 36px;
    line-height: 18px;
G
1.3.0  
gongfuxiang 已提交
67
}
G
gongfuxiang 已提交
68
.content ul.am-gallery-bordered li .operation {
G
1.3.0  
gongfuxiang 已提交
69 70 71
    border-top: 1px dashed #eee;
    padding: 10px 0 5px 0;
}
G
gongfuxiang 已提交
72
.content ul.am-gallery-bordered li .am-btn, .content ul.am-gallery-bordered li .am-icon-btn {
G
gongfuxiang 已提交
73 74
    width: 35px;
}
G
gongfuxiang 已提交
75
.content ul.am-gallery-bordered li .submit-state {
G
gongfuxiang 已提交
76 77
    height: 28px;
    border-radius: 2px;
G
gongfuxiang 已提交
78
    font-size: 12px;
D
Devil 已提交
79
    line-height: 24px;
G
gongfuxiang 已提交
80
}
G
gongfuxiang 已提交
81
.content ul.am-gallery-bordered li .submit-state.am-default {
G
gongfuxiang 已提交
82 83
    background-color: #e6e6e6;
}
84 85 86 87 88 89 90
.content ul.am-gallery-bordered li .submit-move {
    cursor: move !important;
}
.content ul.already-install .am-gallery-item.am-active {
    border: 1px solid #f8815d !important;
    background: #fffbf5;
}
D
Devil 已提交
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
.content .middle-divider {
    height: 50px;
    position: relative;
    padding-top: 25px;
}
.content .middle-divider strong {
    position: absolute;
    top: 4px;
    background: #fff;
    padding: 4px 20px;
    left: calc(50% - 83px);
    border: 1px dashed #ccc;
    border-radius: 2px;
}
.content .middle-divider:hover > strong {
    border: 1px dashed #2196F3;
    color: #2196F3;
    background: #eaf6ff;
}
.content .middle-divider:hover > hr {
    border-top: 1px dashed #2196F3;
}
G
1.3.0  
gongfuxiang 已提交
113
@media only screen and (max-width: 641px) {
114 115 116 117
    .content ul.am-gallery-bordered li .am-gallery-item {
        height: 187px;
    }
    .content ul.am-gallery-bordered li .icon {
G
1.3.0  
gongfuxiang 已提交
118 119 120
        width: 65px;
        height: 65px;
    }
G
gongfuxiang 已提交
121
    .content ul.am-gallery-bordered li .base {
G
1.3.0  
gongfuxiang 已提交
122 123 124
        left: 85px;
        width: calc(100% - 97px);
    }
G
gongfuxiang 已提交
125
    .content ul.am-gallery-bordered li .base h3 {
G
1.3.0  
gongfuxiang 已提交
126 127
        margin: 0px;
    }
G
gongfuxiang 已提交
128
    .content ul.am-gallery-bordered li .base p {
G
1.3.0  
gongfuxiang 已提交
129 130
        line-height: 16px;
    }
D
devil_gong 已提交
131 132
}

G
gongfuxiang 已提交
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
/**
 * 删除modal
 */
@media only screen and (min-width: 641px) {
    #plugins-delete-modal .am-modal-bd button.submit-ajax {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 641px) {
    #plugins-delete-modal .am-modal-bd .am-btn {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}