You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.4 KiB
87 lines
1.4 KiB
page {
|
|
background-color: #FCF9FB;
|
|
}
|
|
|
|
.personalContainer {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.textarea-example {
|
|
margin: 20rpx;
|
|
background-color: #FCF9FB;
|
|
border-radius: 16rpx;
|
|
border: 1px solid #F7EDF5;
|
|
|
|
}
|
|
|
|
.external-class {
|
|
height: 1000rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.t-textarea__label {
|
|
font-size: 16px !important;
|
|
border-bottom: 1px solid #F7EDF5;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.t-textarea__wrapper-inner {
|
|
font-size: 14px !important;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.conView {
|
|
display: flex;
|
|
margin-top: 40rpx;
|
|
justify-content: center;
|
|
}
|
|
|
|
.conItem {
|
|
width: 164px;
|
|
height: 50px;
|
|
/* background-color: #FFFFFF;
|
|
border: 1px solid #F7EDF5; */
|
|
border-radius: 16rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.conTitle {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.conRightIcon {
|
|
margin-left: 12rpx;
|
|
color: #c2c2c2;
|
|
}
|
|
|
|
.generate-bottom {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
/* padding-bottom: env(safe-area-inset-bottom); */
|
|
height: 124rpx;
|
|
box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3);
|
|
z-index: 99;
|
|
}
|
|
|
|
.make_button {
|
|
z-index: 99;
|
|
width: 340px;
|
|
height: 46px;
|
|
border-radius: 50rpx;
|
|
background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.t-dropdown-menu {
|
|
position: static !important;
|
|
} |