index.wxss 960 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 30rpx 30rpx 0 30rpx;
  5. }
  6. .main view {
  7. float: left;
  8. width: 100%;
  9. /* height: 88rpx; */
  10. line-height: 88rpx;
  11. border-bottom: 1rpx solid #ccc;
  12. }
  13. .remarks{
  14. float: right;
  15. width: 80%;
  16. word-wrap: break-word;
  17. word-break: break-all;
  18. white-space: pre-line;
  19. }
  20. .info{
  21. border-bottom: 0rpx solid #ccc!important;
  22. background-color: #f5f6fa;
  23. border-radius: 20rpx;
  24. margin-top: 30rpx;
  25. }
  26. .red {
  27. display: inline-block;
  28. width: 4px;
  29. height: 20px;
  30. background: rgba(233, 2, 29, 1);
  31. vertical-align: text-bottom;
  32. }
  33. .main view text:first-child {
  34. float: left;
  35. /* width: 50%; */
  36. text-align: left;
  37. font-size: 30rpx;
  38. font-family: Source Han Sans SC;
  39. font-weight: 400;
  40. color: rgba(136, 136, 136, 1);
  41. }
  42. .main view text:last-child {
  43. float: right;
  44. /* width: 50%; */
  45. font-size: 30rpx;
  46. font-family: Source Han Sans SC;
  47. font-weight: 400;
  48. color: rgba(40, 40, 40, 1);
  49. text-align: right;
  50. }