.content { padding-bottom: 158rpx; } .prompt_view { margin: 0 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_title { display: flex; align-items: center; padding-bottom: 20rpx; } .text { color: #000; font-size: 30rpx; font-weight: bold; margin-left: 14rpx; } .itmes_view { margin-top: 20rpx; display: grid; justify-items: center; align-items: center; grid-row-gap: 60rpx; grid-template-columns: 33.33% 33.33% 33.33%; grid-template-rows: 33.33% 33.33% 33.33%; } .itme_view { border-radius: 12px; border: 1px solid #E8E8E8; width: 200rpx; height: 230rpx; text-align: center; background-color: #f5f6fa; } .itme_view_active { border: 1px solid #B8ACDA; background-color: #F8F3FF; } .yuan { font-weight: bold; font-size: 40rpx; margin-top: 10rpx; color: #000; } .yuan_active { color: #734CE1; } .money { font-weight: bold; font-size: 48rpx; margin: 0 30rpx; padding-bottom: 20rpx; border-bottom: 1px dashed #B8ACDA; color: #000; } .money_active { color: #734CE1; } .bean { font-weight: bold; margin-top: 20rpx; color: #000; } .bean_active { color: #FFD700; } .generate-bottom { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #fff; /* padding-bottom: env(safe-area-inset-bottom); */ height: 154rpx; box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3); display: flex; justify-content: center; align-items: center; flex-direction: column; } .make_button { padding: 20rpx 100rpx; border-radius: 50rpx; background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%); color: #fff; font-size: 36rpx; } .agree { font-size: 24rpx; margin-top: 8rpx; } .agreeText { color: #734CE1; }