如何将我的两个元素靠得更近?

huangapple go评论104阅读模式
英文:

How do I get my two elements closer together

问题

I noticed that you want to make changes to the footer-info and socials section of your code. Specifically, you mentioned that the size of the anchor <a> elements for the socials is causing an issue. If you change the size from 18 x 133 to 18 x 18 by modifying the .social a style class, it affects the positioning of the icons. If you need assistance with this issue, please let me know.

英文:

I'm trying to get the footer-info and socials closer together. I noticed that part of the issue is that the on the anchor <a> for the socials, its size is 18 x 133 for some reason, and when I change it to 18 x 18 by changing the .social a style class it pushes the icons to this white bit of the website. Any help would be appreciated.

<!-- begin snippet: js hide: false console: true babel: false -->

<!-- language: lang-css -->

  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. font-family: system-ui, -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Oxygen, Ubuntu, Cantarell, &#39;Open Sans&#39;, &#39;Helvetica Neue&#39;, sans-serif;
  6. }
  7. .top-container{
  8. padding: 200px;
  9. }
  10. .showcase {
  11. background-color: rgb(39,43,51);
  12. width: max-content;
  13. }
  14. .showcase-inner {
  15. margin: 0;
  16. padding-top: 30px;
  17. padding-bottom: 30px;
  18. }
  19. .footer {
  20. background-color: rgb(32,35,41);
  21. font-size: 100px;
  22. padding-top: 30px;
  23. }
  24. h1{
  25. font-size: 95px;
  26. text-align: center;
  27. font-weight: 1000;
  28. color: rgb(32,35,41);
  29. }
  30. main {
  31. display: grid;
  32. grid-template-columns: 1fr 1fr 1fr;
  33. gap: 0;
  34. overflow-x: hidden;
  35. }
  36. .image-container{
  37. display: flex;
  38. }
  39. .image-container img{
  40. width: 229.2px;
  41. height: 220px;
  42. border-radius: 25px;
  43. }
  44. article{
  45. padding: 10px;
  46. }
  47. .character-card{
  48. display: flex;
  49. margin: 13.5px;
  50. background-color: rgb(60,62,68);
  51. border-radius: 25px;
  52. box-shadow: 0 0 10px rgba(37, 37, 37, 0.5);
  53. }
  54. .character-info{
  55. display: flex;
  56. flex-direction: column;
  57. padding: 13.5px;
  58. position: relative;
  59. }
  60. .section{
  61. display: flex;
  62. flex-direction: column;
  63. width: 330px;
  64. height: 64.33px;
  65. color: rgb(245,245,245);
  66. }
  67. .greytext{
  68. color: rgb(158,158,158);
  69. }
  70. .navbar {
  71. background-color: #ffffff;
  72. list-style-type: none;
  73. margin: 0;
  74. padding: 0;
  75. overflow: hidden;
  76. display: flex;
  77. justify-content: space-between;
  78. }
  79. .navbar li {
  80. float: left;
  81. }
  82. .navbar li a {
  83. display: block;
  84. color: #333;
  85. text-align: center;
  86. padding: 14px 16px;
  87. text-decoration: none;
  88. transition: color 0.2s;
  89. }
  90. .content-links{
  91. margin-left: auto;
  92. padding: 10px;
  93. margin-right: 10px;
  94. font-size: 20px;
  95. font-weight: 750;
  96. }
  97. .content-links a:hover{
  98. color: rgb(255,152,0);
  99. }
  100. .homebutton{
  101. margin-right: auto;
  102. }
  103. .homebutton img{
  104. width: 50px;
  105. height: 50px;
  106. }
  107. .status {
  108. display: flex;
  109. align-items: center;
  110. }
  111. .status-dot {
  112. width: 8px;
  113. height: 8px;
  114. border-radius: 50%;
  115. display: inline-block;
  116. margin-right: 5px;
  117. }
  118. .status-dot.grey {
  119. background-color: rgb(158,158,158);
  120. }
  121. .status-dot.red {
  122. background-color: rgb(214,61,46);
  123. }
  124. .status-dot.green {
  125. background-color: rgb(85,204,68);
  126. }
  127. .about-content{
  128. display: flex;
  129. flex-direction: column;
  130. padding: 5px;
  131. margin-left: 500px;
  132. margin-right: 500px;
  133. font-size: 110%;
  134. color: rgb(66,66,66);
  135. }
  136. .abouth2 {
  137. font-size: 35px;
  138. font-weight: 800;
  139. margin-bottom: 30px;
  140. color: rgb(32,35,41);
  141. }
  142. .abouth3 {
  143. font-size: 25px;
  144. font-weight: 800;
  145. margin-top: 10px;
  146. margin-bottom: 10px;
  147. color: rgb(32,35,41);
  148. }
  149. .ablink {
  150. text-decoration-color: rgb(255,152,0);
  151. text-decoration-thickness: 2px;
  152. text-underline-offset: 4px;
  153. color: rgb(66,66,66);
  154. }
  155. .ablink:hover {
  156. text-decoration: none;
  157. color: rgb(255,152,0);
  158. transition: color 0.2s;
  159. }
  160. .footer-info {
  161. display: flex;
  162. justify-content: center;
  163. list-style: none;
  164. padding-top: 40px;
  165. margin: 0;
  166. font-size: 15px;
  167. font-weight: 750;
  168. color: rgb(158, 158, 158);
  169. }
  170. .footer-info li {
  171. margin-right: 20px;
  172. }
  173. .socials {
  174. display: flex;
  175. justify-content: center;
  176. align-items: center;
  177. }
  178. .socials a {
  179. margin: 10px;
  180. }
  181. .socials a:hover svg path {
  182. fill: rgb(255, 152, 0);
  183. }

