bhd-components 0.11.13 → 0.11.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.es5.development.css +364 -124
- package/dist/index.esm.es5.development.js +29 -15
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/AIMessageList/components/footer/index.js +15 -7
- package/es2017/AIMessageList/components/footer/index.module.less +3 -0
- package/es2017/AIMessageList/components/virtuosoList/index.js +10 -4
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +407 -165
- package/es2017/AIMessageList/type.d.ts +8 -2
- package/esm/AIMessageList/components/footer/index.js +18 -10
- package/esm/AIMessageList/components/footer/index.module.less +3 -0
- package/esm/AIMessageList/components/virtuosoList/index.js +10 -4
- package/esm/AIMessageList/components/virtuosoList/index.module.less +407 -165
- package/esm/AIMessageList/type.d.ts +8 -2
- package/package.json +1 -1
|
@@ -13917,11 +13917,11 @@ strong {
|
|
|
13917
13917
|
height: 100%;
|
|
13918
13918
|
}
|
|
13919
13919
|
|
|
13920
|
-
.
|
|
13920
|
+
.index_module_virtuosoListWrapper__b9baaf1e {
|
|
13921
13921
|
width: 100%;
|
|
13922
13922
|
height: 100%;
|
|
13923
13923
|
}
|
|
13924
|
-
.
|
|
13924
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingIcon__b9baaf1e {
|
|
13925
13925
|
width: 100%;
|
|
13926
13926
|
display: flex;
|
|
13927
13927
|
align-items: center;
|
|
@@ -13929,55 +13929,55 @@ strong {
|
|
|
13929
13929
|
padding: 16px 0 24px 0;
|
|
13930
13930
|
box-sizing: border-box;
|
|
13931
13931
|
}
|
|
13932
|
-
.
|
|
13932
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingIcon__b9baaf1e > img {
|
|
13933
13933
|
width: 32px;
|
|
13934
13934
|
height: 32px;
|
|
13935
13935
|
}
|
|
13936
|
-
.
|
|
13936
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e {
|
|
13937
13937
|
width: 100%;
|
|
13938
13938
|
padding: 24px 24px 0 24px;
|
|
13939
13939
|
}
|
|
13940
|
-
.
|
|
13940
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e > div {
|
|
13941
13941
|
width: 100%;
|
|
13942
13942
|
margin-bottom: 24px;
|
|
13943
13943
|
}
|
|
13944
|
-
.
|
|
13944
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e > div:last-child {
|
|
13945
13945
|
margin-bottom: 0;
|
|
13946
13946
|
}
|
|
13947
|
-
.
|
|
13947
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e > div .bhd-skeleton {
|
|
13948
13948
|
width: 80%;
|
|
13949
13949
|
}
|
|
13950
|
-
.
|
|
13950
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_left__b9baaf1e {
|
|
13951
13951
|
display: flex;
|
|
13952
13952
|
justify-content: flex-start;
|
|
13953
13953
|
}
|
|
13954
|
-
.
|
|
13954
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_left__b9baaf1e .bhd-skeleton-paragraph {
|
|
13955
13955
|
margin: 0;
|
|
13956
13956
|
}
|
|
13957
|
-
.
|
|
13957
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_left__b9baaf1e .bhd-skeleton-paragraph > li {
|
|
13958
13958
|
width: 100%!important;
|
|
13959
13959
|
height: 20px;
|
|
13960
13960
|
border-radius: 17.5px;
|
|
13961
13961
|
}
|
|
13962
|
-
.
|
|
13962
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_left__b9baaf1e .bhd-skeleton-paragraph > li + li {
|
|
13963
13963
|
margin-top: 8px;
|
|
13964
13964
|
}
|
|
13965
|
-
.
|
|
13965
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_right__b9baaf1e {
|
|
13966
13966
|
display: flex;
|
|
13967
13967
|
justify-content: flex-end;
|
|
13968
13968
|
}
|
|
13969
|
-
.
|
|
13969
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_right__b9baaf1e .bhd-skeleton-paragraph {
|
|
13970
13970
|
margin: 0;
|
|
13971
13971
|
}
|
|
13972
|
-
.
|
|
13972
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_right__b9baaf1e .bhd-skeleton-paragraph > li {
|
|
13973
13973
|
width: 100%!important;
|
|
13974
13974
|
height: 66px;
|
|
13975
13975
|
border-radius: 20px 2px 20px 20px;
|
|
13976
13976
|
}
|
|
13977
|
-
.
|
|
13977
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_loadingInit__b9baaf1e .index_module_loadingInit_right__b9baaf1e .bhd-skeleton-paragraph > li + li {
|
|
13978
13978
|
margin-top: 8px;
|
|
13979
13979
|
}
|
|
13980
|
-
.
|
|
13980
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgDate__b9baaf1e {
|
|
13981
13981
|
width: 100%;
|
|
13982
13982
|
display: flex;
|
|
13983
13983
|
align-items: center;
|
|
@@ -13988,44 +13988,41 @@ strong {
|
|
|
13988
13988
|
font-size: 14px;
|
|
13989
13989
|
color: rgba(0, 0, 0, 0.25);
|
|
13990
13990
|
}
|
|
13991
|
-
.
|
|
13991
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgDate__b9baaf1e:before {
|
|
13992
13992
|
content: "";
|
|
13993
13993
|
display: block;
|
|
13994
13994
|
width: 100px;
|
|
13995
13995
|
height: 1px;
|
|
13996
13996
|
background: #ebebeb;
|
|
13997
13997
|
}
|
|
13998
|
-
.
|
|
13998
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgDate__b9baaf1e:after {
|
|
13999
13999
|
content: "";
|
|
14000
14000
|
display: block;
|
|
14001
14001
|
width: 100px;
|
|
14002
14002
|
height: 1px;
|
|
14003
14003
|
background: #ebebeb;
|
|
14004
14004
|
}
|
|
14005
|
-
.
|
|
14005
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e {
|
|
14006
14006
|
width: 100%;
|
|
14007
14007
|
padding: 0px 16px;
|
|
14008
14008
|
padding-top: 0;
|
|
14009
14009
|
box-sizing: border-box;
|
|
14010
14010
|
display: flex;
|
|
14011
14011
|
}
|
|
14012
|
-
.
|
|
14012
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e {
|
|
14013
14013
|
max-width: 80%;
|
|
14014
14014
|
font-size: 14px;
|
|
14015
14015
|
color: rgba(0, 0, 0, 0.65);
|
|
14016
14016
|
display: flex;
|
|
14017
14017
|
flex-direction: column;
|
|
14018
14018
|
}
|
|
14019
|
-
.
|
|
14019
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e {
|
|
14020
14020
|
position: relative;
|
|
14021
14021
|
width: -moz-fit-content;
|
|
14022
14022
|
width: fit-content;
|
|
14023
14023
|
max-width: 100%;
|
|
14024
14024
|
}
|
|
14025
|
-
.
|
|
14026
|
-
padding: 12px 16px;
|
|
14027
|
-
}
|
|
14028
|
-
.index_module_virtuosoListWrapper__96678851 .index_module_msgItem__96678851 .index_module_msgItemBox__96678851 .index_module_msgItemContent__96678851 .index_module_msgItemText__96678851 .index_module_copyCode__96678851 {
|
|
14025
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e {
|
|
14029
14026
|
display: flex;
|
|
14030
14027
|
justify-content: flex-end;
|
|
14031
14028
|
align-items: center;
|
|
@@ -14043,59 +14040,91 @@ strong {
|
|
|
14043
14040
|
font-weight: 400;
|
|
14044
14041
|
top: 6px;
|
|
14045
14042
|
}
|
|
14046
|
-
.
|
|
14043
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e.index_module_copyCodeFun__b9baaf1e {
|
|
14047
14044
|
display: flex;
|
|
14048
14045
|
}
|
|
14049
|
-
.
|
|
14046
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e .index_module_copyCodeText__b9baaf1e {
|
|
14050
14047
|
line-height: 1;
|
|
14051
14048
|
}
|
|
14052
|
-
.
|
|
14049
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e .index_module_icon__b9baaf1e {
|
|
14053
14050
|
display: none;
|
|
14054
14051
|
margin-right: 8px;
|
|
14055
14052
|
color: rgba(0, 0, 0, 0.65);
|
|
14056
14053
|
font-size: 14px;
|
|
14057
14054
|
}
|
|
14058
|
-
.
|
|
14055
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e .index_module_icon__b9baaf1e.index_module_copy__b9baaf1e {
|
|
14059
14056
|
display: flex;
|
|
14060
14057
|
}
|
|
14061
|
-
.
|
|
14058
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e.index_module_copy_success__b9baaf1e .index_module_copyCode__b9baaf1e {
|
|
14062
14059
|
color: #f4523b;
|
|
14063
14060
|
}
|
|
14064
|
-
.
|
|
14061
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e.index_module_copy_success__b9baaf1e .index_module_copy__b9baaf1e {
|
|
14065
14062
|
display: none;
|
|
14066
14063
|
}
|
|
14067
|
-
.
|
|
14064
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e.index_module_copy_success__b9baaf1e .index_module_copy_success_flag__b9baaf1e {
|
|
14068
14065
|
display: inline-block;
|
|
14069
14066
|
color: #f4523b;
|
|
14070
14067
|
}
|
|
14071
|
-
.
|
|
14068
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_copyCode__b9baaf1e.index_module_copy_success__b9baaf1e .index_module_copyCodeText__b9baaf1e {
|
|
14072
14069
|
color: #f4523b;
|
|
14073
14070
|
}
|
|
14074
|
-
.
|
|
14075
|
-
|
|
14076
|
-
|
|
14077
|
-
|
|
14078
|
-
|
|
14079
|
-
|
|
14080
|
-
|
|
14071
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemFile__b9baaf1e {
|
|
14072
|
+
display: flex;
|
|
14073
|
+
align-items: center;
|
|
14074
|
+
padding: 8px 12px;
|
|
14075
|
+
background: #fafafa;
|
|
14076
|
+
border-radius: 8px;
|
|
14077
|
+
border: 1px solid #ebebeb;
|
|
14078
|
+
gap: 12px;
|
|
14079
|
+
min-width: 216px;
|
|
14080
|
+
}
|
|
14081
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemFile__b9baaf1e .index_module_msgItemFileLeft__b9baaf1e {
|
|
14082
|
+
font-size: 24px;
|
|
14083
|
+
display: flex;
|
|
14084
|
+
justify-content: center;
|
|
14085
|
+
align-items: center;
|
|
14086
|
+
padding: 0;
|
|
14087
|
+
margin: 0;
|
|
14088
|
+
}
|
|
14089
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemFile__b9baaf1e .index_module_msgItemFileLeft__b9baaf1e > i {
|
|
14090
|
+
display: flex;
|
|
14091
|
+
font-size: 24px;
|
|
14092
|
+
}
|
|
14093
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemFile__b9baaf1e .index_module_msgItemFileRight__b9baaf1e {
|
|
14094
|
+
font-size: 14px;
|
|
14095
|
+
font-weight: 400;
|
|
14096
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14097
|
+
margin: 0;
|
|
14098
|
+
padding: 0;
|
|
14099
|
+
}
|
|
14100
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e {
|
|
14101
|
+
padding: 12px 16px;
|
|
14102
|
+
}
|
|
14103
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e h1,
|
|
14104
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e h2,
|
|
14105
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e h3,
|
|
14106
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e h4,
|
|
14107
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e h5,
|
|
14108
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e h6,
|
|
14109
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e strong {
|
|
14081
14110
|
color: rgba(0, 0, 0, 0.85);
|
|
14082
14111
|
font-weight: 600;
|
|
14083
14112
|
}
|
|
14084
|
-
.
|
|
14113
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e pre::-webkit-scrollbar {
|
|
14085
14114
|
background-color: #eaedf1;
|
|
14086
14115
|
background-color: transparent;
|
|
14087
14116
|
width: 4px;
|
|
14088
14117
|
height: 4px;
|
|
14089
14118
|
}
|
|
14090
|
-
.
|
|
14119
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e pre::-webkit-scrollbar-thumb {
|
|
14091
14120
|
border-radius: 4px;
|
|
14092
14121
|
background-color: rgba(0, 0, 0, 0.25);
|
|
14093
14122
|
}
|
|
14094
|
-
.
|
|
14123
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e p {
|
|
14095
14124
|
word-break: break-all;
|
|
14096
14125
|
white-space: break-spaces;
|
|
14097
14126
|
}
|
|
14098
|
-
.
|
|
14127
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e blockquote {
|
|
14099
14128
|
background: transparent;
|
|
14100
14129
|
border: 0;
|
|
14101
14130
|
font-size: 100%;
|
|
@@ -14104,54 +14133,54 @@ strong {
|
|
|
14104
14133
|
padding: 0;
|
|
14105
14134
|
vertical-align: baseline;
|
|
14106
14135
|
}
|
|
14107
|
-
.
|
|
14108
|
-
.
|
|
14136
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e p,
|
|
14137
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e li {
|
|
14109
14138
|
line-height: 1.5;
|
|
14110
14139
|
color: rgba(0, 0, 0, 0.85);
|
|
14111
14140
|
}
|
|
14112
|
-
.
|
|
14141
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e li {
|
|
14113
14142
|
margin-top: 8px;
|
|
14114
14143
|
}
|
|
14115
|
-
.
|
|
14144
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e li:first-child {
|
|
14116
14145
|
margin-top: 0;
|
|
14117
14146
|
}
|
|
14118
|
-
.
|
|
14147
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol {
|
|
14119
14148
|
list-style: decimal;
|
|
14120
14149
|
padding-inline-start: 20px;
|
|
14121
14150
|
}
|
|
14122
|
-
.
|
|
14151
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li {
|
|
14123
14152
|
list-style-type: auto;
|
|
14124
14153
|
}
|
|
14125
|
-
.
|
|
14154
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li p {
|
|
14126
14155
|
font-size: 14px;
|
|
14127
14156
|
font-weight: 600;
|
|
14128
14157
|
}
|
|
14129
|
-
.
|
|
14158
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li > ul li {
|
|
14130
14159
|
list-style: inside;
|
|
14131
14160
|
color: rgba(0, 0, 0, 0.85);
|
|
14132
14161
|
}
|
|
14133
|
-
.
|
|
14162
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li > ul li::marker {
|
|
14134
14163
|
color: #d9d9d9;
|
|
14135
14164
|
}
|
|
14136
|
-
.
|
|
14165
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li > ul li:first-child {
|
|
14137
14166
|
padding-top: 8px;
|
|
14138
14167
|
}
|
|
14139
|
-
.
|
|
14168
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li > ol li::marker {
|
|
14140
14169
|
color: rgba(0, 0, 0, 0.45);
|
|
14141
14170
|
}
|
|
14142
|
-
.
|
|
14171
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol li > ol li:first-child {
|
|
14143
14172
|
padding-top: 8px;
|
|
14144
14173
|
}
|
|
14145
|
-
.
|
|
14174
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e ol > li:last-of-type pre {
|
|
14146
14175
|
margin-bottom: 0;
|
|
14147
14176
|
}
|
|
14148
|
-
.
|
|
14177
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e hr {
|
|
14149
14178
|
height: 0;
|
|
14150
14179
|
padding: 0;
|
|
14151
14180
|
margin: 0;
|
|
14152
14181
|
border: none;
|
|
14153
14182
|
}
|
|
14154
|
-
.
|
|
14183
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e table {
|
|
14155
14184
|
width: 100%;
|
|
14156
14185
|
padding: 0;
|
|
14157
14186
|
margin: 8px 0;
|
|
@@ -14159,21 +14188,21 @@ strong {
|
|
|
14159
14188
|
border-top: 1px solid #dfe6ec;
|
|
14160
14189
|
border-left: 1px solid #dfe6ec;
|
|
14161
14190
|
}
|
|
14162
|
-
.
|
|
14191
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e table thead tr th {
|
|
14163
14192
|
background-color: #f8f8f9;
|
|
14164
14193
|
padding: 8px;
|
|
14165
14194
|
text-align: center;
|
|
14166
14195
|
border-bottom: 1px solid #dfe6ec;
|
|
14167
14196
|
border-right: 1px solid #dfe6ec;
|
|
14168
14197
|
}
|
|
14169
|
-
.
|
|
14198
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e table tbody tr td {
|
|
14170
14199
|
padding: 8px;
|
|
14171
14200
|
line-height: 21px;
|
|
14172
14201
|
height: 37px;
|
|
14173
14202
|
border-bottom: 1px solid #dfe6ec;
|
|
14174
14203
|
border-right: 1px solid #dfe6ec;
|
|
14175
14204
|
}
|
|
14176
|
-
.
|
|
14205
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e pre {
|
|
14177
14206
|
background: #fafafa;
|
|
14178
14207
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
14179
14208
|
border-top: none;
|
|
@@ -14183,66 +14212,271 @@ strong {
|
|
|
14183
14212
|
margin-bottom: 8px;
|
|
14184
14213
|
border-radius: 0 0 4px 4px;
|
|
14185
14214
|
}
|
|
14186
|
-
.
|
|
14215
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > h3 {
|
|
14187
14216
|
font-size: 16px;
|
|
14188
14217
|
font-weight: 600;
|
|
14189
14218
|
padding: 10px 0;
|
|
14190
14219
|
}
|
|
14191
|
-
.
|
|
14220
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > *:not(pre) {
|
|
14192
14221
|
padding-top: 8px;
|
|
14193
14222
|
padding-bottom: 8px;
|
|
14194
14223
|
}
|
|
14195
|
-
.
|
|
14224
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > *:not(pre):first-child {
|
|
14196
14225
|
padding-top: 0;
|
|
14197
14226
|
}
|
|
14198
|
-
.
|
|
14227
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > *:not(pre):last-child {
|
|
14199
14228
|
padding-bottom: 0;
|
|
14200
14229
|
}
|
|
14201
|
-
.
|
|
14202
|
-
.
|
|
14230
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > h3,
|
|
14231
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > h4 {
|
|
14203
14232
|
padding-top: 8px;
|
|
14204
14233
|
padding-bottom: 4px;
|
|
14205
14234
|
}
|
|
14206
|
-
.
|
|
14235
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > p + p {
|
|
14207
14236
|
padding-top: 4px;
|
|
14208
14237
|
padding-bottom: 4px;
|
|
14209
14238
|
}
|
|
14210
|
-
.
|
|
14239
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > pre:last-of-type {
|
|
14211
14240
|
margin-bottom: 0;
|
|
14212
14241
|
}
|
|
14213
|
-
.
|
|
14242
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemText__b9baaf1e .index_module_msgItemRichText__b9baaf1e > pre:last-of-type + * {
|
|
14214
14243
|
margin-top: 8px;
|
|
14215
14244
|
}
|
|
14216
|
-
.
|
|
14217
|
-
|
|
14218
|
-
align-items: center;
|
|
14219
|
-
padding: 8px 12px;
|
|
14220
|
-
background: #fafafa;
|
|
14221
|
-
border-radius: 8px;
|
|
14222
|
-
border: 1px solid #ebebeb;
|
|
14223
|
-
gap: 12px;
|
|
14224
|
-
min-width: 216px;
|
|
14245
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e {
|
|
14246
|
+
color: #1f2a28;
|
|
14225
14247
|
}
|
|
14226
|
-
.
|
|
14227
|
-
font-size:
|
|
14228
|
-
|
|
14229
|
-
|
|
14230
|
-
|
|
14231
|
-
|
|
14232
|
-
|
|
14248
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e {
|
|
14249
|
+
font-size: 13.5px;
|
|
14250
|
+
line-height: 1.88;
|
|
14251
|
+
color: #1f2a28;
|
|
14252
|
+
white-space: normal;
|
|
14253
|
+
word-break: break-all;
|
|
14254
|
+
/*
|
|
14255
|
+
* AI 内容排版系统
|
|
14256
|
+
* 规则:所有间距只用 margin-top,margin-bottom 统一为 0
|
|
14257
|
+
* 层级:H2(22px) > H3(16px) > 段落/列表(10px) > 紧跟标签后内容(5px)
|
|
14258
|
+
*/
|
|
14259
|
+
/* 统一重置:所有直接子元素默认上间距 10px,无下间距 */
|
|
14260
|
+
}
|
|
14261
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e > * {
|
|
14262
|
+
margin-top: 10px;
|
|
14263
|
+
margin-bottom: 0;
|
|
14233
14264
|
}
|
|
14234
|
-
.
|
|
14235
|
-
|
|
14236
|
-
font-size: 24px;
|
|
14265
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e > *:first-child {
|
|
14266
|
+
margin-top: 0;
|
|
14237
14267
|
}
|
|
14238
|
-
.
|
|
14239
|
-
|
|
14240
|
-
|
|
14241
|
-
|
|
14268
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e {
|
|
14269
|
+
--primary: #69c89e;
|
|
14270
|
+
--primary-light: #eef8f3;
|
|
14271
|
+
--primary-deep: #48b385;
|
|
14272
|
+
--primary-soft: #f4fbf7;
|
|
14273
|
+
--bg: linear-gradient(180deg, #f7faf7 0%, #eff7f2 100%);
|
|
14274
|
+
--card: rgba(255, 255, 255, 0.92);
|
|
14275
|
+
--text: #1f2a28;
|
|
14276
|
+
--text-light: #7f9089;
|
|
14277
|
+
--border: rgba(124, 177, 151, 0.14);
|
|
14278
|
+
--shadow: 0 18px 40px rgba(115, 150, 127, 0.08);
|
|
14279
|
+
--sidebar-w: 74px;
|
|
14280
|
+
--chat-w: 430px;
|
|
14281
|
+
--chat-collapsed-w: 64px;
|
|
14282
|
+
/* H2:大段落标题,上方留足够空间表示新章节 */
|
|
14283
|
+
/* H3:分类标签,带左侧标记条 */
|
|
14284
|
+
/* H4:段内小标题,加粗正文 */
|
|
14285
|
+
/* H2 紧跟 H3:副标题关系 */
|
|
14286
|
+
/* H3/H2 之后的内容:紧贴标签,5px 即可 */
|
|
14287
|
+
/* 段落 */
|
|
14288
|
+
/* 列表 */
|
|
14289
|
+
/* 嵌套列表 */
|
|
14290
|
+
/* 内联强调 */
|
|
14291
|
+
/* 分隔线:两侧均等留白 */
|
|
14292
|
+
/* 引用/重点提示:左侧竖线 + 浅底 */
|
|
14293
|
+
/* 表格 */
|
|
14294
|
+
/* 代码块 */
|
|
14295
|
+
/* 操作按钮组:固定在内容末尾,与上方内容保持明显间距 */
|
|
14296
|
+
}
|
|
14297
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e * {
|
|
14242
14298
|
margin: 0;
|
|
14243
14299
|
padding: 0;
|
|
14244
14300
|
}
|
|
14245
|
-
.
|
|
14301
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h2 {
|
|
14302
|
+
font-size: 15.5px;
|
|
14303
|
+
font-weight: 800;
|
|
14304
|
+
line-height: 1.35;
|
|
14305
|
+
letter-spacing: -0.02em;
|
|
14306
|
+
color: var(--text);
|
|
14307
|
+
margin-top: 24px;
|
|
14308
|
+
padding-top: 16px;
|
|
14309
|
+
border-top: 1px solid rgba(120, 161, 138, 0.08);
|
|
14310
|
+
}
|
|
14311
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h2:first-child {
|
|
14312
|
+
margin-top: 0;
|
|
14313
|
+
padding-top: 0;
|
|
14314
|
+
border-top: none;
|
|
14315
|
+
}
|
|
14316
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h3 {
|
|
14317
|
+
font-size: 13px;
|
|
14318
|
+
font-weight: 700;
|
|
14319
|
+
letter-spacing: 0.01em;
|
|
14320
|
+
color: var(--primary-deep);
|
|
14321
|
+
margin-top: 18px;
|
|
14322
|
+
padding-left: 10px;
|
|
14323
|
+
border-left: 3px solid var(--primary);
|
|
14324
|
+
}
|
|
14325
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h3:first-child {
|
|
14326
|
+
margin-top: 0;
|
|
14327
|
+
}
|
|
14328
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h4 {
|
|
14329
|
+
font-size: 13.5px;
|
|
14330
|
+
font-weight: 700;
|
|
14331
|
+
color: var(--text);
|
|
14332
|
+
margin-top: 14px;
|
|
14333
|
+
}
|
|
14334
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h4:first-child {
|
|
14335
|
+
margin-top: 0;
|
|
14336
|
+
}
|
|
14337
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h2 + h3 {
|
|
14338
|
+
margin-top: 8px;
|
|
14339
|
+
}
|
|
14340
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h3 + h4 {
|
|
14341
|
+
margin-top: 6px;
|
|
14342
|
+
}
|
|
14343
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h3 + p,
|
|
14344
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h3 + ul,
|
|
14345
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h3 + ol {
|
|
14346
|
+
margin-top: 5px;
|
|
14347
|
+
}
|
|
14348
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h2 + p,
|
|
14349
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h2 + ul,
|
|
14350
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h2 + ol {
|
|
14351
|
+
margin-top: 7px;
|
|
14352
|
+
}
|
|
14353
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h4 + p,
|
|
14354
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h4 + ul,
|
|
14355
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e h4 + ol {
|
|
14356
|
+
margin-top: 4px;
|
|
14357
|
+
}
|
|
14358
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e p {
|
|
14359
|
+
line-height: 1.88;
|
|
14360
|
+
}
|
|
14361
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e ul {
|
|
14362
|
+
padding-left: 20px;
|
|
14363
|
+
list-style: disc;
|
|
14364
|
+
}
|
|
14365
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e ol {
|
|
14366
|
+
padding-left: 24px;
|
|
14367
|
+
list-style: decimal;
|
|
14368
|
+
counter-reset: none;
|
|
14369
|
+
}
|
|
14370
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e li {
|
|
14371
|
+
margin-top: 6px;
|
|
14372
|
+
line-height: 1.82;
|
|
14373
|
+
}
|
|
14374
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e li:first-child {
|
|
14375
|
+
margin-top: 0;
|
|
14376
|
+
}
|
|
14377
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e li::marker {
|
|
14378
|
+
color: var(--primary-deep);
|
|
14379
|
+
font-weight: 600;
|
|
14380
|
+
}
|
|
14381
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e li > ul,
|
|
14382
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e li > ol {
|
|
14383
|
+
margin-top: 4px;
|
|
14384
|
+
}
|
|
14385
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e ol ol {
|
|
14386
|
+
list-style: lower-alpha;
|
|
14387
|
+
}
|
|
14388
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e ul ul {
|
|
14389
|
+
list-style: circle;
|
|
14390
|
+
}
|
|
14391
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e strong {
|
|
14392
|
+
font-weight: 700;
|
|
14393
|
+
color: var(--text);
|
|
14394
|
+
}
|
|
14395
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e mark {
|
|
14396
|
+
background: #e3f7ee;
|
|
14397
|
+
color: #2a9962;
|
|
14398
|
+
padding: 1px 6px;
|
|
14399
|
+
border-radius: 4px;
|
|
14400
|
+
font-weight: 600;
|
|
14401
|
+
font-style: normal;
|
|
14402
|
+
font-size: 0.95em;
|
|
14403
|
+
}
|
|
14404
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e hr {
|
|
14405
|
+
border: none;
|
|
14406
|
+
border-top: 1px solid rgba(120, 161, 138, 0.11);
|
|
14407
|
+
margin-top: 16px;
|
|
14408
|
+
}
|
|
14409
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e hr + * {
|
|
14410
|
+
margin-top: 14px;
|
|
14411
|
+
border-top: none;
|
|
14412
|
+
padding-top: 0;
|
|
14413
|
+
}
|
|
14414
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e blockquote {
|
|
14415
|
+
background: rgba(0, 125, 101, 0.05);
|
|
14416
|
+
border-left: 2px solid var(--primary);
|
|
14417
|
+
padding: 10px 14px;
|
|
14418
|
+
border-radius: 0 8px 8px 0;
|
|
14419
|
+
margin-top: 12px;
|
|
14420
|
+
font-size: 13.5px;
|
|
14421
|
+
line-height: 1.82;
|
|
14422
|
+
color: #1b3d2e;
|
|
14423
|
+
}
|
|
14424
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e .ai-table-wrap {
|
|
14425
|
+
margin-top: 12px;
|
|
14426
|
+
overflow-x: auto;
|
|
14427
|
+
border: 1px solid rgba(120, 161, 138, 0.12);
|
|
14428
|
+
border-radius: 10px;
|
|
14429
|
+
}
|
|
14430
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e table {
|
|
14431
|
+
width: -moz-max-content;
|
|
14432
|
+
width: max-content;
|
|
14433
|
+
min-width: 100%;
|
|
14434
|
+
border-collapse: collapse;
|
|
14435
|
+
font-size: 13px;
|
|
14436
|
+
}
|
|
14437
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e table thead {
|
|
14438
|
+
background: #f5faf7;
|
|
14439
|
+
}
|
|
14440
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e table th {
|
|
14441
|
+
text-align: left;
|
|
14442
|
+
font-size: 12px;
|
|
14443
|
+
font-weight: 700;
|
|
14444
|
+
color: var(--text);
|
|
14445
|
+
padding: 10px 14px;
|
|
14446
|
+
border-bottom: 1.5px solid rgba(120, 161, 138, 0.15);
|
|
14447
|
+
}
|
|
14448
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e table td {
|
|
14449
|
+
padding: 10px 14px;
|
|
14450
|
+
border-bottom: 1px solid rgba(120, 161, 138, 0.07);
|
|
14451
|
+
vertical-align: top;
|
|
14452
|
+
line-height: 1.7;
|
|
14453
|
+
}
|
|
14454
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e table tbody tr:last-child td {
|
|
14455
|
+
border-bottom: none;
|
|
14456
|
+
}
|
|
14457
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e table tbody tr:hover td {
|
|
14458
|
+
background: rgba(0, 125, 101, 0.05);
|
|
14459
|
+
}
|
|
14460
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e pre {
|
|
14461
|
+
background: #f4f8f5;
|
|
14462
|
+
border: 1px solid rgba(120, 161, 138, 0.13);
|
|
14463
|
+
border-radius: 10px;
|
|
14464
|
+
padding: 14px 16px;
|
|
14465
|
+
margin-top: 10px;
|
|
14466
|
+
overflow-x: auto;
|
|
14467
|
+
}
|
|
14468
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e pre code {
|
|
14469
|
+
font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', Menlo, monospace;
|
|
14470
|
+
font-size: 12.5px;
|
|
14471
|
+
line-height: 1.75;
|
|
14472
|
+
color: #1a3a28;
|
|
14473
|
+
white-space: pre;
|
|
14474
|
+
}
|
|
14475
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e .index_module_msgItemRichText__b9baaf1e .hljs {
|
|
14476
|
+
background: #f4f8f5;
|
|
14477
|
+
color: #1a3a28;
|
|
14478
|
+
}
|
|
14479
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemAction__b9baaf1e {
|
|
14246
14480
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
14247
14481
|
padding: 12px 16px;
|
|
14248
14482
|
width: 100%;
|
|
@@ -14250,21 +14484,21 @@ strong {
|
|
|
14250
14484
|
align-items: center;
|
|
14251
14485
|
justify-content: space-between;
|
|
14252
14486
|
}
|
|
14253
|
-
.
|
|
14487
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemAction__b9baaf1e .index_module_msgItemActionLeft__b9baaf1e {
|
|
14254
14488
|
display: flex;
|
|
14255
14489
|
align-items: center;
|
|
14256
14490
|
gap: 8px;
|
|
14257
14491
|
}
|
|
14258
|
-
.
|
|
14492
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemAction__b9baaf1e .index_module_msgItemActionRight__b9baaf1e {
|
|
14259
14493
|
display: flex;
|
|
14260
14494
|
align-items: center;
|
|
14261
14495
|
gap: 8px;
|
|
14262
14496
|
}
|
|
14263
|
-
.
|
|
14497
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e {
|
|
14264
14498
|
height: 24px;
|
|
14265
14499
|
position: relative;
|
|
14266
14500
|
}
|
|
14267
|
-
.
|
|
14501
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e {
|
|
14268
14502
|
position: absolute;
|
|
14269
14503
|
width: -moz-max-content;
|
|
14270
14504
|
width: max-content;
|
|
@@ -14274,30 +14508,30 @@ strong {
|
|
|
14274
14508
|
z-index: 9;
|
|
14275
14509
|
padding: 4px 8px;
|
|
14276
14510
|
}
|
|
14277
|
-
.
|
|
14511
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e .index_module_msgItemActionLeft__b9baaf1e {
|
|
14278
14512
|
display: flex;
|
|
14279
14513
|
align-items: center;
|
|
14280
14514
|
gap: 8px;
|
|
14281
14515
|
}
|
|
14282
|
-
.
|
|
14516
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e .index_module_msgItemActionRight__b9baaf1e {
|
|
14283
14517
|
display: flex;
|
|
14284
14518
|
align-items: center;
|
|
14285
14519
|
gap: 8px;
|
|
14286
14520
|
}
|
|
14287
|
-
.
|
|
14521
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e.index_module_msgItemActionPopoverFloatTop__b9baaf1e {
|
|
14288
14522
|
bottom: 4px;
|
|
14289
14523
|
right: 0;
|
|
14290
14524
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
14291
14525
|
}
|
|
14292
|
-
.
|
|
14526
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e.index_module_msgItemActionPopoverFloatBottom__b9baaf1e {
|
|
14293
14527
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
14294
14528
|
right: 0;
|
|
14295
14529
|
top: 4px;
|
|
14296
14530
|
}
|
|
14297
|
-
.
|
|
14531
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemActionEmpty__b9baaf1e {
|
|
14298
14532
|
min-height: 24px;
|
|
14299
14533
|
}
|
|
14300
|
-
.
|
|
14534
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceText__b9baaf1e {
|
|
14301
14535
|
padding: 8px;
|
|
14302
14536
|
border-radius: 2px;
|
|
14303
14537
|
background: #e7e7e7;
|
|
@@ -14305,7 +14539,7 @@ strong {
|
|
|
14305
14539
|
color: rgba(0, 0, 0, 0.65);
|
|
14306
14540
|
margin-top: 8px;
|
|
14307
14541
|
}
|
|
14308
|
-
.
|
|
14542
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceText__b9baaf1e > div {
|
|
14309
14543
|
width: 100%;
|
|
14310
14544
|
max-height: 36px;
|
|
14311
14545
|
word-break: break-all;
|
|
@@ -14316,7 +14550,7 @@ strong {
|
|
|
14316
14550
|
text-overflow: ellipsis;
|
|
14317
14551
|
word-wrap: break-word;
|
|
14318
14552
|
}
|
|
14319
|
-
.
|
|
14553
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceFile__b9baaf1e {
|
|
14320
14554
|
padding: 8px;
|
|
14321
14555
|
border-radius: 2px;
|
|
14322
14556
|
background: #e7e7e7;
|
|
@@ -14324,7 +14558,7 @@ strong {
|
|
|
14324
14558
|
color: rgba(0, 0, 0, 0.65);
|
|
14325
14559
|
margin-top: 8px;
|
|
14326
14560
|
}
|
|
14327
|
-
.
|
|
14561
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceFile__b9baaf1e .index_module_msgItemReferenceFileBox__b9baaf1e {
|
|
14328
14562
|
background: #fafafa;
|
|
14329
14563
|
border-radius: 8px;
|
|
14330
14564
|
border: 1px solid #ebebeb;
|
|
@@ -14334,7 +14568,7 @@ strong {
|
|
|
14334
14568
|
padding: 8px 12px;
|
|
14335
14569
|
min-width: 216px;
|
|
14336
14570
|
}
|
|
14337
|
-
.
|
|
14571
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceFile__b9baaf1e .index_module_msgItemReferenceFileBox__b9baaf1e .index_module_msgItemReferenceFileLeft__b9baaf1e {
|
|
14338
14572
|
font-size: 24px;
|
|
14339
14573
|
display: flex;
|
|
14340
14574
|
justify-content: center;
|
|
@@ -14342,55 +14576,61 @@ strong {
|
|
|
14342
14576
|
padding: 0;
|
|
14343
14577
|
margin: 0;
|
|
14344
14578
|
}
|
|
14345
|
-
.
|
|
14579
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceFile__b9baaf1e .index_module_msgItemReferenceFileBox__b9baaf1e .index_module_msgItemReferenceFileLeft__b9baaf1e > i {
|
|
14346
14580
|
display: flex;
|
|
14347
14581
|
font-size: 24px;
|
|
14348
14582
|
}
|
|
14349
|
-
.
|
|
14583
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e .index_module_msgItemReferenceFile__b9baaf1e .index_module_msgItemReferenceFileBox__b9baaf1e .index_module_msgItemReferenceFileRight__b9baaf1e {
|
|
14350
14584
|
font-size: 14px;
|
|
14351
14585
|
font-weight: 400;
|
|
14352
14586
|
color: rgba(0, 0, 0, 0.65);
|
|
14353
14587
|
}
|
|
14354
|
-
.
|
|
14588
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e {
|
|
14355
14589
|
justify-content: flex-start;
|
|
14356
14590
|
}
|
|
14357
|
-
.
|
|
14591
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e .index_module_msgItemBox__b9baaf1e {
|
|
14358
14592
|
align-items: flex-start;
|
|
14359
14593
|
}
|
|
14360
|
-
.
|
|
14594
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e {
|
|
14361
14595
|
background: #ffffff;
|
|
14362
14596
|
border-radius: 2px 20px 20px 20px;
|
|
14363
14597
|
}
|
|
14364
|
-
.
|
|
14598
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemAction__b9baaf1e {
|
|
14365
14599
|
border-radius: 0px 0px 20px 20px;
|
|
14366
14600
|
}
|
|
14367
|
-
.
|
|
14601
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e {
|
|
14602
|
+
padding: 0;
|
|
14603
|
+
}
|
|
14604
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e {
|
|
14368
14605
|
margin-left: auto;
|
|
14369
14606
|
}
|
|
14370
|
-
.
|
|
14607
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLeft__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e {
|
|
14371
14608
|
display: none;
|
|
14372
14609
|
}
|
|
14373
|
-
.
|
|
14610
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e {
|
|
14374
14611
|
justify-content: flex-end;
|
|
14375
14612
|
padding-bottom: 24px;
|
|
14376
14613
|
}
|
|
14377
|
-
.
|
|
14614
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e .index_module_msgItemBox__b9baaf1e {
|
|
14378
14615
|
align-items: flex-end;
|
|
14379
14616
|
}
|
|
14380
|
-
.
|
|
14617
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e .index_module_msgItemBox__b9baaf1e:hover .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e {
|
|
14381
14618
|
display: flex;
|
|
14382
14619
|
}
|
|
14383
|
-
.
|
|
14620
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e {
|
|
14384
14621
|
border-radius: 20px 2px 20px 20px;
|
|
14385
14622
|
background: #d1e4ff;
|
|
14386
14623
|
}
|
|
14387
|
-
.
|
|
14624
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemAction__b9baaf1e {
|
|
14388
14625
|
border-radius: 0px 0px 20px 20px;
|
|
14389
14626
|
}
|
|
14390
|
-
.
|
|
14627
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemContent__b9baaf1e .index_module_msgItemTextAibody__b9baaf1e {
|
|
14628
|
+
padding: 12px 16px;
|
|
14629
|
+
}
|
|
14630
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemRight__b9baaf1e .index_module_msgItemBox__b9baaf1e .index_module_msgItemActionOperate__b9baaf1e .index_module_msgItemActionPopover__b9baaf1e {
|
|
14391
14631
|
display: none;
|
|
14392
14632
|
}
|
|
14393
|
-
.
|
|
14633
|
+
.index_module_virtuosoListWrapper__b9baaf1e .index_module_msgItem__b9baaf1e.index_module_msgItemLast__b9baaf1e {
|
|
14394
14634
|
box-sizing: border-box;
|
|
14395
14635
|
}
|
|
14396
14636
|
|