page { padding: 0; margin: 0; } .dialog-generation { height: 100vh; background: linear-gradient(180deg, #181c3a 0%, #2a1c3a 100%); padding: 0; margin: 0; position: relative; font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; background: url("../../static/makedetail/dialog-generation-bg.jpg") top center/100% 100% no-repeat; box-sizing: border-box; padding-top: var(--status-bar-height); padding-bottom: var(--window-bottom); box-sizing: border-box; } .subject-matter-ofText { width: 100vw; height: 100%; box-sizing: border-box; } .navbar { width: calc(100vw - 60rpx); height: 160rpx; display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; // z-index: 99; // padding-top: var(--status-bar-height); .navbar-left { width: 435rpx; display: flex; align-items: center; justify-content: space-between; .back { width: 32rpx; height: 32rpx; opacity: 0.9; } .elf-name { color: #fff; font-family: "CustomFont"; font-size: 36rpx; transform: skewX(-5deg); opacity: 0.9; } .deepseek { width: 168rpx; height: 36rpx; } } .navbar-right { width: 130rpx; display: flex; align-items: center; justify-content: space-between; .primary { width: 48rpx; height: 48rpx; opacity: 0.9; } .createChat { width: 48rpx; height: 48rpx; opacity: 0.9; } } } .navbar-reserveASeat { width: 100vw; height: calc(160rpx + var(--status-bar-height)); } .chat-content { flex: 1; // overflow-y: auto; background: transparent; height: calc(100% - 380rpx); width: 100vw; box-sizing: border-box; padding: 0 28rpx; } .chat-bubble { font-size: 32rpx; word-break: break-all; margin: 28rpx 0; } .chat-bubble.user { margin-left: calc(100% - 516rpx); width: 514rpx; color: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.1); border: rgba(255, 255, 255, 0.1) solid 2rpx; border-radius: 36rpx 36rpx 12rpx 36rpx; padding: 22rpx 32rpx 20rpx 34rpx; backdrop-filter: blur(10px); } .chat-bubble.ai { color: rgba(255, 255, 255, 0.7); line-height: 1.5; } .chat-bubble .chat-bubble span { color: #fff; } .bom-reserveASeat { width: 100vw; height: calc(160rpx + var(--window-bottom)); } .bom-box { width: 100vw; height: calc(160rpx + var(--window-bottom)); // position: fixed; bottom: 0; left: 0; padding-bottom: var(--window-bottom); box-sizing: border-box; position: relative; left: 0; top: 0; background: url("../../static/makedetail/bom-box-top-bg.png") top center/100% auto no-repeat,#040503; .bom-box-bg{ width: 100vw;height: 178rpx; position: absolute; left: 0; top: -178rpx; background: url("../../static/makedetail/bom-box-bg.png") no-repeat top center / 100% 100%; .icon-img { height: 108rpx; width: 112rpx; position: absolute; bottom: 0; left: 32rpx; } } // padding-top: 30rpx; .input-bar { display: flex; min-height: 90rpx; width: 700rpx; background: rgba(255, 255, 255, 0.15); border-radius: 46rpx; border: 2rpx solid rgba(255, 255, 255, 0.15); margin: 0 25rpx; align-items: center; padding-left: 20rpx; padding-right: 22rpx; position: relative; left: 0; top: 0; .input-box { flex: 1; height: 60rpx; border: none; outline: none; background: transparent; color: #fff; font-size: 30rpx; padding-left: 10rpx; } .send-btn { margin-left: 18rpx; background: linear-gradient(90deg, #ffb86c 0%, #ff6e7f 100%); color: #fff; border: none; border-radius: 32rpx; font-size: 30rpx; padding: 0 38rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; } .stop, .keyboard, .send { width: 52rpx; height: 52rpx; opacity: 0.9; } .send { opacity: 1; } } .footer-tip { text-align: center; color: rgba(255, 255, 255, 0.5); font-size: 24rpx; width: 100vw; padding: 20rpx 0; } } .chat-content-empty { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; image { width: 182rpx; height: 182rpx; } .chat-content-empty-title { font-family: "PingFang SC-Bold"; font-weight: 400; font-size: 36rpx; color: rgba(255, 255, 255, 0.9); padding-top: 8rpx; padding-bottom: 12rpx; } .chat-content-empty-desc { font-family: "PingFang SC-Medium"; font-size: 28rpx; color: rgba(255, 255, 255, 0.5); } } .btn-box { padding: 6rpx 22rpx; border-radius: 392rpx; border: 2rpx solid rgba(255, 255, 255, 0.9); display: inline-block; margin-top: 16rpx; }