<!-- language: lang-html -->

  1. &lt;!DOCTYPE html&gt;
  2. &lt;html lang=&quot;en&quot;&gt;
  3. &lt;head&gt;
  4. &lt;title&gt;Rick and Morty API&lt;/title&gt;
  5. &lt;meta charset=&quot;UTF-8&quot;&gt;
  6. &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot;&gt;
  7. &lt;/head&gt;
  8. &lt;body&gt;
  9. &lt;ul class=&quot;navbar&quot;&gt;
  10. &lt;li class=&quot;homebutton&quot;&gt;&lt;a href=&quot;landing.html&quot;&gt;&lt;img src=&quot;RMAPI-homepagebutton.png&quot; alt=&quot;Home&quot;&gt;&lt;/a&gt;&lt;/li&gt;
  11. &lt;li class=&quot;content-links&quot;&gt;&lt;a href=&quot;about.html&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
  12. &lt;/ul&gt;
  13. &lt;div class=&quot;top-container&quot;&gt;
  14. &lt;h1&gt;The Rick and Morty API&lt;/h1&gt;
  15. &lt;/div&gt;
  16. &lt;div class=&quot;showcase&quot;&gt;
  17. &lt;div class=&quot;showcase-inner&quot;&gt;
  18. &lt;main&gt;&lt;/main&gt;
  19. &lt;/div&gt;
  20. &lt;/div&gt;
  21. &lt;div class=&quot;footer&quot;&gt;
  22. &lt;ul class=&quot;footer-info&quot;&gt;
  23. &lt;li&gt;CHARACTERS: 826&lt;/li&gt;
  24. &lt;li&gt;LOCATIONS: 126&lt;/li&gt;
  25. &lt;li&gt;EPISODES: 51&lt;/li&gt;
  26. &lt;/ul&gt;
  27. &lt;div class=&quot;socials&quot;&gt;
  28. &lt;a href=&quot;https://github.com/afuh/rick-and-morty-api&quot;&gt;
  29. &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; class=&quot;social-icon&quot; style=&quot;fill: rgb(158, 158, 158);&quot;&gt;
  30. &lt;path d=&quot;M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z&quot;/&gt;
  31. &lt;/svg&gt;
  32. &lt;/a&gt;
  33. &lt;a href=&quot;https://twitter.com/rickandmortyapi&quot;&gt;
  34. &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; class=&quot;social-icon&quot; style=&quot;fill: rgb(158, 158, 158);&quot;&gt;
  35. &lt;path d=&quot;M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z&quot;/&gt;
  36. &lt;/svg&gt;
  37. &lt;/a&gt;
  38. &lt;a href=&quot;https://rickandmortyapi.com/support-us/&quot;&gt;
  39. &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; class=&quot;social-icon&quot; style=&quot;fill: rgb(158, 158, 158);&quot;&gt;
  40. &lt;path d=&quot;M12 4.419c-2.826-5.695-11.999-4.064-11.999 3.27 0 7.27 9.903 10.938 11.999 15.311 2.096-4.373 12-8.041 12-15.311 0-7.327-9.17-8.972-12-3.27z&quot;/&gt;
  41. &lt;/svg&gt;
  42. &lt;/a&gt;
  43. &lt;/div&gt;
  44. &lt;/div&gt;
  45. &lt;script src=&quot;script.js&quot;&gt;&lt;/script&gt;
  46. &lt;/body&gt;
  47. &lt;/html&gt;

