|
@@ -165,16 +165,6 @@
|
|
|
width: 120px;
|
|
|
height: auto;
|
|
|
}
|
|
|
- .cm_ai_mall_header .cm_ai_extra{
|
|
|
- flex: none;
|
|
|
- }
|
|
|
- .cm_ai_mall_header .cm_ai_extra .index{
|
|
|
- color: #1e1f24;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- .cm_ai_mall_header .cm_ai_extra .index:hover{
|
|
|
- color: #ff5b00;
|
|
|
- }
|
|
|
.cm_ai_content{
|
|
|
width: 850px;
|
|
|
height: auto;
|
|
@@ -182,14 +172,10 @@
|
|
|
box-shadow: 0 16px 20px 0 rgba(174,167,223,.2);
|
|
|
border-radius: 16px;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 10px;
|
|
|
+ padding: 16px;
|
|
|
margin:0px auto 20px;
|
|
|
position: relative;
|
|
|
}
|
|
|
- .cm_ai_header{ width: 100%;height: 24px;box-sizing: border-box;justify-content: left;align-items: center;display: inline-flex;}
|
|
|
- .cm_ai_header .cm_ai_icon{ width: 24px;height: 24px;box-sizing: border-box;margin-right: 5px }
|
|
|
- .cm_ai_header .cm_ai_icon img{ width: 24px;height: 24px;display: block; }
|
|
|
- .cm_ai_header .cm_ai_text{line-height: 24px;font-size: 14px;color: #ff5b00;font-weight: 600; }
|
|
|
.cm_ai_content .cm_ai_input{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -338,6 +324,13 @@
|
|
|
color: #333333;
|
|
|
line-height: 60px;
|
|
|
letter-spacing:2px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .cm_ai_answer .cm_ai_html.info h1 .cm_ai_logo{
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
.cm_ai_answer .cm_ai_html.user{
|
|
|
min-height: 50px;
|
|
@@ -437,13 +430,6 @@
|
|
|
width: 26vw;
|
|
|
height: auto;
|
|
|
}
|
|
|
- .cm_ai_mall_header .cm_ai_extra{
|
|
|
- flex: none;
|
|
|
- }
|
|
|
- .cm_ai_mall_header .cm_ai_extra .index{
|
|
|
- color: #1e1f24;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
.cm_ai_content{
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
@@ -455,10 +441,6 @@
|
|
|
margin:3vw 0 8vw;
|
|
|
position: relative;
|
|
|
}
|
|
|
- .cm_ai_header{ width: 100%;height: 24px;box-sizing: border-box;justify-content: left;align-items: center;display: none;}
|
|
|
- .cm_ai_header .cm_ai_icon{ width: 24px;height: 24px;box-sizing: border-box;margin-right: 5px }
|
|
|
- .cm_ai_header .cm_ai_icon img{ width: 24px;height: 24px;display: block; }
|
|
|
- .cm_ai_header .cm_ai_text{line-height: 24px;font-size: 14px;color: #ff5b00;font-weight: 600; }
|
|
|
.cm_ai_content .cm_ai_input{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -590,7 +572,14 @@
|
|
|
color: #333333;
|
|
|
line-height: 14vw;
|
|
|
letter-spacing: 0.3vw;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
+ .cm_ai_answer .cm_ai_html.info h1 .cm_ai_logo{
|
|
|
+ width: 8vw;
|
|
|
+ height: 8vw;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
.cm_ai_answer .cm_ai_html.user{
|
|
|
min-height: 50px;
|
|
|
border-radius: 4vw 4vw 0 4vw;
|