/* pages/user/user.wxss */ .bodyclass{ display: flex; flex-direction: column; height: 100%; background-color: #F4F6F7; } .dier{ margin:10px; flex: 100; } .dier_yi{ display: block; padding: 0rpx 25rpx 30rpx 25rpx; line-height: 40rpx; margin-bottom: 1px; border-radius: 5rpx; background-color: #fff; } .dier_img{ line-height: 20px; border-radius: 5rpx; background-color: #fff; } .diesan{ flex: 13; } .btn-class{ background-color: #298DF7; color:#fff; text-align: center; width: 80%; } textarea{ height: 150rpx; width: 670rpx; }