<!-- end snippet -->

答案1

得分: 0

  1. /* Chinese translation starts here */
  2. /* 翻译开始 */
  3. /* It looks like the elements in `.socials a` take up too much space on top. If you use `display:flex` it shrinks down to its correct size. */
  4. /* 看起来 `.socials a` 中的元素在顶部占用了太多空间。如果使用 `display:flex`,它将缩小到正确的大小。 */
  5. /* I also left the border colors in my text snippet. This is often a helpful way (other than the dev tools) to find the culprit. */
  6. /* 我还在我的文本片段中保留了边框颜色。这通常是一个有用的方法(除了开发工具之外)来找出问题所在。 */
  7. /* Three more things:
  8. Be aware of the fact that the padding style of the footer is inherited by its children. I was not sure if you wanted that. */
  9. /* 还有三件事:
  10. 请注意页脚的填充样式会被其子元素继承。我不确定你是否想要这样。 */
  11. /* I also changed the footer with `display:flex` and `flex-direction: column`. */
  12. /* 我还使用了 `display:flex` 和 `flex-direction: column` 更改了页脚。 */
  13. /* Next time it can be helpful if you post a minimal reproducible example. Then it's easier to find the solution. */
  14. /* 下次如果您提供一个最小可复现的示例会很有帮助。这样可以更容易找到解决方案。 */
英文:

It looks like the elements in .socials a take up too much space on top. If you use display:flex it shrinks down to its correct size.

I also left the border colors in my text snippet. This is often a helpful way (other thean the dev tools) to find the culprit.

<!-- begin snippet: js hide: true console: true babel: false -->

