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.
126 lines
2.1 KiB
126 lines
2.1 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: 500rpx;
|
|
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;
|
|
}
|
|
|
|
.conView {
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.conItem {
|
|
width: 164px;
|
|
height: 50px;
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #F7EDF5;
|
|
border-radius: 16rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 2px 0 8px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.jindou_view {
|
|
position: absolute;
|
|
top: 46rpx;
|
|
right: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #FFD100;
|
|
}
|
|
|
|
.image_upload_title {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.vb {
|
|
width: 6rpx;
|
|
height: 30rpx;
|
|
border-radius: 3rpx 3rpx 3rpx 3rpx;
|
|
background-image: linear-gradient(to bottom, #fbc2eb 0%, #a6c1ee 100%);
|
|
/* background-image: linear-gradient(to bottom, #fbc8d4 0%, #9795f0 100%); */
|
|
}
|
|
|
|
.text {
|
|
color: #000;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
margin-left: 14rpx;
|
|
}
|
|
|
|
.demoView {
|
|
border: 1px solid #F7EDF5;
|
|
border-radius: 16rpx;
|
|
background-color: #FFFFFF;
|
|
padding: 10px;
|
|
}
|
|
|
|
.demoVideo {
|
|
margin-top: 10px;
|
|
} |