page { background: #fdfdfd; } .card { width: 100%; height: 0; position: relative; box-sizing: border-box; background: #fff; z-index: 100; /* text-align: center; */ } .card-bgImg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .area-box { white-space: nowrap; background: none !important; z-index: 111; } .area-box image { width: 100%; height: 100%; } .card-info { padding: 10rpx; margin-bottom: 90rpx; } .card-title { font-size: 30rpx; background: #ffffff; line-height: 70rpx; padding: 10rpx 20rpx; margin: 0rpx 10rpx; } .row { display: flex; padding: 15rpx 10rpx; border-bottom: 1px solid #EEE; background: #ffffff; } .item-title { flex: 1; font-size: 32rpx; line-height: 50rpx; color: #808080; align-self: center; } .item-input { flex: 4; box-sizing: border-box; display: flex; align-items: center; } .item-input input { width: 100%; text-align: right; height: 50rpx; font-size: 32rpx; color: #333; padding-right: 20rpx; } .item-input image { max-width: 70%; /* max-height: 120rpx; */ } .item-code-input image { max-width: 35%; max-height: 160rpx; } .share { padding: 20rpx 15rpx; text-align: center; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; z-index: 1000; } .share .btn { display: inline-block; width: 32% !important; background: #0054bd; color: #fff; margin-right: 2%; font-size: 28rpx; font-weight: normal; height: 70rpx; line-height: 70rpx; text-align: center; border-radius: 10rpx; } .share .btn:nth-child(1) { background: coral; } .share .btn:last-child { margin-right: 0; background: #ff2525; } .hide-link { position: fixed; top: 0; bottom: 0; left: 0; right: 0; padding: 0 15rpx; background: rgba(0, 0, 0, 0.6); z-index: 1000; } .hide { position: absolute; top: 50%; left: 50%; width: 90%; transform: translate(-50%, -50%); padding: 20rpx; border-radius: 10rpx; background: #fff; } .hide-btn { display: flex; width: 49%; height: 60rpx; background: #1296db; color: #fff; font-size: 30rpx; border-radius: 10rpx; justify-content: center; align-items: center; } .hide-text { font-size: 30rpx; color: #000; margin-bottom: 20rpx; } .hide-btn-box { display: flex; justify-content: space-between; } .input-box { width: 100%; } .cuIcon-cameraadd { font-size: 60rpx; } .card-img-box { display: flex; flex-direction: row; align-items: center; margin-right: 40rpx; } .card-img-box image { width: 200rpx; height: 200rpx; } .hint-txt { text-align: right; color: #ff0000; font-size: 24rpx; padding: 10rpx 32rpx; }