|
@@ -165,6 +165,9 @@
|
|
|
width: 120px;
|
|
|
height: auto;
|
|
|
}
|
|
|
+ .cm_ai_mall_header .cm_ai_menu {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
.cm_ai_content{
|
|
|
width: 850px;
|
|
|
height: auto;
|
|
@@ -393,6 +396,111 @@
|
|
|
.cm_ai_container_records{
|
|
|
display: none;
|
|
|
}
|
|
|
+ .cm_ai_h5_records{
|
|
|
+ width: 100%;
|
|
|
+ box-shadow: 1px 0 20px rgba(0,0,0,.02);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 3vw 4vw;
|
|
|
+ position: absolute;
|
|
|
+ flex: 0 0 auto;
|
|
|
+ background-image: linear-gradient(180deg,#f0edf7 .03%,#ebeaf5 32.19%,#e8e8f3 68.86%,#e4eaf7 99.12%);
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_btn{
|
|
|
+ height: 48px;
|
|
|
+ line-height: 16px;
|
|
|
+ cursor: pointer;
|
|
|
+ flex-shrink: 0;
|
|
|
+ padding: 16px 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-bottom: 12px;
|
|
|
+ background-color: rgba(255, 91, 0, 0.05);
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 8px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ color: #ff5b00 !important;
|
|
|
+ opacity: 1 ;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_btn.disabled{
|
|
|
+ cursor: not-allowed;
|
|
|
+ opacity: 0.7 ;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_btn.show:hover{
|
|
|
+ background-color: rgba(255, 91, 0, 0.1);
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_btn .cm_ai_add{
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ display: flex;
|
|
|
+ background: url("/img/base/icon-aiAdd@2x.png") no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ margin-right: 3px;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_list{
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ overflow: hidden;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_item{
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ height: 12vw;
|
|
|
+ padding: 2vw 2.5vw;
|
|
|
+ margin: 1.5vw 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ cursor: pointer;
|
|
|
+ background-color: rgba(255,255,255,0.2);
|
|
|
+ border-radius: 3vw;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_item:hover{
|
|
|
+ border-radius: 9px;
|
|
|
+ background: hsla(0, 0%, 100%, .5);
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_item .content{
|
|
|
+ width: 20vw;
|
|
|
+ font-size: 3.6vw;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 8vw;
|
|
|
+ color: #50525c;
|
|
|
+ display: -webkit-box;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ word-break: break-all;
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_item .time{
|
|
|
+ font-size: 3.2vw;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 8vw;
|
|
|
+ color: #848691;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_user{
|
|
|
+ flex-shrink: 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ height: 72px;
|
|
|
+ padding: 0 22px;
|
|
|
+ font-size: 14px;
|
|
|
+ cursor: pointer;
|
|
|
+ border-top: 1px solid hsla(210, 3%, 87%, .5);
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_user .avatar{
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ border-radius: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ .cm_ai_h5_records .cm_ai_records_user .name{
|
|
|
+ margin-left: 8px;
|
|
|
+ }
|
|
|
.cm_ai_container{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -419,7 +527,7 @@
|
|
|
background-image: linear-gradient(360deg,#f0edf7 .03%,#ebeaf5 32.19%,#e8e8f3 68.86%,#e4eaf7 99.12%);
|
|
|
-webkit-backdrop-filter: blur(20px);
|
|
|
backdrop-filter: blur(20px);
|
|
|
- z-index: 99;
|
|
|
+ z-index: 2;
|
|
|
}
|
|
|
.cm_ai_mall_header .cm_ai_logo{
|
|
|
display: flex;
|
|
@@ -430,11 +538,23 @@
|
|
|
width: 26vw;
|
|
|
height: auto;
|
|
|
}
|
|
|
+ .cm_ai_mall_header .cm_ai_menu{
|
|
|
+ width: 6vw;
|
|
|
+ height: 14vw;
|
|
|
+ box-sizing: border-box;
|
|
|
+ float: right;
|
|
|
+ padding: 4vw 0;
|
|
|
+ }
|
|
|
+ .cm_ai_mall_header .cm_ai_menu img{
|
|
|
+ width: 6vw;
|
|
|
+ height: 6vw;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
.cm_ai_content{
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
background-color: #FFFFFF;
|
|
|
- box-shadow: 0 16px 20px 0 rgba(174,167,223,.2);
|
|
|
+ box-shadow: 0 16px 20px 0 rgba(174,167,223,.4);
|
|
|
border-radius: 9vw;
|
|
|
box-sizing: border-box;
|
|
|
padding:2vw 3vw;
|
|
@@ -616,6 +736,6 @@
|
|
|
text-decoration-color: #666666;
|
|
|
color: #666666;
|
|
|
}
|
|
|
-
|
|
|
+ .el-drawer__header{ display: none !important; }
|
|
|
footer{display: none;}
|
|
|
}
|