page { height: auto; cursor: default; -webkit-user-select: none; user-select: none; width: 100%; overflow-x: hidden; } .box { margin-top: 20rpx; } .issue-content { width: 100%; height: 982rpx; border-radius: 16rpx; background: #fff; box-sizing: border-box; padding: 30rpx 20rpx 45rpx; } .issue-content textarea { width: 100%; height: 598rpx; box-sizing: border-box; padding-bottom: 20rpx; font-size: 34rpx; color: #333; line-height: 50rpx; position: relative; } .issue-content textarea .textarea-placeholder { font-size: 30rpx; color: #999; line-height: 50rpx; position: absolute; left: 0; top: 0; } .issue-content .image-list { width: 100%; display: grid; grid-template-columns: 214rpx 214rpx 214rpx; grid-template-rows: 214rpx; grid-gap: 17rpx; /* height: 214rpx; */ margin-top: 100rpx; } .issue-content .image-list .image-item { width: 220rpx; height: 220rpx; position: relative; } .issue-content .image-list image { width: 220rpx; height: 220rpx; object-fit: cover; border-radius: 8rpx; } .issue-content .image-list .image-item .loading { position: absolute; left: 25%; top: 25%; width: 50%; height: 50%; } .issue-content .image-list .image-item .close { position: absolute; top: -17rpx; right: -17rpx; /* right:0; */ width: 40rpx; height: 40rpx; } .topic-button { width: 100%; margin: 40rpx 0 80rpx 0; display: flex; justify-content: center; align-items: center; } .topic-button-image { width: 560rpx; height: 84rpx; background: #01beae; text-align: center; line-height: 84rpx; border-radius: 10rpx; font-size:32rpx; font-weight:bold; color:rgba(255,255,255,1); } .wux-actionsheet__button { font-size: 34rpx !important; color: #333 !important; } .title { /* width: 100%; */ background: #fff; height: 160rpx; margin-top: 20rpx; margin-bottom: 20rpx; padding: 30rpx 20rpx 45rpx; } .title textarea{ height: 160rpx; font-size:30rpx; padding-top: 5rpx; width: 100%; } .title textarea .textarea-placeholder { font-size: 30rpx; color: #999; line-height: 50rpx; position: absolute; left: 0; top: 0; } .page-content .box .min-height{ height: auto; }