/* subpages/houseAudit/page/audit/audit.wxss */ page { background: #f7f7f7; box-sizing: border-box } .f-container { width: 100%; box-sizing: border-box; background: #f7f7f7; } .gray{ color: #999; } .f-container >.card{ background-color: #fff; padding: 20rpx; } .images{ overflow: hidden; width: 100%; height: 300rpx; } .images image{ width: 100%; height: 100%; } .houseName{ display: flex; justify-content: space-between; align-items: center; margin-top: 20rpx; } .houseName view>text{ background-color: #fff0e2; color:#ffa822 ; padding: 5rpx 20rpx; font-size: 24rpx; border-radius: 3rpx; box-sizing: border-box; margin-left: 20rpx; } .card .row{ display: flex; align-items: center; justify-content: space-around; margin-top: 20rpx; } .card .row view{ width: 50%; text-align: left; color: #999; float: left; } .card .row view text{ color: #000; margin-left: 20rpx; } .describe{ background-color: #f0fbff; padding: 20rpx; display: flex; flex-direction: column; justify-content: space-around; align-items: left; font-weight: 600; margin-top: 20rpx; border-radius: 8rpx; } .describe text{ font-size: 28rpx; font-weight: 300; margin-top: 20rpx; } .card .reply-header{ display: flex; align-items: center; justify-content: space-around; padding: 20rpx 20rpx 0; box-sizing: border-box; } .card .reply-header>view{ width: 50%; } .card .reply-header .left{ display: flex; align-items: center; } .card .reply-header .right{ display: flex; justify-content: space-between; align-items: center; color: #999; } .card .reply-header .left image{ width: 100rpx; height: 100rpx; margin-right: 20rpx; } .card .reply-header .right image{ width: 32rpx; height: 32rpx; margin-right: 10rpx; } .card .reply-header .right>view{ display: flex; align-items: center; } .card .reply-content{ display: flex; flex-direction: column; justify-content: space-around; flex-wrap: none; align-items: left; padding-left: 140rpx; } .card .replys-content{ display: flex; justify-content: space-around; padding-left: 140rpx; margin-top: 20rpx; } .card .replys-content>image{ width: 80rpx; height: 80rpx; margin-right: 20rpx; } .card .replys-content>view{ flex: 1; display: flex; flex-direction: column; justify-content: space-around; align-items: left; } .card .replys-content>view>view{ padding-top: 10rpx; } .card .replys-content>view .name{ padding: 0rpx; height: 80rpx; line-height: 80rpx; } .input-section { position: absolute; display: flex; align-items: center; height: 110rpx; bottom: 0rpx; left: 0rpx; right: 0rpx; z-index: 500; background: #fff; } .input_input { background: #fff; margin-top: 12rpx; z-index: 500; width: 580rpx; height: 110rpx; padding-left: 35rpx; } .botBtn{ display: flex; width: 100%; justify-content: space-around; box-sizing: border-box; padding: 0 40rpx; background-color: #fff; } .botBtn .yes{ background-color:#3284fe; color: #fff; margin:0; width: 200rpx; border-radius: 46rpx; height: 92rpx; } .botBtn .no{ width: 200rpx; background-color: #e40000; margin:0 0 0 30rpx; border-radius: 46rpx; color: #fff; height: 92rpx; }