/* pages/message/message.wxss */ page{ padding: 30rpx 30rpx 160rpx; background: #F7F7F7; } .list{ position: relative; margin-bottom: 48rpx; } .list:last-child{ padding-bottom: 160rpx; } .post{ position: fixed; padding: 24rpx 30rpx 80rpx; bottom: 0; left: 0; background: #fff; z-index: 9; border-top: 1px solid rgba(245, 245, 245, 1); display: flex; justify-content: space-between; width: 100%; } .post input{ width: 75%; height: 64rpx; border: 1px solid rgba(224, 224, 224, 1); border-radius: 9rpx; font-size: 30rpx; color: #333; padding: 0 16rpx; } .post button:not([size='mini']){ height: 64rpx; width: 124rpx !important; background: #D94B24; border-radius: 8rpx; line-height: 64rpx; font-size: 30rpx; color: #fff; padding: 0; font-weight: 400; margin: 0; } .list{ float: left; width: 100%; } .wz image{ width: 64rpx; height: 64rpx; border-radius: 100%; float: left; } .wz .content{ background: #fff; padding: 20rpx; font-size: 30rpx; line-height: 48rpx; margin-left: 20rpx; border-radius: 8rpx; } .wz>view{ max-width: 80%; float: left; } .me image{ width: 64rpx; height: 64rpx; border-radius: 100%; float: right; } .me .content{ background: #fff; padding: 20rpx; font-size: 30rpx; line-height: 48rpx; float: right; margin-right: 20rpx; border-radius: 8rpx; max-width: 80%; } .name{ display: block; font-size: 28rpx; margin-left: 20rpx; margin-bottom: 20rpx; }