| 1 |
#item-main-pict .inside { |
| 2 |
padding: 0; |
| 3 |
} |
| 4 |
|
| 5 |
#item-main-pict .uscestabs.ui-tabs .ui-tabs-panel { |
| 6 |
margin: 5px 0 0; |
| 7 |
} |
| 8 |
|
| 9 |
#item-main-pict #uscestabs_item_images { |
| 10 |
display: block; |
| 11 |
position: relative; |
| 12 |
width: 100%; |
| 13 |
margin: 0; |
| 14 |
padding: 0 0 6px 0; |
| 15 |
} |
| 16 |
|
| 17 |
#uscestabs_item_images .wel-item-image-notes { |
| 18 |
display: flex; |
| 19 |
position: absolute; |
| 20 |
z-index: 1; |
| 21 |
top: 50%; |
| 22 |
left: 50%; |
| 23 |
box-sizing: border-box; |
| 24 |
align-items: center; |
| 25 |
width: calc(100% - 20px); |
| 26 |
height: calc(100% - 20px); |
| 27 |
padding: 1.5rem; |
| 28 |
-webkit-transform: translate(-50%, -50%); |
| 29 |
transform: translate(-50%, -50%); |
| 30 |
border: 1px solid #ddd; |
| 31 |
border-radius: 2px; |
| 32 |
background-color: #fff; |
| 33 |
color: #b32d2e; |
| 34 |
filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .4)); |
| 35 |
} |
| 36 |
|
| 37 |
#item-main-pict #uscestabs_item_images .ui-tabs-nav li { |
| 38 |
display: inline-block; |
| 39 |
flex: 1 100%; |
| 40 |
margin: 0; |
| 41 |
font-size: 11px; |
| 42 |
} |
| 43 |
|
| 44 |
#item-main-pict .max-upload-size { |
| 45 |
font-size: 11px; |
| 46 |
} |
| 47 |
|
| 48 |
#item-main-pict #uscestabs_item_upload .drag-drop #drag-drop-area { |
| 49 |
height: 230px; |
| 50 |
} |
| 51 |
|
| 52 |
#item-main-pict li.wel-tab-item-apply { |
| 53 |
border: 1px solid #aaa; |
| 54 |
border-bottom: none; |
| 55 |
} |
| 56 |
|
| 57 |
#item-main-pict li .custom-show-modal { |
| 58 |
width: 98%; |
| 59 |
height: 28px; |
| 60 |
border: none; |
| 61 |
background: #e5e5e5; |
| 62 |
} |
| 63 |
|
| 64 |
#item-main-pict li .custom-show-modal:hover { |
| 65 |
background: #f1f1f1; |
| 66 |
} |
| 67 |
|
| 68 |
#item-main-pict .item-main-pict #item-select-pict { |
| 69 |
width: 270px; |
| 70 |
max-width: 100%; |
| 71 |
min-height: 170px; |
| 72 |
max-height: 270px; |
| 73 |
padding: 0 4px; |
| 74 |
} |
| 75 |
|
| 76 |
#item-main-pict #uscestabs_item_file { |
| 77 |
position: relative; |
| 78 |
height: 270px; |
| 79 |
max-height: 270px; |
| 80 |
} |
| 81 |
|
| 82 |
#item-main-pict #uscestabs_item_file #wrapper_tab_file_item_pict { |
| 83 |
position: relative; |
| 84 |
height: 240px; |
| 85 |
max-height: 240px; |
| 86 |
margin-bottom: 30px; |
| 87 |
overflow-y: auto; |
| 88 |
} |
| 89 |
|
| 90 |
#item-main-pict #uscestabs_item_file .tab_file_item_pict { |
| 91 |
margin: 5px; |
| 92 |
font-size: 13px; |
| 93 |
} |
| 94 |
|
| 95 |
#item-main-pict #uscestabs_item_file .tab_file_item_pict > label { |
| 96 |
cursor: move; |
| 97 |
} |
| 98 |
|
| 99 |
#item-main-pict #uscestabs_item_file .file_action { |
| 100 |
position: absolute; |
| 101 |
bottom: 0; |
| 102 |
left: 70px; |
| 103 |
} |
| 104 |
|
| 105 |
#item-main-pict #uscestabs_item_file .file_action { |
| 106 |
font-size: 13px; |
| 107 |
} |
| 108 |
|
| 109 |
#item-main-pict .file_action .button-primary.wel-item-pict-del { |
| 110 |
border-color: #b32d2e; |
| 111 |
background: #b32d2e; |
| 112 |
} |
| 113 |
|
| 114 |
#item-main-pict .file_action .button-primary:focus { |
| 115 |
border-color: none; |
| 116 |
box-shadow: none; |
| 117 |
} |
| 118 |
|
| 119 |
#item-main-pict li.ui-state-active { |
| 120 |
background: white; |
| 121 |
} |
| 122 |
|
| 123 |
#item-main-pict #wrap_img_icon_loading { |
| 124 |
display: inline-block; |
| 125 |
position: relative; |
| 126 |
width: 20px; |
| 127 |
height: 20px; |
| 128 |
} |
| 129 |
|
| 130 |
#item-main-pict #wrap_img_icon_loading > img { |
| 131 |
position: absolute; |
| 132 |
top: 10px; |
| 133 |
} |
| 134 |
|
| 135 |
#item-main-pict .item-main-pict .subpict { |
| 136 |
width: 51px; |
| 137 |
height: 51px; |
| 138 |
cursor: pointer; |
| 139 |
} |
| 140 |
|
| 141 |
#uscestabs_item_upload .wel-loading-upload { |
| 142 |
background-color: #eee; |
| 143 |
} |
| 144 |
|
| 145 |
#item-main-pict #wel-item-image-loading { |
| 146 |
display: block; |
| 147 |
width: 270px; |
| 148 |
height: 270px; |
| 149 |
} |
| 150 |
|
| 151 |
#item-main-pict #wel-loading-image { |
| 152 |
display: block; |
| 153 |
width: 40px; |
| 154 |
margin: 0 auto; |
| 155 |
padding-top: 105px; |
| 156 |
} |
| 157 |
|
| 158 |
#item-main-pict #wel-tab-file-loading { |
| 159 |
display: block; |
| 160 |
width: 14px; |
| 161 |
margin: 0 auto; |
| 162 |
padding-bottom: 5px; |
| 163 |
} |
| 164 |
|
| 165 |
#item-main-pict .inside { |
| 166 |
display: contents; |
| 167 |
} |
| 168 |
|
| 169 |
#item-main-pict #uscestabs_item_images ul { |
| 170 |
display: inline-flex; |
| 171 |
width: 100%; |
| 172 |
margin: 0 auto; |
| 173 |
padding: 0; |
| 174 |
} |
| 175 |
|
| 176 |
#item-main-pict #uscestabs_item_images ul li a { |
| 177 |
width: 100%; |
| 178 |
padding: .5em 0; |
| 179 |
text-align: center; |
| 180 |
} |
| 181 |
|
| 182 |
#item-main-pict .item-main-pict .clearfix { |
| 183 |
padding: 0 6px 0 6px; |
| 184 |
} |
| 185 |
|
| 186 |
#item-main-pict .item-main-pict .div-item-img-loading { |
| 187 |
opacity: .6; |
| 188 |
} |
| 189 |
|
| 190 |
#item-main-pict .wel_wrap_img { |
| 191 |
position: relative; |
| 192 |
} |
| 193 |
|
| 194 |
#item-main-pict .mask { |
| 195 |
bottom: 0; |
| 196 |
left: 0; |
| 197 |
width: 100%; |
| 198 |
height: 30%; |
| 199 |
margin-top: 5px; |
| 200 |
-webkit-transition: all .6s ease; |
| 201 |
-moz-transition: all .6s ease; |
| 202 |
-o-transition: all .6s ease; |
| 203 |
transition: all .6s ease; |
| 204 |
opacity: 1; |
| 205 |
background-color: rgba(0, 0, 0, .3); |
| 206 |
font-size: 11px; |
| 207 |
} |
| 208 |
|
| 209 |
#item-main-pict .mask .wel-img-item-edit { |
| 210 |
display: flex; |
| 211 |
padding: 2px; |
| 212 |
} |
| 213 |
|
| 214 |
#item-main-pict .mask .wel-img-alt-text { |
| 215 |
padding-top: 3px; |
| 216 |
} |
| 217 |
|
| 218 |
#item-main-pict .mask .wel-img-item-edit label { |
| 219 |
width: 25%; |
| 220 |
color: #fff; |
| 221 |
font-size: 10px; |
| 222 |
line-height: 30px; |
| 223 |
} |
| 224 |
|
| 225 |
#item-main-pict .mask .wel-img-item-edit input, |
| 226 |
#item-main-pict .mask .wel-img-item-edit textarea { |
| 227 |
width: 72%; |
| 228 |
} |
| 229 |
|
| 230 |
|