index.wxss 652 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .main {
  2. float: left;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 95%;
  8. padding: 8px;
  9. border-bottom: 1px solid #f1f1f1;
  10. }
  11. .main .one .left {
  12. float: left;
  13. width: 25%;
  14. text-align: center;
  15. }
  16. .main .one .left .image {
  17. display: block;
  18. width: 66px;
  19. height: 66px;
  20. overflow: hidden;
  21. border-radius: 50%;
  22. margin: 0 12px;
  23. }
  24. .main .one .right {
  25. float: left;
  26. width: 75%;
  27. }
  28. .main .one .right .name {
  29. float: left;
  30. width: 100%;
  31. }
  32. .main .one .right .name .other {
  33. float: left;
  34. width: 100%;
  35. margin: 0 0 5px 0;
  36. font-size: 16px;
  37. font-weight: bold;
  38. margin: 0 0 5px 0;
  39. }
  40. .main .two {
  41. float: left;
  42. width: 100%;
  43. }