detail.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .main {
  2. background: #f1f1f1;
  3. }
  4. .main .one {
  5. float: left;
  6. width: 91%;
  7. margin: 0 0 8px 0;
  8. height: 30px;
  9. line-height: 30px;
  10. background: #fff;
  11. margin: 8px 8px;
  12. padding: 8px;
  13. border-radius: 5px;
  14. }
  15. .main .one text {
  16. float: left;
  17. margin: 0 5px 0 0;
  18. font-size: 15px;
  19. }
  20. .main .one text:nth-child(1) {
  21. font-size: 30px;
  22. color: #409eff;
  23. }
  24. .main .one text:nth-child(4) {
  25. float: right;
  26. }
  27. .main .two {
  28. float: left;
  29. width: 96%;
  30. padding: 0 8px;
  31. border-radius: 5px;
  32. }
  33. .main .two .list {
  34. float: left;
  35. width: 95%;
  36. background: #fff;
  37. border-bottom: 1px solid #ccc;
  38. padding: 8px;
  39. height: 43px;
  40. line-height: 43px;
  41. }
  42. .main .two .list .list_1 {
  43. float: left;
  44. width: 15%;
  45. height: 43px;
  46. text-align: center;
  47. }
  48. .main .two .list .list_1 image {
  49. width: 40px;
  50. height: 40px;
  51. border-radius: 90px;
  52. border: 1px solid #f1f1f1;
  53. }
  54. .main .two .list .list_2 {
  55. float: left;
  56. width: 60%;
  57. font-size: 15px;
  58. }
  59. .main .two .list .list_3 {
  60. float: left;
  61. width: 20%;
  62. text-align: right;
  63. font-size: 15px;
  64. }
  65. .wrapper {
  66. display: flex;
  67. align-items: center;
  68. justify-content: center;
  69. height: 100%;
  70. }
  71. .block {
  72. width: 130px;
  73. height: 130px;
  74. background-color: #fff;
  75. }