index.wxss 805 B

1234567891011
  1. .message_details { margin: auto; }
  2. .message_details .title { width: 100%; text-align: center; font-size: 36rpx; font-weight: bold; padding: 20rpx; background-color: #fff; }
  3. .message_details .header{ display: flex; width: 100%; background-color: #fff; padding: 30rpx; margin-bottom: 20rpx; }
  4. .message_details .header .from { color: gray; width: 50%; text-align: left; }
  5. .message_details .header .date { color: gray; width: 50%; text-align: right; }
  6. .message_details .content { background-color: #fff; padding: 30rpx; }
  7. .message_details .bottom { position: fixed; bottom: 30rpx; text-align: center; width: 100%; }
  8. .message_details .bottom button { width: 90%; background-color: red; border-radius: 20rpx; color: #fff; height: 80rpx; line-height: 80rpx; margin: auto; }
  9. .fixed { bottom: 70rpx !important; }