<!-- language: lang-css -->

  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. font-family: system-ui, -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Oxygen, Ubuntu, Cantarell, &#39;Open Sans&#39;, &#39;Helvetica Neue&#39;, sans-serif;
  6. }
  7. .top-container{
  8. padding: 200px;
  9. }
  10. .showcase {
  11. background-color: rgb(39,43,51);
  12. width: max-content;
  13. }
  14. .showcase-inner {
  15. margin: 0;
  16. padding-top: 30px;
  17. padding-bottom: 30px;
  18. }
  19. .footer {
  20. background-color: rgb(32,35,41);
  21. font-size: 100px;
  22. padding-top: 30px;
  23. display: flex;
  24. flex-direction: column;
  25. border: blue solid;
  26. }
  27. h1{
  28. font-size: 95px;
  29. text-align: center;
  30. font-weight: 1000;
  31. color: rgb(32,35,41);
  32. }
  33. main {
  34. display: grid;
  35. grid-template-columns: 1fr 1fr 1fr;
  36. gap: 0;
  37. overflow-x: hidden;
  38. }
  39. .image-container{
  40. display: flex;
  41. }
  42. .image-container img{
  43. width: 229.2px;
  44. height: 220px;
  45. border-radius: 25px;
  46. }
  47. article{
  48. padding: 10px;
  49. }
  50. .character-card{
  51. display: flex;
  52. margin: 13.5px;
  53. background-color: rgb(60,62,68);
  54. border-radius: 25px;
  55. box-shadow: 0 0 10px rgba(37, 37, 37, 0.5);
  56. }
  57. .character-info{
  58. display: flex;
  59. flex-direction: column;
  60. padding: 13.5px;
  61. position: relative;
  62. }
  63. .section{
  64. display: flex;
  65. flex-direction: column;
  66. width: 330px;
  67. height: 64.33px;
  68. color: rgb(245,245,245);
  69. }
  70. .greytext{
  71. color: rgb(158,158,158);
  72. }
  73. .navbar {
  74. background-color: #ffffff;
  75. list-style-type: none;
  76. margin: 0;
  77. padding: 0;
  78. overflow: hidden;
  79. display: flex;
  80. justify-content: space-between;
  81. }
  82. .navbar li {
  83. float: left;
  84. }
  85. .navbar li a {
  86. display: block;
  87. color: #333;
  88. text-align: center;
  89. padding: 14px 16px;
  90. text-decoration: none;
  91. transition: color 0.2s;
  92. }
  93. .content-links{
  94. margin-left: auto;
  95. padding: 10px;
  96. margin-right: 10px;
  97. font-size: 20px;
  98. font-weight: 750;
  99. }
  100. .content-links a:hover{
  101. color: rgb(255,152,0);
  102. }
  103. .homebutton{
  104. margin-right: auto;
  105. }
  106. .homebutton img{
  107. width: 50px;
  108. height: 50px;
  109. }
  110. .status {
  111. display: flex;
  112. align-items: center;
  113. }
  114. .status-dot {
  115. width: 8px;
  116. height: 8px;
  117. border-radius: 50%;
  118. display: inline-block;
  119. margin-right: 5px;
  120. }
  121. .status-dot.grey {
  122. background-color: rgb(158,158,158);
  123. }
  124. .status-dot.red {
  125. background-color: rgb(214,61,46);
  126. }
  127. .status-dot.green {
  128. background-color: rgb(85,204,68);
  129. }
  130. .about-content{
  131. display: flex;
  132. flex-direction: column;
  133. padding: 5px;
  134. margin-left: 500px;
  135. margin-right: 500px;
  136. font-size: 110%;
  137. color: rgb(66,66,66);
  138. }
  139. .abouth2 {
  140. font-size: 35px;
  141. font-weight: 800;
  142. margin-bottom: 30px;
  143. color: rgb(32,35,41);
  144. }
  145. .abouth3 {
  146. font-size: 25px;
  147. font-weight: 800;
  148. margin-top: 10px;
  149. margin-bottom: 10px;
  150. color: rgb(32,35,41);
  151. }
  152. .ablink {
  153. text-decoration-color: rgb(255,152,0);
  154. text-decoration-thickness: 2px;
  155. text-underline-offset: 4px;
  156. color: rgb(66,66,66);
  157. }
  158. .ablink:hover {
  159. text-decoration: none;
  160. color: rgb(255,152,0);
  161. transition: color 0.2s;
  162. }
  163. .footer-info {
  164. display: flex;
  165. justify-content: center;
  166. list-style: none;
  167. padding-top: 40px;
  168. margin: 0;
  169. font-size: 15px;
  170. font-weight: 750;
  171. color: rgb(158, 158, 158);
  172. border: red solid;
  173. padding-top: 0px;
  174. }
  175. .footer-info li {
  176. margin-right: 20px;
  177. }
  178. .socials {
  179. display: flex;
  180. padding-top: 0px;
  181. justify-content: center;
  182. align-items: center;
  183. border: yellow solid;
  184. }
  185. .socials a {
  186. display: flex;
  187. margin: 10px;
  188. border: green solid;
  189. }
  190. .socials a:hover svg path {
  191. fill: rgb(255, 152, 0);
  192. }

