@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page, .content { min-height: 100%; height: auto; } .box-1 { background: #ffffff; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20rpx; } .box-1 .box-left { width: 25%; text-align: left; color: #000000; } .box-1 .list-input { width: 75%; font-size: 28rpx; color: #959595; text-align: right; padding-right: 24rpx; } .upload-box { width: 100%; background: #ffffff; border-radius: 27rpx; display: flex; flex-direction: column; padding: 30rpx 40rpx; margin: 20rpx auto 30rpx; } .upload-box .upload-left { font-weight: 400; font-size: 28rpx; } .upload-box .upload-right { flex: 1; display: flex; align-items: center; justify-content: center; } .upload-box .upload-right .upload-img { width: 200rpx; height: 200rpx; margin-top: 20rpx; } .main { padding: 20rpx; } .bjq { margin-top: 20rpx; background: #ffffff; padding: 20rpx; } .address-box { padding: 15rpx 40rpx; margin-bottom: 10px; } .submit-box { bottom: 0; left: 0; width: 750rpx; } .submit-btn { margin-top: 10px; display: inline-block; width: 670rpx; height: 96rpx; line-height: 96rpx; text-align: center; background-color: #000000; opacity: 1; box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16); border-radius: 56rpx; font-size: 39rpx; font-weight: bold; color: white; } .gren { background: #ffffff; color: #000000; border: 1px solid #000000; } .choose-main { background: #ffffff; } .choose-top { padding: 20rpx 40rpx 20rpx; font-size: 32rpx; justify-content: flex-end; } .choose-top .choose-font { color: #d4c7c2; } .choose-item { padding: 40rpx 20rpx; justify-content: flex-start; } .choose-item .choose-image { width: 100rpx; height: 100rpx; } .choose-item .choose-image image { width: 100%; height: 100%; } .choose-item .choose-rigt { height: 100rpx; margin-left: 20rpx; padding: 10rpx 0; display: flex; flex-direction: column; justify-content: space-between; } .choose-item .choose-rigt .choose-name { font-size: 28rpx; color: #303133; font-weight: bold; } .choose-item .choose-rigt .choose-price { font-size: 32rpx; font-family: PingFang SC; font-weight: 800; color: #ff4c4c; line-height: 1; } .top-box { display: flex; justify-content: center; align-items: center; } .top-font { font-size: 32rpx; color: #000000; margin-left: 20rpx; } .top { width: 550rpx; height: 58rpx; background: #ededed; border-radius: 29rpx; display: flex; justify-content: center; align-items: center; } .top .top-icon { width: 32rpx; height: 32rpx; } .top .top-icon image { width: 100%; height: 100%; } .top .top-main { margin-left: 20rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #cbcbcb; }