detail.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .one{
  6. text-align: center;
  7. margin-top: 3%;
  8. margin-bottom: 3%;
  9. color: #9b9b9b;
  10. font-size: 15px;
  11. }
  12. .two{
  13. width: 93%;
  14. float: left;
  15. margin-left: 3%;
  16. }
  17. .left{
  18. float: left;
  19. width: 70%;
  20. padding-top: 10px;
  21. padding-left: 10px;
  22. padding-bottom: 10px;
  23. }
  24. .two{
  25. background-color: white;
  26. margin-bottom: 3%;
  27. border-radius: 8px;
  28. }
  29. .right{
  30. float: left;
  31. width: 20%;
  32. margin-top: 9%;
  33. }
  34. .button{
  35. margin-top: 0 !important;
  36. width: 77px !important;
  37. height: 30px;
  38. background-color: rgba(243, 32, 162,0.5);
  39. background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230));
  40. border-radius: 30px;
  41. color:#ffffff;
  42. font-size: 13px;
  43. }
  44. .head {
  45. float: left;
  46. margin-left: 7px;
  47. width: 15%;
  48. height: 31px;
  49. overflow: hidden;
  50. }
  51. .group{
  52. font-size: 16px;
  53. line-height: 30px;
  54. font-weight: 500;
  55. margin-left: 4%;
  56. margin-right: 8%;
  57. }
  58. .fou{
  59. font-size: 13px;
  60. color: #9e9e9e;
  61. margin: 2%;
  62. margin-left: 10px;
  63. float: left;
  64. width: 100%;
  65. }
  66. .person{
  67. font-size: 13px;
  68. color: #9e9e9e;
  69. }
  70. .time{
  71. margin-left: 10px;
  72. font-size: 13px;
  73. color: #9e9e9e;
  74. }
  75. .date{
  76. margin-right: 5px;
  77. }