info.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. }
  9. .main .one .one_1 {
  10. position: relative;
  11. width: 100%;
  12. height: 290px;
  13. text-align: center;
  14. overflow: hidden;
  15. }
  16. .main .one .one_1 .bg {
  17. position: relative;
  18. width: 100%;
  19. }
  20. .main .one .one_1 .bg image {
  21. float: left;
  22. width: 100%;
  23. height: 290px;
  24. overflow: hidden;
  25. }
  26. .main .one .one_1 .info {
  27. position: absolute;
  28. width: 100%;
  29. text-align: center;
  30. padding: 100px 0 0 0;
  31. }
  32. .main .one .one_1 .info image {
  33. width: 80px;
  34. height: 80px;
  35. border-radius: 90px;
  36. margin: 0 0 5px 0;
  37. }
  38. .main .one .one_1 .info .name {
  39. font-size: 16px;
  40. color: #fff;
  41. margin: 0 0 5px 0;
  42. padding: 0 10px;
  43. }
  44. .main .one .one_1 .info .num {
  45. font-size: 16px;
  46. color: #fff;
  47. }
  48. .main .one .one_2 {
  49. float: left;
  50. width: 95%;
  51. padding: 10px;
  52. background-color: #fff;
  53. margin: 0 0 10px 0;
  54. }
  55. .main .one .one_2 .otherinfo {
  56. float: left;
  57. width: 100%;
  58. margin: 0 0 5px 0;
  59. font-size: 15px;
  60. color: #666;
  61. }
  62. .main .one .one_2 .otherinfo text {
  63. color: #000000;
  64. }
  65. .main .one .one_3 {
  66. float: left;
  67. width: 95%;
  68. padding: 10px;
  69. background-color: #fff;
  70. margin: 0 0 10px 0;
  71. }
  72. .main .one .one_3 .txt {
  73. float: left;
  74. width: 100%;
  75. font-size: 15px;
  76. color: #000;
  77. margin: 0 0 5px 0;
  78. }
  79. .main .one .one_3 .members {
  80. float: left;
  81. width: 100%;
  82. }
  83. .main .one .one_3 .members .list {
  84. float: left;
  85. width: 24%;
  86. text-align: center;
  87. margin: 0 0 5px 0;
  88. position: relative;
  89. }
  90. .main .one .one_3 .members .list .image {
  91. width: 60px;
  92. height: 60px;
  93. overflow: hidden;
  94. border-radius: 90px;
  95. background-color: #f1f1f1;
  96. }
  97. .main .one .one_3 .members .list .nickname {
  98. font-size: 14px;
  99. }
  100. .main .one .one_3 .members .list .del {
  101. position: absolute;
  102. width: 20px;
  103. height: 20px;
  104. top: 0;
  105. right: 0;
  106. overflow: hidden;
  107. }
  108. .main .one .one_4 {
  109. float: left;
  110. width: 95%;
  111. background-color: #fff;
  112. padding: 10px;
  113. text-align: center;
  114. }
  115. .main .one .one_4 button {
  116. width: 80%;
  117. color: #ffffff;
  118. font-size: 13px;
  119. background-color: rgba(243, 32, 162, 0.5);
  120. background-image: linear-gradient(to right, rgb(247, 59, 69), rgb(223, 41, 247));
  121. }