.page { width: 100%; height: 100%; background-color: #F3F3F3; font-size: 28rpx; } .borderBottoms{ border-bottom: 1rpx solid #F5F6F8; } .contenBox { position: relative; background-color: white; padding: 4% 6%; margin: 20rpx 0; } .modify { font-size: 24rpx; border: 1rpx solid #4C84FF; color: #4C84FF; width: 100rpx; height: 44rpx; text-align: center; line-height: 44rpx; border-radius: 50rpx; position: absolute; top: 30%; right: 6%; } .btn { font-size: 30rpx; width: 90%; line-height: 100rpx; background-color: #4C84FF; color: white; text-align: center; border-radius: 50rpx; margin: 0 auto; margin-top: 40rpx; margin-bottom: 40rpx; } input, textarea { width: 80%; display: inline-block; } .imageContent { width: 100%; display: flex; flex-wrap: wrap; margin: 20px 0; } .image { width: 31%; padding: 4rpx; height: 200rpx !important; overflow: hidden; position: relative; } .headerInput { width: 60%; height: 100%; /* background: #F3F3F3; */ border-radius: 8rpx; /* border: 1rpx solid #A5A5A5; */ padding-left: 20rpx; } .headerBox { padding: 20rpx 0; height: 60rpx; line-height: 60rpx; display: flex }