|
@@ -1,28 +1,33 @@
|
|
|
-.adcreative_template{
|
|
|
+.adcreative_template {
|
|
|
width: 100%;
|
|
|
overflow-y: auto;
|
|
|
display: flex;
|
|
|
height: 173px;
|
|
|
- >label{
|
|
|
+
|
|
|
+ >label {
|
|
|
height: 100%;
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
}
|
|
|
-.videoImgs{
|
|
|
+
|
|
|
+.videoImgs {
|
|
|
width: 100%;
|
|
|
overflow-y: auto;
|
|
|
display: flex;
|
|
|
- img{
|
|
|
+
|
|
|
+ img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
- label{
|
|
|
+
|
|
|
+ label {
|
|
|
height: 100%;
|
|
|
padding: 0;
|
|
|
width: 32%;
|
|
|
margin-right: 1%;
|
|
|
}
|
|
|
}
|
|
|
-.adcreative_template_item{
|
|
|
+
|
|
|
+.adcreative_template_item {
|
|
|
width: 150px;
|
|
|
height: 160px;
|
|
|
display: flex;
|
|
@@ -31,9 +36,8 @@
|
|
|
flex-flow: column;
|
|
|
}
|
|
|
|
|
|
-.video{
|
|
|
-
|
|
|
-}
|
|
|
+.video {}
|
|
|
+
|
|
|
.box {
|
|
|
width: 60%;
|
|
|
height: 200px;
|
|
@@ -42,31 +46,37 @@
|
|
|
justify-content: center;
|
|
|
background-color: #f5f7fa;
|
|
|
flex-direction: column;
|
|
|
- color: rgba(0,0,0,.3);
|
|
|
+ color: rgba(0, 0, 0, .3);
|
|
|
border-radius: 5px;
|
|
|
- >p{
|
|
|
+
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
+ >p {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex-flow: column;
|
|
|
font-size: 10px;
|
|
|
cursor: pointer;
|
|
|
max-height: 150px;
|
|
|
- margin-bottom:0;
|
|
|
- img{
|
|
|
+ margin-bottom: 0;
|
|
|
+ max-width: 100%;
|
|
|
+
|
|
|
+ img {
|
|
|
height: 100%;
|
|
|
}
|
|
|
- video{
|
|
|
+
|
|
|
+ video {
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.image_list{
|
|
|
+.image_list {
|
|
|
flex-flow: row wrap;
|
|
|
background-color: transparent;
|
|
|
- height:auto;
|
|
|
+ height: auto;
|
|
|
justify-content: flex-start;
|
|
|
- >p{
|
|
|
+
|
|
|
+ >p {
|
|
|
width: 150px;
|
|
|
background-color: #f5f7fa;
|
|
|
height: 150px;
|
|
@@ -77,11 +87,13 @@
|
|
|
margin: 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.imageMater {
|
|
|
width: 300px;
|
|
|
height: 160px;
|
|
|
}
|
|
|
-.crt{
|
|
|
+
|
|
|
+.crt {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
width: auto;
|
|
@@ -98,7 +110,8 @@
|
|
|
|
|
|
.space {
|
|
|
width: 100%;
|
|
|
+
|
|
|
.clear {
|
|
|
width: 20px;
|
|
|
}
|
|
|
-}
|
|
|
+}
|