index.wxss 509 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. width: 66px;
  18. height: 66px;
  19. border-radius: 90px;
  20. }
  21. .main .one .right {
  22. float: left;
  23. width: 75%;
  24. }
  25. .main .one .right .name {
  26. float: left;
  27. width: 100%;
  28. font-size: 16px;
  29. font-weight: bold;
  30. margin: 0 0 5px 0;
  31. }
  32. .main .two {
  33. float: left;
  34. width: 100%;
  35. }