detail.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .one{
  6. margin-top: -5px;
  7. }
  8. .status{
  9. padding-left: 23%;
  10. font-size: 16px;
  11. color: red;
  12. }
  13. .list{
  14. float: left;
  15. width: 100%;
  16. }
  17. .two{
  18. width: 93%;
  19. float: left;
  20. margin-left: 3%;
  21. }
  22. .left{
  23. float: left;
  24. width: 70%;
  25. padding-top: 10px;
  26. padding-left: 10px;
  27. padding-bottom: 10px;
  28. }
  29. .two{
  30. background-color: white;
  31. margin-bottom: 3%;
  32. border-radius: 8px;
  33. }
  34. .right{
  35. float: left;
  36. width: 20%;
  37. margin-top: 13%;
  38. }
  39. .rightt{
  40. margin-top: 5%;
  41. margin-bottom: 5%;
  42. }
  43. .button{
  44. margin-top: 0 !important;
  45. width: 77px !important;
  46. height: 30px;
  47. background-color: rgba(243, 32, 162,0.5);
  48. background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230));
  49. border-radius: 30px;
  50. color:#ffffff;
  51. font-size: 13px;
  52. line-height: 15px;
  53. }
  54. .resaon{
  55. padding-left: 2px;
  56. }
  57. .buttons{
  58. margin-top: 0 !important;
  59. width: 77px !important;
  60. height: 30px;
  61. background-color: rgba(59, 63, 247, 0.5);
  62. background-image: linear-gradient(to right, rgb(75, 91, 236) , rgb(213, 41, 247));
  63. border-radius: 30px;
  64. color:#ffffff;
  65. font-size: 13px;
  66. line-height: 15px;
  67. }
  68. .head {
  69. float: left;
  70. margin-left: 7px;
  71. width: 15%;
  72. height: 31px;
  73. overflow: hidden;
  74. }
  75. .group{
  76. font-size: 16px;
  77. line-height: 30px;
  78. font-weight: 500;
  79. margin-left: 4%;
  80. margin-right: 8%;
  81. }
  82. .fou{
  83. font-size: 13px;
  84. color: #9e9e9e;
  85. margin: 2%;
  86. margin-left: 10px;
  87. float: left;
  88. width: 100%;
  89. }
  90. .person{
  91. font-size: 13px;
  92. color: #9e9e9e;
  93. }
  94. .time{
  95. margin-left: 10px;
  96. margin-bottom: 1.5%;
  97. font-size: 13px;
  98. color: #9e9e9e;
  99. }
  100. .date{
  101. margin-right: 5px;
  102. }