system-copyright-react/src/components/ai/text/ai-helper-text.css

80 lines
1.4 KiB
CSS
Raw Normal View History

2024-06-14 15:50:34 +08:00
.aiText {
/* background: #EFEFEF; */
border: 1px solid #D5D5D5;
}
.aiText-top {
width: 100%;
height: 62%;
background-color: rgb(255, 255, 255);
padding: 27px;
box-sizing: border-box;
font-size: 16px;
color: #1D1D1D;
/* border: 1px solid #D5D5D5; */
}
.aiText-top-text {
width: 100%;
/* height: 77%; */
height: 77%;
/* background: pink; */
font-weight: 400;
font-size: 16px;
color: #1D1D1D;
overflow-y: auto;
2024-06-21 16:18:01 +08:00
/* text-indent: 32px; */
2024-06-14 15:50:34 +08:00
text-align: justify;
/* background-color: pink; */
}
.aiText-top-notext {
width: 100%;
height: 100%;
/* background-color: pink; */
display: flex;
align-items: center;
justify-content: center;
}
.aiNotext {
width: 382px;
height: 303px;
font-size: 14px;
color: #99A5B7;
position: relative;
margin-top: 50px;
}
.aiNotext-text {
position: absolute;
left: 134px;
bottom: 66px;
2024-06-21 16:18:01 +08:00
2024-06-14 15:50:34 +08:00
}
.aiText-top-btn {
2024-06-21 16:18:01 +08:00
margin-top: 50px;
2024-06-14 15:50:34 +08:00
}
.aiText-bot {
/* margin-top: 42px; */
width: 100%;
height: 31.5%;
background-color: rgb(255, 255, 255);
padding: 21px 27px 21px 27px;
box-sizing: border-box;
font-size: 16px;
}
.aiText-bot-text{
height: 75%;
width: 100%;
/* background-color: pink; */
overflow-y: auto;
2024-06-21 16:18:01 +08:00
/* text-indent: 32px; */
2024-06-14 15:50:34 +08:00
text-align: justify;
}