index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #eeeeee;
  5. }
  6. .main .one {
  7. float: left;
  8. width: 95%;
  9. margin: 10px 10px 0 10px;
  10. }
  11. .main .one .list {
  12. float: left;
  13. width: 95%;
  14. margin: 0 0 10px 0;
  15. background-color: #fff;
  16. border-radius: 5px;
  17. padding: 10px;
  18. }
  19. .main .one .list .list_1 {
  20. float: left;
  21. width: 70%;
  22. }
  23. .main .one .list .list_1 .list_1_1 {
  24. float: left;
  25. width: 100%;
  26. font-size: 16px;
  27. margin: 0 0 5px 0;
  28. }
  29. .main .one .list .list_1 .list_1_1 text:nth-child(2) {
  30. padding: 0 0 0 10px;
  31. color: #ff0000;
  32. font-size: 14px;
  33. }
  34. .main .one .list .list_1 .list_1_2 {
  35. float: left;
  36. width: 100%;
  37. font-size: 14px;
  38. color: #666;
  39. }
  40. .main .one .list .list_2 {
  41. float: left;
  42. width: 30%;
  43. text-align: center;
  44. }
  45. .main .one .list .list_2 button {
  46. margin: 0 2px 2px 0;
  47. font-size: 12px;
  48. }
  49. .van-button--large {
  50. width: 100% !important;
  51. height: 50px;
  52. line-height: 48px;
  53. }
  54. .two_0 {
  55. margin: 10px 0 0 20px;
  56. border-bottom: 1px solid #ccc;
  57. width: 88%;
  58. height: 40px;
  59. }
  60. .two_0 .image {
  61. border-radius: 50%;
  62. width: 35px;
  63. height: 35px;
  64. float: right;
  65. }
  66. .two_0 .text {
  67. float: left;
  68. margin: 8px 0 0 0;
  69. font-size: 16px;
  70. }
  71. .two {
  72. margin: 10px 0 0 20px;
  73. border-bottom: 1px solid #ccc;
  74. width: 88%;
  75. height: 30px;
  76. }
  77. .two .text {
  78. float: left;
  79. font-size: 16px;
  80. }
  81. .two .text1 {
  82. float: right;
  83. font-size: 14px;
  84. }