.content { padding-bottom: 380rpx; } .remark { display: flex; flex-direction: row; background-color: #FCF9FB; margin: 20rpx 20rpx 0 20rpx; border: 1px solid #F7EDF5; border-radius: 16rpx 16rpx 16rpx 16rpx; } .remark_image { width: 100%; height: 100%; border-radius: 16rpx 16rpx 16rpx 16rpx; } .remark_image_view { width: 340rpx; height: 456rpx; } .remark_text { margin-left: 16rpx; color: #777777; display: flex; flex-direction: column; justify-content: center; width: 340rpx; } .remark_text_title { color: #000; font-size: 30rpx; font-weight: bold; margin-bottom: 24rpx; display: flex; align-items: center; } .remark_text_lookout { color: #000; margin-bottom: 12rpx; display: flex; align-items: center; } .jindou_view { position: absolute; top: 430rpx; right: 30rpx; display: flex; align-items: center; color: #FFD100; } .advanced { margin: 40rpx 20rpx 0 20rpx; } .prompt_view { margin: 40rpx 20rpx 0 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%); */ } .image_upload { margin: 40rpx 20rpx 0 20rpx; } .image_history { margin: 40rpx 20rpx 0 20rpx; } .generate_count { margin: 20rpx 20rpx 0 20rpx; } .generate_raido { background-color: #F6F6F6; border: 1px solid #F7EDF5; border-radius: 16rpx 16rpx 16rpx 16rpx; } .image_upload_title { display: flex; align-items: center; padding-bottom: 20rpx; } .text { color: #000; font-size: 30rpx; font-weight: bold; margin-left: 14rpx; } .image_upload_img { margin-bottom: 20rpx; } .upload_custom_style { --td-upload-add-bg-color: #FCF9FB; --td-upload-add-color: #000; } .image_show { border-radius: 16rpx 16rpx 16rpx 16rpx; margin: 0; } .image_radius { position: relative; margin-right: 20rpx; /* border-radius: 16rpx 16rpx 16rpx 16rpx !important; */ } .image_radius::after { content: ""; position: absolute; top: 0; right: 0; width: 30px; height: 30px; background: rgba(99, 110, 114, 0.705); border-bottom-left-radius: 100%; } .close_icon { position: absolute; top: -1px; right: 9px; color: #fff; } .generate-bottom { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #fff; /* padding-bottom: env(safe-area-inset-bottom); */ height: 368rpx; 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; } .custom-theme { --td-input-vertical-padding: 10rpx 16rpx 10rpx 16rpx; } .tag_view { /* margin-top: 20rpx; */ } .t-tag__text { font-size: 28rpx !important; } .tag_item { margin: 20rpx 16rpx 0 0; } .block { width: 100vw; height: 320rpx; background: #fff; border-top-left-radius: 16rpx; border-top-right-radius: 16rpx; } .wrapper { margin: 32rpx; display: block; } .header { display: flex; align-items: center; height: 100rpx; } .title { flex: 1; /* text-align: center; */ margin-left: 20rpx; font-weight: 600; font-size: 36rpx; } .btn { padding: 32rpx; } .popup_content { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .popup_content_txt { font-size: 28rpx !important; padding: 0 20rpx; } .popup_button { margin-top: 40rpx; display: flex; flex-direction: row; justify-content: space-around; } .swiper_height { height: 100% !important; } .t-stepper__input--outline { border: none; border-top: 2rpx solid var(--td-stepper-border-color, var(--td-component-border, var(--td-gray-color-4, #dcdcdc))); border-bottom: 2rpx solid var(--td-stepper-border-color, var(--td-component-border, var(--td-gray-color-4, #dcdcdc))); /* width: 760rpx !important; */ } .t-stepper__input--large { width: 500rpx !important; } .card { position: relative; margin: 32rpx; border-radius: 12rpx; overflow: hidden; box-sizing: border-box; border: 3rpx solid var(--td-bg-color-container, #fff); } .card--active { border-color: var(--td-brand-color, #0052d9); } .card--active::after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 0; border-width: 28px 28px 28px 0; border-style: solid; border-color: var(--td-brand-color, #0052d9) transparent transparent transparent; } .card__icon { color: var(--td-bg-color-container, #fff); position: absolute; left: 1.5px; top: 1.5px; z-index: 1; } /* 横向布局 */ .horizontal-box { width: calc(100% - 64rpx); display: flex; align-items: center; margin: 32rpx; } .horizontal-box .card { flex: 1; margin: 0; } .horizontal-box .card { margin-left: 24rpx; } .horizontal-box .card:first-child { margin-left: 0; } .canvas { visibility: hidden; position: absolute; z-index: -1; left: -10000rpx; top: -10000rpx; } /* .history_image_list { background-color: #FCF9FB; border: 1px solid #F7EDF5; border-radius: 16rpx 16rpx 16rpx 16rpx; padding: 10px 0 10px 10px; display: flex; flex-wrap: wrap; } */ .history_image_list { background-color: #FCF9FB; border: 1px solid #F7EDF5; border-radius: 16rpx 16rpx 16rpx 16rpx; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1px; padding: 5px 0; } .history_image_item_view { padding: 5px; border: 1px solid #FCF9FB; border-radius: 10rpx; text-align: center; /* margin-bottom: 10px; */ } .history_image_item_view_active { /* border: 1px solid #93C5FC; */ background-color: #D8C3FC; } .history_image_item { /* margin: 0 0 10px 0; */ } .image-compare { width: 340rpx; height: 456rpx; box-sizing: border-box; border-radius: 16rpx; overflow: hidden; position: relative; } .repair-container { width: 340rpx; height: 456rpx; position: absolute; top: 0; left: 0; } .repair-img { /* 盒子的宽度 */ width: 340rpx; height: 456rpx; } .repair-container-new { width: 353rpx; overflow: hidden; background-color: #F1F1F1; } .drag-container { position: absolute; left: 103rpx; height: 100%; } .drag-line { width: 4rpx; height: 100%; position: absolute; left: 0; background-color: #B8ACD9; } .icon-drag { width: 64px; height: 64px; position: absolute; /* top: 103rpx; */ bottom: 30rpx; left: -60rpx; } .scroll-view_H { white-space: nowrap; } .scroll-view-item_H { display: inline-block; width: 80px; height: 100%; } .scroll_item { /* display: flex; flex-direction: column; */ /* justify-content: flex-start; align-items: flex-start; */ text-align: center; } scroll-view ::-webkit-scrollbar { display:none; width:0; height:0; color:transparent; } .style_active{ color: #734CE1; font-weight: bold; }