123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656 |
- html.dark {
- pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
- }
- code.hljs {
- padding: 3px 5px
- }
- .hljs {
- color: #abb2bf;
- background: #282c34
- }
- .hljs-keyword,
- .hljs-operator,
- .hljs-pattern-match {
- color: #f92672
- }
- .hljs-function,
- .hljs-pattern-match .hljs-constructor {
- color: #61aeee
- }
- .hljs-function .hljs-params {
- color: #a6e22e
- }
- .hljs-function .hljs-params .hljs-typing {
- color: #fd971f
- }
- .hljs-module-access .hljs-module {
- color: #7e57c2
- }
- .hljs-constructor {
- color: #e2b93d
- }
- .hljs-constructor .hljs-string {
- color: #9ccc65
- }
- .hljs-comment,
- .hljs-quote {
- color: #b18eb1;
- font-style: italic
- }
- .hljs-doctag,
- .hljs-formula {
- color: #c678dd
- }
- .hljs-deletion,
- .hljs-name,
- .hljs-section,
- .hljs-selector-tag,
- .hljs-subst {
- color: #e06c75
- }
- .hljs-literal {
- color: #56b6c2
- }
- .hljs-addition,
- .hljs-attribute,
- .hljs-meta .hljs-string,
- .hljs-regexp,
- .hljs-string {
- color: #98c379
- }
- .hljs-built_in,
- .hljs-class .hljs-title,
- .hljs-title.class_ {
- color: #e6c07b
- }
- .hljs-attr,
- .hljs-number,
- .hljs-selector-attr,
- .hljs-selector-class,
- .hljs-selector-pseudo,
- .hljs-template-variable,
- .hljs-type,
- .hljs-variable {
- color: #d19a66
- }
- .hljs-bullet,
- .hljs-link,
- .hljs-meta,
- .hljs-selector-id,
- .hljs-symbol,
- .hljs-title {
- color: #61aeee
- }
- .hljs-emphasis {
- font-style: italic
- }
- .hljs-strong {
- font-weight: 700
- }
- .hljs-link {
- text-decoration: underline
- }
- .nav-bar{
- &>div{
- background-color: #141718;
- }
- .user-info{
- box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.5);
- background-color: #232627;
- .user-free{
- color: #000;
- }
- .top{
- .avatar{
- .circle{
- border-color: #232627;
- }
- }
- }
- }
- .user-bottom{
- border: 2px solid #343839;
- }
- .user-footer{
- box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.5);
- background-color: #232627;
- svg{
- margin: 0px 10px 0px 28px;
- color: #6C7275;
- }
- .settings,
- .log-out{
- color: #6c7275;
- &.active,
- &:hover{
- background-color: #141718;
- color: #fff;
- svg{
- color: #fff;
- }
- }
- }
- }
- }
- .nemu-bar{
- .nemu-item{
- & .flex-row{
- &:hover,
- &.active{
- background: linear-gradient(270deg, #323337 50%, rgba(70, 79, 111, 0.5) 100%);
- box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.05);
- }
- }
- }
- }
- .n-layout-scroll-container{
- background-color: #141718;
- // margin-top: 20px;
- }
- .char-sider{
- .top-new-button {
- border-color: #2e3132;
- button{
- color: #fff;
- &:hover{
- color: #7fe7c4;
- }
- }
- }
- .chat-item{
- &.check-chat-item,
- &:hover{
- background: linear-gradient(270deg, #323337 50%, rgba(80, 62, 110, 0.29) 100%);
- border-radius: 8px;
- }
- }
- }
- .chat-content {
- .footer-content{
- background-color: #232627;
- .chat-footer{
- background-color: #232627;
- border: 2px solid #343839;
- .top-bar{
- border-bottom: 2px solid #343839;
- svg{
- fill: #fff;
- outline: none;
- }
- }
- .chat-input{
- .n-input-wrapper{
- background-color: #232627;
- }
- }
- .send{
- background-color: #0084FF;
- }
- }
- }
- #scrollRef{
- background-color: #232627;
- }
- #image-wrapper{
- background-color: #232627;
- }
- .message-reply{
- background-color: #232728;
- }
- .message-request{
- background-color: #A1DC95;
- }
- .message-request{
- .markdown-body{
- p{
- font-size: 15px;
- color: #000;
- }
- }
- }
- .message-reply{
- .markdown-body{
- p{
- color: #FFFFFF;
- }
- }
- }
- }
- .change-dialog{
- background-color: #141718;
- border: none !important;
- box-shadow: none !important;
- .n-card-header{
- border-color: #232627;
- }
- }
- .model-button{
- button{
- position: static;
- &:first-child{
- outline: none;
- border: 2px solid #075caa;
- color: #0084ff;
- }
- &:last-child{
- border: none;
- box-shadow: none;
- background-color: #0084ff;
- border-color: #0084ff;
- color: #fff;
- }
- }
- }
- .mydrawer{
- .n-drawer-header{
- background-color: #232627;
- }
- .store-content{
- background-color: #232627;
- .store-label-item{
- button{
- color: #fff;
- background-color: #0084ff;
- &.n-button--secondary{
- background-color: #2b2f30;
- color: #0084ff;
- }
- }
- }
- .store-info-item{
- background-color: #2b2f30;
- border: 1px solid #3e4040;
- }
- }
- }
- .genner-button{
- background-color: #0084ff !important;
- color: #fff;
- margin-bottom: 6px;
- }
- .draw-tabs .n-tabs-tab--active{
- color: #0084ff !important;
- }
- .draw-tabs{
- .n-tabs-tab{
- &:hover{
- color: #0084ff !important;
- }
- }
- }
- .draw-tabs .n-tabs-bar{
- background-color: #0084ff;
- }
- .n-slider-rail{
- .n-slider-rail__fill{
- background-color: #0084ff;
- }
- }
- .voice-drawer{
- .success-button{
- background-color: #141718;
- }
- }
- .add-role-draw{
- .add-role-button{
- height: 48px;
- line-height: 48px;
- border-radius: 12px;
- padding: 0 40px;
- background-color: #0084FF;
- color: #fff;
- }
- }
- .add-role-draw{
- background-color: #141718;
- }
- .n-data-table{
- .n-data-table-base-table-body{
- .n-data-table-thead{
- border: 1px solid red;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- th{
- border: 1px solid #343637;
- &:nth-child(1) {
- border-right: none;
- }
- &:nth-child(2) {
- border-left: none;
- border-right: none;
- }
- &:nth-child(3) {
- border-left: none;
- border-right: none;
- }
- &:nth-child(4) {
- padding-left: 40px;
- border-left: none;
- }
- }
- }
- th{
- background-color: #2b2f30;
- &:first-child{
- border-top-left-radius: 10px;
- }
- }
- .n-data-table-tbody{
- .n-data-table-tr{
- &:nth-child(even) {
- td{
- background-color: #2b2f30;
- }
- }
- &:nth-child(odd) {
- td{
- background-color: #232627;
- }
- }
- td{
- font-size: 14px;
- padding: 12px 15px;
- }
- }
- }
- }
- .table-button{
- background: rgba(0, 132, 255, 0.2);
- color: #0084FF !important;
- &:last-child{
- color: #D84C10 !important;
- background: rgba(216, 76, 16, 0.2);
- }
- }
- }
- .draw-button{
- background-color: #0084FF;
- color: #fff;
- }
- .knowledge-draw{
- background-color: #141718;
- }
- .top-header,
- .chat-header{
- border-bottom: 1px solid #343839;
- background-color: #232627;
- button{
- background-color: #141718;
- }
- }
- .annex-modal{
- width: 540px;
- background-color: #141718 !important;
- .annex-upload{
- width: 500px;
- }
- }
- .success-button{
- border: 2px solid #0084FF !important;
- color: #0084FF;
- background-color: #232627 !important;
- &:hover{
- opacity: .8;
- color: #0084ff;
- }
- }
- .sound-button-box{
- button{
- background-color: #232627;
- &:hover{
- opacity: .7;
- }
- &:first-child{
- border: 2px solid #0084FF;
- color: #0084FF;
- }
- &:last-child{
- border: 2px solid #D84C10;
- color: #D84C10;
- margin-left: 10px;
- }
- }
- }
- .role-card{
- background-color: #232627;
- .card-container{
- .card-item{
- background-color: #232627;
- border: 1px solid #232627;
- .ellipsis{
- color: #aaacac;
- }
- }
- }
- .voice-pagination{
- left: 19px;
- }
- }
- .plan-draw{
- background-color: #141718 !important;
- .plan-item{
- background-image: url(@/assets/Subtract.png);
- .header{
- border-bottom: 1px solid #343839;
- .price{
- color: #0084FF;
- }
- .title{
- color: #babec1;
- }
- }
- .content{
- border-bottom: 1px solid #343839;
- .option-item{
- .quanquan{
- background-color: #0084ff;
- color: #fff;
- }
- }
- }
- .footer{
- background-color: #0084ff;
- color: #fff;
- }
- &:hover{
- background-image: url(@/assets/Subtract-active.png);
- .header{
- border-bottom: 1px solid #339dff;
- .title{
- color: #fff;
- }
- .price{
- color: #fff;
- }
- }
- .content{
- border-bottom: 1px solid #339dff;
- .option-item{
- .quanquan{
- background-color: #fff ;
- color: #0084ff;
- }
- }
- }
- .footer{
- background-color: #fff;
- color: #0084ff;
- }
- }
- }
- }
- .input-button-container {
- button{
- background-color: #0084FF;
- color: #fff;
- }
- }
- .table-box{
- background-color: #232627;
- }
- .know-header{
- border-bottom: 1px solid #2e3132;
- background-color: #232627;
- }
- .clear-chat{
- background-color: #111415;
- &:hover{
- transform: scale(1.1);
- }
- svg{
- fill: #fff;
- }
- }
- .gpts-box{
- color: #494747;
- h1{
- color: #fff;
- }
- .text{
- background-color: #141718;
- p{
- color: #e2e2e2;
- }
- .title{
- color: #fff;
- font-size: 16px;
- }
- }
- .gpts-list{
- .refresh{
- color: #fff;
- &:hover{
- color: #0084ff;
- }
- }
- .gpts-item{
- background-color: #232627;
- border: 1px solid #3a3b3c;
- .name{
- color: #a7a8a9;
- &:hover{
- color: #0084ff;
- }
- }
- }
- }
- }
- .music-content{
- background-color: #232627;
- .music-list{
- background-color: #232627;
- }
- .n-switch__button-placeholder{
- background-color: #0084FF;
- }
- .n-tabs-nav-scroll-content{
- .n-tabs-tab--active{
- color: #0084ff ;
- }
- .n-tabs-bar{
- background-color: #0084FF;
- }
- .n-tabs-tab-wrapper:hover{
- .n-tabs-tab__label{
- color: #0084FF;
- }
- }
- }
- }
- .video-content{
- background-color: #232627;
- .video-list{
- background-color: #232627;
- }
- }
- .annex-main{
- background-color: #232627;
- }
- }
- html {
- pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
- }
- code.hljs {
- padding: 3px 5px;
- &::-webkit-scrollbar {
- height: 4px;
- }
- }
- .hljs {
- color: #383a42;
- background: #fafafa
- }
- .hljs-comment,
- .hljs-quote {
- color: #a0a1a7;
- font-style: italic
- }
- .hljs-doctag,
- .hljs-formula,
- .hljs-keyword {
- color: #a626a4
- }
- .hljs-deletion,
- .hljs-name,
- .hljs-section,
- .hljs-selector-tag,
- .hljs-subst {
- color: #e45649
- }
- .hljs-literal {
- color: #0184bb
- }
- .hljs-addition,
- .hljs-attribute,
- .hljs-meta .hljs-string,
- .hljs-regexp,
- .hljs-string {
- color: #50a14f
- }
- .hljs-attr,
- .hljs-number,
- .hljs-selector-attr,
- .hljs-selector-class,
- .hljs-selector-pseudo,
- .hljs-template-variable,
- .hljs-type,
- .hljs-variable {
- color: #986801
- }
- .hljs-bullet,
- .hljs-link,
- .hljs-meta,
- .hljs-selector-id,
- .hljs-symbol,
- .hljs-title {
- color: #4078f2
- }
- .hljs-built_in,
- .hljs-class .hljs-title,
- .hljs-title.class_ {
- color: #c18401
- }
- .hljs-emphasis {
- font-style: italic
- }
- .hljs-strong {
- font-weight: 700
- }
- .hljs-link {
- text-decoration: underline
- }
- }
- .n-layout-scroll-container{
- background-color: #e8eaf1;
- padding-right: 0px;
- }
- .is-mobile{.n-layout-scroll-container{
- padding-right: 0;
- }
- }
- .text-[18px]{
- font-size: 18px;
- }
- .nav-bar{
- width: 332px;
- position: relative;
- &>div{
- // background-color: #131718;
- }
- .nemu-bar{
- width: 332px;
- .nemu-item{
- margin-left: 16px;
- width: 288px;
- & .flex-row{
- width: 288px;
- height: 48px;
- border-radius: 8px;
- font-family: 'Inter';
- font-style: normal;
- font-weight: 600;
- padding-left: 31px;
- span{
- // color: rgba(232, 236, 239, 0.75);
- margin-left: 15px;
- }
- &:hover,
- &.active{
- background: linear-gradient(270deg, #323337 50%, rgba(70, 79, 111, 0.5) 100%);
- background: linear-gradient(270deg, #fff 50%, #e8eaf1 100%);
- box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.05);
- }
- }
- }
- }
- .user-info{
- padding: 10px;
- width: 288px;
- left: 16px;
- position: absolute;
- height: 144px;
- background-color: #e8eaf1;
- box-shadow: 0px 4px 10px rgba(102, 100, 100, 0.5);
- border-radius: 12px;
- bottom: 84px;
- .top{
- padding: 10px;
- padding-right: 0;
- height: 66px;
- position: relative;
- .avatar{
- width: 40px;
- height: 40px;
- border-radius: 50%;
- position: relative;
- float: left;
- margin-right: 16px;
- img{
- width: 100%;
- border-radius: 50%;
- }
- .circle{
- position: absolute;
- right: -4px;
- bottom: -4px;
- width: 20px;
- height: 20px;
- border: 5px solid #e8eaf1;
- border-radius: 50%;
- background-color: #3fdd78;
- }
- }
- .user-name {
- font-family: 'Inter';
- font-style: normal;
- font-size: 14px;
- float: left;
- min-width: 130px; /* 设置最大宽度 */
- max-width: 160px; /* 设置最大宽度 */
- overflow: hidden; /* 隐藏超出部分 */
- white-space: nowrap; /* 防止文本换行 */
- text-overflow: ellipsis; /* 显示省略号 */
- }
- .user-free{
- float: left;
- height: 20px;
- line-height: 20px;
- margin-top: 2px;
- padding: 0 12px;
- background-color: #3fdd78;
- border-radius: 6px;
- font-size: 12px;
- font-weight: 600;
- }
- .user-email{
- font-family: 'Inter';
- font-style: normal;
- color: #86898b;
- font-size: 12px;
- }
- }
- .user-bottom{
- width: 268px;
- height: 48px;
- border: 2px solid #e0e0e6;
- border-radius: 12px;
- text-align: center;
- line-height: 48px;
- font-size: 14px;
- margin-top: 10px;
- &:hover{
- cursor: pointer;
- border-color: #3fdd78;
- color: #3fdd78;
- }
- }
- }
- .user-footer{
- position: absolute;
- bottom: 24px;
- width: 288px;
- height: 48px;
- padding: 4px;
- left: 16px;
- border-radius: 12px;
- // background: #232627;
- box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
- display: flex;
- .settings,
- .log-out{
- cursor: pointer;
- flex: 1;
- height: 40px;
- width: 138px;
- line-height: 40px;
- // color: #6C7275;
- svg{
- margin: 0px 10px 0px 28px;
- color: #6C7275;
- }
- &.active,
- &:hover{
- background-color: #3fdd78;
- border-radius: 12px;
- color: #fff;
- svg{
- color: #fff;
- }
- }
- }
- }
- }
- .char-sider{
- .top-new-button {
- height: 116px;
- padding-top: 15px;
- border: 1px solid #e0e0e6;
- border-left: unset;
- border-top: unset;
- button{
- width: 289px;
- height: 48px;
- line-height: 48px;
- text-align: center;
- // background-color: #e8eaf1;
- border-radius: 12px;
- font-size: 16px;
- color: #000;
- margin-left: 10px;
- margin-top: 20px;
- }
- }
- }
- .chat-history{
- padding: 23px 30px 0;
- .history-title{
- font-size: 18px;
- margin-bottom: 18px;
- margin-left: 18px;
- }
- .chat-item{
- width: 288px;
- height: 48px;
- &.check-chat-item,
- &:hover{
- background: linear-gradient(270deg, #fff 50%, #e8eaf1 100%);
- border-radius: 8px;
- }
- }
- }
- .change-select{
- border-radius: 8px !important;
- .n-base-selection{
- border-radius: 8px !important;
- }
- .n-base-selection-label,
- .n-input-wrapper,
- .n-input{
- height: 40px !important;
- border-radius: 8px !important;
- }
- }
- .change-slider{
- .n-slider-rail__fill{
- background-color: #0084ff !important;
- }
- }
- .change-dialog{
- border-radius: 10px !important;
- .n-card-header{
- border-bottom: 1px solid #e0e0e6;
- margin-bottom: 15px;
- }
- }
- .message-reply,
- .message-request{
- .markdown-body{
- p{
- font-size: 17px;
- // color: #fff;
- }
- }
- }
- .model-button{
- button{
- padding: 0 30px;
- height: 48px;
- line-height: 48px;
- border-radius: 12px;
- font-size: 16px;
- margin-left: 20px !important;
- &:last-child{
- // border: 1px solid #d2f9d1;
- // color: #d2f9d1;
- }
- }
- }
- .mydrawer{
- .store-content{
- .store-label-item{
- button{
- border: 0;
- height: 48px;
- line-height: 48px;
- padding: 0 20px;
- min-width: 100px;
- text-align: center;
- border-radius: 40px;
- font-size: 17px;
- }
- }
- .dianzan{
- left: 110px;
- }
- }
- }
- .sound-button-box{
- button{
- border-radius: 12px;
- height: 48px !important;
- line-height: 48px !important;
- font-size: 16px;
- padding: 0 19px;
- padding: 0 35px;
- &:hover{
- opacity: .7;
- }
- }
- }
- .role-card{
- position: relative;
- .card-container{
- .card-item{
- height: 152px;
- border: 1px solid #e5e7eb;
- box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
- h3{
- font-size: 17px;
- font-weight: 700;
- }
- .ellipsis{
- font-size: 14px;
- }
- .card-avatar{
- width: 48px;
- height: 48px;
- border-radius: 50%;
- }
- .n-divider{
- margin-bottom: 10px;
- }
- .button-list{
- justify-content: flex-end;
- button{
- height: 28px;
- line-height: 28px;
- text-align: center;
- padding: 0 15px;
- font-size: 13px;
- margin-left: 10px;
- }
- }
- }
- }
- .voice-pagination{
- left: 19px;
- }
- }
- .success-button{
- color: #000;
- border-radius: 12px !important;
- padding: 0 25px !important;
- }
- .voice-drawer{
- border-radius: 10px !important;
- .addvoicebutton{
- height: 48px;
- line-height: 48px;
- border-radius: 12px;
- background-color: #0084FF;
- color: #fff;
- font-size: 16px;
- font-weight: 700;
- }
- }
- .n-input{
- border-radius: 8px !important;
- }
- .n-pagination-item--active{
- color: #0084FF !important;
- border-color: #0084FF !important;
- }
- .add-role-draw{
- .add-role-button{
- height: 48px;
- line-height: 48px;
- border-radius: 12px;
- padding: 0 40px;
- float: right;
- }
- .add-role-upload{
- .n-upload-dragger{
- width: 500px;
- height: 228px;
- padding: 40px 63px;
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- letter-spacing: -0.02em;
- }
- }
- .role-avatar-upload{
- .n-upload-trigger{
- width: 120px;
- height: 120px;
- .n-upload-dragger{
- width: 120px;
- height: 120px;
- display: block;
- border-radius: 8px;
- }
- }
- }
- }
- .n-data-table{
- .n-data-table-base-table-body{
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- .n-data-table-tbody{
- .n-data-table-tr{
- td{
- font-size: 14px;
- padding: 12px 15px;
- border: none;
- }
- }
- }
- }
- .table-button{
- height: 24px;
- line-height: 24px;
- border-radius: 12px;
- background: rgba(0, 132, 255, 0.2);
- }
- }
- .draw-button{
- height: 48px !important;
- line-height: 48px !important;
- border-radius: 12px !important;
- padding: 0 33px !important;
- font-size: 16px;
- }
- .top-header{
- height: 116px;
- line-height: 116px;
- align-items: center;
- border-bottom: 1px solid #e5e7eb;
- margin: 24px 0 0px !important;
- padding: 0 20px;
- background-color: #fff;
- border-top-right-radius: 20px;
- button{
- height: 48px;
- line-height: 48px;
- }
- }
- .chat-header{
- height: 116px;
- line-height: 116px;
- align-items: center;
- border-bottom: 1px solid #e5e7eb;
- padding: 0 20px;
- background-color: #fff;
- border-top-right-radius: 20px;
- margin-top: 0;
- button{
- height: 48px;
- line-height: 48px;
- }
- }
- .know-header{
- height: 116px;
- line-height: 116px;
- align-items: center;
- border-bottom: 1px solid #e5e7eb;
- margin: 2px 0 0px !important;
- padding: 0 20px;
- background-color: #fff;
- border-top-right-radius: 20px;
- border-top-left-radius: 20px;
- button{
- height: 48px;
- line-height: 48px;
- }
- }
- .n-data-table__pagination{
- justify-content: start !important;
- }
- .annex-modal{
- width: 540px;
- .annex-upload{
- width: 500px;
- }
- }
- .plan-draw{
- border-radius: 20px !important;
- .n-card-header{
- display: none !important;
- }
- .change-combo{
- height: 50px;
- display: flex;
- justify-content: center;
- align-items: center;
- span{
- font-size: 18px;
- &.active-span{
- color: #0084FF;
- }
- }
- .n-switch{
- margin: 0 12px;
- .n-switch__rail{
- width: 53px;
- }
- &.n-switch--active{
- .n-switch__rail{
- background-color: #0084ff;
- }
- }
- }
- }
- .n-tab-pane{
- padding: 0 !important;
- }
- .plan-item{
- width: 320px;
- height: 342px;
- background-image: url(@/assets/Subtract-3.png);
- margin: 20px 15px;
- &:hover{
- transform: scale(1.02);
- background-image: url(@/assets/Subtract-2.png);
- .header{
- .title{
- color: #fff;
- }
- .price{
- color: #fff;
- }
- .date{
- color: #fff;
- }
- }
- }
- .header{
- height: 78px;
- width: calc(100% - 40px);
- margin: 0 20px;
- border-bottom: 1px solid #fff;
- line-height: 90px;
- .title{
- color: #000;
- font-size: 20px;
- font-weight: 700;
- }
- .price{
- font-size: 32px;
- font-weight: 700;
- }
- .date{
- font-size: 14px;
- }
- }
- .content{
- width: calc(100% - 30px);
- // padding: 15px 0;
- margin: 0 20px;
- border-bottom: 1px solid #fff;
- height: 160px;
- overflow-y: scroll;
- .option-item{
- font-size: 14px;
- margin-bottom: 2px;
- display: flex;
- width: 280px;
- .quanquan{
- display: inline-block;
- width: 14px;
- height: 14px;
- background-color: #0084ff;
- color: #fff;
- text-align: center;
- line-height: 14px;
- border-radius: 50%;
- color: #fff;
- position: relative;
- margin-top: 3px;
- margin-right: 10px;
- svg{
- position: absolute;
- top: 1px;
- left: 1px;
- width: 12px;
- height: 12px;
- }
- }
- p{
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 250px;
- }
- }
- }
- .footer{
- width: calc(100% - 40px);
- margin: 20px 20px 0;
- background-color: #fff;
- color: #000;
- height: 48px;
- line-height: 48px;
- font-size: 16px;
- text-align: center;
- border-radius: 12px;
- // border: 1px solid #e0e0e6;
- &:hover{
- transform: scale(1.02);
- }
- svg{
- position: relative;
- top: -2px;
- margin-right: 15px;
- }
- }
- }
- &.mobile-plan-draw {
- .plan-content{
- max-height: 85vh;
- overflow-y: scroll;
- // flex-direction: column !important;
- // align-items: center;
- display: block !important;
- .plan-item{
- width: 320px;
- margin: 0;
- margin-bottom: 20px;
- margin-left: calc((100vw - 320px) / 2 - 24px);
- }
- }
- }
- .n-tabs-nav-scroll-content{
- border: 0 !important;
- margin-bottom: 20px;
- }
- .n-data-table{
- margin-left: 0;
- }
- }
- .plan-tabs{
- .n-tabs-tab{
- &:hover{
- color: #0084FF !important;
- }
- }
- .n-tabs-tab--active{
- color: #0084FF !important;
- }
- .n-tabs-bar{
- background-color: #0084FF !important;
- }
- }
- .input-button-container {
- button{
- border-radius: 12px;
- margin-left: 40px;
- padding: 0 20px;
- width: calc(20% - 10px);
- // width: 20%;
- }
- }
- .table-box{
- background-color: #fff;
- //padding: 20px 46px 20px 20px;
- height: calc(100%);
- border-bottom-right-radius: 0px;
- }
- .draw-table-box{
- .n-data-table-wrapper{
- max-height: 60vh;
- overflow-y: scroll;
- }
- }
- .chat-content {
- height: calc(100vh);
- margin-top: 0px;
- main{
- border-top-right-radius: 20px;
- }
- .header-button{
- margin-right: 20px;
- }
- .footer-content{
- padding: 0;
- background-color: #fff;
- border-bottom-right-radius: 20px;
- // height: 156px;
- .chat-footer{
- border-bottom-right-radius: 12px;
- position: relative;
- background-color: #e8eaf1;
- padding: 0;
- height: 155px;
- width: calc(100% - 80px);
- border: 2px solid #fff;
- margin: 0 40px 40px;
- border-radius: 16px;
- .items-base {
- // position: absolute;
- // top: -70px;
- }
- .top-bar{
- & .left{
- display: flex;
- position: relative;
- float: left;
- .chage-model-select{
- float: left;
- position: relative;
- display: flex;
- align-items: center;
- font-size: 16px;
- cursor: pointer;
- box-shadow: 0px 3px 5px #000;
- border-radius: 5px;
- padding: 2px;
- top: -5px;
- &:hover{
- color: #0084FF;
- }
- svg{
- margin-right: 0 !important;
- }
- span{
- margin: 0 5px;
- }
- }
- }
- height: 42px;
- border-bottom: 2px solid #e0e0e6;
- padding: 10px 26px 0;
- svg{
- margin-right: 25px;
- cursor: pointer;
- float: left;
- fill: #000;
- outline: none;
- &:hover{
- opacity: .8;
- transform: scale(1.1);
- }
- }
- .right{
- float: right;
- cursor: pointer;
- &:hover{
- transform: scale(1.1);
- }
- }
- }
- .chat-input{
- float: left;
- .n-input-wrapper{
- background-color: #e8eaf1;
- border: none;
- }
- width: 80%;
- margin: 15px 0px 0 26px;
- }
- .send{
- float: right;
- cursor: pointer;
- // width: 94px;
- height: 24px;
- border-radius: 12px;
- background-color: #0084FF;
- position: absolute;
- right: 23px;
- bottom: 22px;
- line-height: 24px;
- color: #fff;
- padding: 0 10px;
- svg{
- fill: #fff;
- }
- &:hover{
- transform: scale(1.02);
- }
- }
- }
- }
- #scrollRef{
- background-color: #fff;
- }
- #image-wrapper{
- background-color: #fff;
- }
- .message-reply{
- background-color: #d3e3fd;
- }
- .message-request{
- background-color: #4b9e5f;
- }
- .message-reply,
- .message-request{
- border-radius: 16px;
- .markdown-body{
- p{
- font-size: 17px;
- color: #000;
- }
- }
- }
- .message-request{
- .markdown-body p{
- color: #fff;
- }
- }
- }
- .clear-chat{
- border-radius: 20px;
- background-color: #e8eaf1;
- &:hover{
- transform: scale(1.1);
- }
- svg{
- fill: #000;
- }
- }
- .gpts-box{
- color: #494747;
- h1{
- font-weight: 700;
- font-size: 40px;
- text-align: center;
- color: #000;
- margin: 20px 0;
- }
- .ai-icon{
- float: left;
- }
- .text{
- background-color: #e8eaf1;
- border-radius: 20px;
- float: left;
- width: calc(100% - 100px);
- margin-left: 12px;
- .title{
- font-weight: 700;
- color: #000;
- }
- }
- &>div{
- &::after{
- content: '';
- display: table;
- clear: both;
- }
- }
- .gpts-list{
- margin-top: 10px;
- position: relative;
- .refresh{
- position: absolute;
- top: -35px;
- right: 25px;
- cursor: pointer;
- &:hover{
- transform: scale(1.05);
- color: #0084FF;
- }
- }
- .gpts-item{
- background-color: #ffffff;
- border-radius: 10px;
- border: 1px solid #e8eaf1;
- float: left;
- .n-image{
- float: left;
- margin-top: 5px;
- }
- .info{
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .name{
- cursor: pointer;
- color: #a7a8a9;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- &:hover{
- color: #0084ff;
- }
- }
- }
- }
- }
- #app{
- .login-box{
- background-color: #232627;
- border: 1px solid #343839;
- box-shadow: none;
- color: #fff;
- margin-top: 10px;
- h2{
- color: #b7babd;
- }
- .login-desc{
- color: #B3B7B9;
- a{
- color: #0084ff;
- }
- }
- form{
- label{
- color: #b7babd;
- margin-bottom: 10px;
- }
- input{
- background-color: #232627;
- border: 2px solid #343839;
- color: #fff !important;
- height: 54px;
- border-radius: 8px;
- caret-color: #fff;
- &::placeholder{
- color: #696B6F;
- }
- }
- }
- .footer-login{
- button{
- height: 54px;
- line-height: 54px;
- border-radius: 8px;
- background-color: #0084FF;
- color: #fff;
- font-size: 16px;
- padding: 0;
- margin-top: 10px;
- width: 100%;
- box-shadow: none;
- }
- }
- // .hander-login{
- // display: flex; /* 使用 flex 布局 */
- // justify-content: space-between; /* 水平分布,两端对齐 */
- // align-items: center; /* 垂直居中 */
- // margin-top: 8px;
- // margin-left: 80px;
- // width: 60%;
- // button{
- // height: 42px;
- // line-height: 42px;
- // border-radius: 8px;
- // // background-color: #0084FF;
- // background-color: #232627;
-
- // color: #fff;
- // font-size: 18px;
- // padding: 0;
- // margin-left: 10px;
- // width: 100%;
- // // box-shadow: none;
- // }
- // }
- }
- }
- .music-content{
- background-color: #fff;
- height: calc(100%);
- margin-top: 0px;
- border-radius: 0px;
- .music-list{
- background-color: #fff;
- padding: 15px;
- }
- .p-2{
- padding: 15px;
- padding-top: 10px;
- }
- }
- .video-content{
- background-color: #fff;
- height: calc(100%);
- margin-top: 0px;
- border-radius: 0px;
- .p-2{
- padding: 15px;
- .upload-video{
- margin: 15px 0;
- }
- }
- .video-list{
- background-color: #fff;
- border-top-right-radius: 20px;
- border-bottom-right-radius: 20px;
- }
- }
- .annex-main{
- background-color: #fff;
- }
|