index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. }
  9. .main .one {
  10. float: left;
  11. width: 95%;
  12. padding: 10px;
  13. }
  14. .main .one .list {
  15. float: left;
  16. width: 95%;
  17. padding: 10px;
  18. background-color: #ffffff;
  19. border-radius: 5px;
  20. margin: 0 0 10px 0;
  21. }
  22. .main .one .list .name {
  23. float: left;
  24. width: 100%;
  25. height: 50px;
  26. line-height: 50px;
  27. margin: 0 0 5px 0;
  28. }
  29. .main .one .list .name image {
  30. float: left;
  31. width: 15%;
  32. height: 50px;
  33. overflow: hidden;
  34. border-radius: 90px;
  35. }
  36. .main .one .list .name text:nth-child(2) {
  37. float: left;
  38. max-width: 63%;
  39. padding: 0 0 0 10px;
  40. font-size: 16px;
  41. font-weight: bold;
  42. }
  43. .main .one .list .name text:nth-child(3) {
  44. float: left;
  45. width: 15%;
  46. padding: 0 0 0 10px;
  47. font-size: 14px;
  48. }
  49. .main .one .list .other {
  50. float: left;
  51. width: 100%;
  52. margin: 0 0 5px 0;
  53. }
  54. .main .one .list .other .other_1 {
  55. float: left;
  56. width: 100%;
  57. font-size: 12px;
  58. margin: 0 0 5px 0;
  59. }
  60. .main .one .list .other .other_1 text:nth-child(1) {
  61. color: #666;
  62. }
  63. .main .one .list .btn {
  64. float: left;
  65. width: 100%;
  66. text-align: center;
  67. }
  68. .main .one .list .btn button {
  69. margin: 0 10px;
  70. padding: 0 10px;
  71. font-size: 14px;
  72. }