.container { display: flex; flex-direction: column; min-height: 100%; justify-content: space-between; font-size: 32rpx; font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; } .page-body { width: 100%; flex-grow: 1; overflow-x: hidden; } .page-section{ width: 100%; margin-bottom: 0rpx; } .image-plus { width: 150rpx; height: 150rpx; border: 2rpx solid #D9D9D9; position: relative; } .image-plus-nb{ border: 0; } .image-plus-text{ color: #888888; font-size: 28rpx; } .image-plus-horizontal { position: absolute; top: 50%; left: 50%; background-color: #d9d9d9; width: 4rpx; height: 80rpx; transform: translate(-50%, -50%); } .image-plus-vertical { position: absolute; top: 50%; left: 50%; background-color: #d9d9d9; width: 80rpx; height: 4rpx; transform: translate(-50%, -50%); } .image { width: 100%; height: 360rpx; } .page-body-info { display: flex; box-sizing: border-box; padding: 30rpx; height: 420rpx; /*border-top: 1rpx solid #D9D9D9;*/ /*border-bottom: 1rpx solid #D9D9D9;*/ align-items: center; justify-content: center; margin-bottom: 0rpx; } .page-section-title{ font-size: 28rpx; color: #999999; margin-bottom: 0rpx; padding-left: 30rpx; padding-right: 30rpx; line-height:90rpx; } textarea { width: 700rpx; padding: 25rpx 0; } .textarea-wrp { padding: 0 25rpx; background-color: #fff; } .button-wrapper{ margin: 1.17647059em 15px 0.3em; }