<!-- language: lang-html -->

  1. &lt;!DOCTYPE html&gt;
  2. &lt;html lang=&quot;en&quot;&gt;
  3. &lt;head&gt;
  4. &lt;title&gt;Rick and Morty API&lt;/title&gt;
  5. &lt;meta charset=&quot;UTF-8&quot;&gt;
  6. &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot;&gt;
  7. &lt;/head&gt;
  8. &lt;body&gt;
  9. &lt;ul class=&quot;navbar&quot;&gt;
  10. &lt;li class=&quot;homebutton&quot;&gt;&lt;a href=&quot;landing.html&quot;&gt;&lt;img src=&quot;RMAPI-homepagebutton.png&quot; alt=&quot;Home&quot;&gt;&lt;/a&gt;&lt;/li&gt;
  11. &lt;li class=&quot;content-links&quot;&gt;&lt;a href=&quot;about.html&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
  12. &lt;/ul&gt;
  13. &lt;div class=&quot;top-container&quot;&gt;
  14. &lt;h1&gt;The Rick and Morty API&lt;/h1&gt;
  15. &lt;/div&gt;
  16. &lt;div class=&quot;showcase&quot;&gt;
  17. &lt;div class=&quot;showcase-inner&quot;&gt;
  18. &lt;main&gt;&lt;/main&gt;
  19. &lt;/div&gt;
  20. &lt;/div&gt;
  21. &lt;div class=&quot;footer&quot;&gt;
  22. &lt;ul class=&quot;footer-info&quot;&gt;
  23. &lt;li&gt;CHARACTERS: 826&lt;/li&gt;
  24. &lt;li&gt;LOCATIONS: 126&lt;/li&gt;
  25. &lt;li&gt;EPISODES: 51&lt;/li&gt;
  26. &lt;/ul&gt;
  27. &lt;div class=&quot;socials&quot;&gt;
  28. &lt;a href=&quot;https://github.com/afuh/rick-and-morty-api&quot;&gt;
  29. &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; class=&quot;social-icon&quot; style=&quot;fill: rgb(158, 158, 158);&quot;&gt;
  30. &lt;path d=&quot;M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z&quot;/&gt;
  31. &lt;/svg&gt;
  32. &lt;/a&gt;
  33. &lt;a href=&quot;https://twitter.com/rickandmortyapi&quot;&gt;
  34. &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; class=&quot;social-icon&quot; style=&quot;fill: rgb(158, 158, 158);&quot;&gt;
  35. &lt;path d=&quot;M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z&quot;/&gt;
  36. &lt;/svg&gt;
  37. &lt;/a&gt;
  38. &lt;a href=&quot;https://rickandmortyapi.com/support-us/&quot;&gt;
  39. &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;18&quot; height=&quot;18&quot; viewBox=&quot;0 0 24 24&quot; class=&quot;social-icon&quot; style=&quot;fill: rgb(158, 158, 158);&quot;&gt;
  40. &lt;path d=&quot;M12 4.419c-2.826-5.695-11.999-4.064-11.999 3.27 0 7.27 9.903 10.938 11.999 15.311 2.096-4.373 12-8.041 12-15.311 0-7.327-9.17-8.972-12-3.27z&quot;/&gt;
  41. &lt;/svg&gt;
  42. &lt;/a&gt;
  43. &lt;/div&gt;
  44. &lt;/div&gt;
  45. &lt;script src=&quot;script.js&quot;&gt;&lt;/script&gt;
  46. &lt;/body&gt;
  47. &lt;/html&gt;

<!-- end snippet -->

Three more things:
Be aware of the fact that the padding style of the footer is inherited by its children. I was not sure if you wanted that.
I also changed the footer with display:flex and flex-direction: column.
Next time it can be helpful if you post a minimal reproducible example. Then its easier to find the solution.

huangapple
  • 本文由 发表于 2023年6月8日 18:56:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/76431124.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定