kuaiying_wx/pages/extract/extract.wxss

63 lines
977 B
Plaintext
Raw Normal View History

2025-03-04 15:25:38 +08:00
page {
border-top: 1px solid hsla(0,31%,87%,.5);
}
.container,page {
background-color: #222238;
}
.container {
align-items: center;
display: flex;
flex-direction: column;
padding: 20px;
}
.extracted-text {
background-color: #333;
border: 1px solid #333;
border-radius: 8px;
color: #fff;
font-size: 16px;
height: 300px;
margin-bottom: 20px;
padding: 10px;
width: 90%;
}
.buttons-container {
display: flex;
justify-content: space-between;
width: 90%;
}
.action-button {
border-radius: 25px;
flex: 1;
font-size: 18px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin: 0 10px;
}
.copy,.rewrite {
background: linear-gradient(90deg,#6949bb,#4052ca);
color: #fff;
}
.center {
color: #f0f0f0;
font-size: 12px;
text-align: center;
}
.advertisement {
margin: 5px 0;
width: 100%;
z-index: 9999;
}
.advertisement image {
width: 100%;
}