在HTML表格中居中单元格。

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

Centering to cells in an html table

问题

如何修复使"I'm unsatisfied"和"Satisfied"居中显示,而不是显示"Satisfied"靠边的问题?

英文:

I am trying to make 2 cells centered At the moment lines up with one cell taking all the space and the second one just taking the space of the text.

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

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

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 16px;
  font-family: Arial
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.kustomer_rows_container {
  max-width: 600px;
  min-width: 320px;
}

.kustomer_social_anchor {
  color: inherit;
}

.col-1 {
  width: 8.3%;
}

.col-2 {
  width: 16.6%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3%;
}

.col-5 {
  width: 41.6%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3%;
}

.col-8 {
  width: 66.6%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3%;
}

.col-11 {
  width: 91.6%;
}

.col-12 {
  width: 100%;
}

.inner {
  background-image: url(&#39;https://app.box.com/shared/static/vwkt0nu9iwc5o47mfiia5acft27da4rh.png&#39;);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

a {
  text-decoration: none;
}

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

&lt;body dir=&quot;ltr&quot; style=&quot;background-color: #f6f6f6; padding-top: 20px; padding-bottom: 20px;&quot;&gt;
  &lt;table role=&quot;presentation&quot; class=&quot;kustomer_rows_container&quot; style=&quot;table-layout: fixed; border-spacing: 0; border-collapse: collapse; word-break: break-word; mso-table-lspace: 0pt; mso-table-rspace: 0pt;&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;
    align=&quot;center&quot;&gt;
    &lt;tbody&gt;
      &lt;tr&gt;
        &lt;td&gt;
          &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;background-color: #FFF5F5; background-position: center; background-size: cover; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; &quot;&gt;
            &lt;tbody&gt;
              &lt;tr&gt;
                &lt;td&gt;
                  &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; class=&quot;col-12&quot;&gt;
                    &lt;tbody&gt;
                      &lt;tr&gt;
                        &lt;td&gt;
                        &lt;/td&gt;
                      &lt;/tr&gt;
                    &lt;/tbody&gt;
                  &lt;/table&gt;

                &lt;/td&gt;
              &lt;/tr&gt;
            &lt;/tbody&gt;
          &lt;/table&gt;
          &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;background-color: #ffffff; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; &quot;&gt;
            &lt;tbody&gt;
              &lt;tr&gt;
                &lt;td&gt;

                  &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; class=&quot;col-12&quot;&gt;
                    &lt;tbody&gt;
                      &lt;tr&gt;
                        &lt;td&gt;

                          &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; word-break: break-word; width=&quot;100%&quot;&gt;
                            &lt;tbody align=&quot;center&quot;&gt;
                              &lt;tr&gt;
                                &lt;td style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;
                                  &lt;img href=&quot;&quot; src=&quot;https://cdn.myka.com/digital-asset/banners/SiteLogo.svg&quot; /&gt;

                                &lt;/td&gt;
                              &lt;/tr&gt;

                            &lt;/tbody&gt;
                          &lt;/table&gt;

                  &lt;/table&gt;


                  &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; word-break: break-word; width=&quot;100%&quot;&gt;
                    &lt;tbody align=&quot;center&quot;&gt;
                      &lt;tr&gt;
                        &lt;td height=30px bgcolor=&quot;#ede3db&quot;&gt;
                        &lt;/td&gt;
                      &lt;/tr&gt;
                      &lt;tr&gt;
                        &lt;td style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;
                          &lt;h1&gt;We value your opinion. Please rate your experience.&lt;/h1&gt;
                          &lt;p&gt;[[sn.org.csat_body]]&lt;/p&gt;
                          &lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=1&quot;&gt;
                            &lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_1_color.svg&quot; /&gt;
                          &lt;/a&gt;
                          &lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=2&quot;&gt;
                            &lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_2_color.svg&quot; /&gt;
                          &lt;/a&gt;
                          &lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=3&quot;&gt;
                            &lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_3_color.svg&quot; /&gt;
                          &lt;/a&gt;
                          &lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=4&quot;&gt;
                            &lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_4_color.svg&quot; /&gt;
                          &lt;/a&gt;
                          &lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=5&quot;&gt;
                            &lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_5_color.svg&quot; /&gt;
                          &lt;/a&gt;



                          &lt;p&gt;&lt;a href={{conversation.custom.siteUrlStr}}article.aspx?p=100055&amp;sid={{ satisfaction.id }}&amp;resid={{ responseId }} target=&quot;_blank&quot;&gt;&lt;button&gt;[[sn.org.csat_button_label]]&lt;/button&gt;&lt;/a&gt;&lt;/p&gt;
                        &lt;/td&gt;
                      &lt;/tr&gt;
                      &lt;tr align=&quot;left&quot;&gt;
                        &lt;td&gt;
                          &lt;h1&gt;I&#39;m unsatisfied&lt;/h1&gt;
                        &lt;/td&gt;
                        &lt;td&gt;
                          &lt;h1&gt;I&#39;m satisfied&lt;/h1&gt;
                        &lt;/td&gt;
                      &lt;/tr&gt;
                      &lt;tr&gt;
                        &lt;td style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;

                          &lt;div class=&quot;inner&quot; style=&quot;width:100%; max-width:600px;&quot;&gt;

                          &lt;/div&gt;

                        &lt;/td&gt;
                      &lt;/tr&gt;
                    &lt;/tbody&gt;
                  &lt;/table&gt;

                  &lt;/td&gt;
                  &lt;/tr&gt;
                  &lt;/tbody&gt;
          &lt;/table&gt;

          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;/tbody&gt;
  &lt;/table&gt;


  &lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
&lt;/body&gt;

<!-- end snippet -->

How can I fix it so the "I'm unsatisfied" and "sAtifsfied" are in the center and not displaying "Satisfied" All the way to the side?

答案1

得分: 0

在满意和不满意的表格中,除了那一行外,所有行都只有一列。这导致“我满意”的列显示在其他列的右侧,从而被推到最右边。

您可以通过在只有一列的行中使用“colspan="2"”来解决这个问题。然后,行将变得等宽。

例如:

<table
  cellpadding="0" 
  cellspacing="0" 
  border="0"
  style="word-break: break-word;"
  width="100%"
 >
  <tbody align="center">
    <tr>
        <td colspan="2" height="30px" bgcolor="#ede3db">
        </td>
    </tr>
    <tr>
      <td colspan="2" style="padding-top: 20px; padding-bottom: 20px;">
         <h1>我们重视您的意见。请评价您的体验。</h1>
        <p>[[sn.org.csat_body]]</p>
        <a href="https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=1">
            <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_1_color.svg"/>
        </a>
          <a href="https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=2">
            <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_2_color.svg"/>
        </a>
          <a href="https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=3">
            <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_3_color.svg"/>
        </a>
          <a href="https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=4">
            <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_4_color.svg"/>
        </a>
          <a href="https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=5">
            <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_5_color.svg"/>
        </a>
                   
        <p><a href={{conversation.custom.siteUrlStr}}article.aspx?p=100055&amp;sid={{ satisfaction.id }}&amp;resid={{ responseId }} target="_blank"><button>[[sn.org.csat_button_label]]</button></a></p>
      </td>
    </tr>
    <tr align="left">
        <td>
            <h1>我不满意</h1>
        </td>
        <td>
            <h1>我满意</h1>
        </td>
    </tr>
    <tr>
      <td colspan="2" style="padding-top: 20px; padding-bottom: 20px;">
        
        <div class="inner" style="width:100%; max-width:600px;">
    
        </div>
        
      </td>
    </tr>
  </tbody>
</table>
英文:

In the table with satisfied and not satisfied you have only one column in all of the rows except that row. Resulting the column with "I'm satisfied" to be displayed to the right of the other columns, and thus pushed to the far right.

You can fix this by using colspan="2" on the td-elements in the rows where it's only one column. Then the rows will be equally wide

I.e something like this:

&lt;table
cellpadding=&quot;0&quot; 
cellspacing=&quot;0&quot; 
border=&quot;0&quot;
word-break: break-word;
width=&quot;100%&quot;
&gt;
&lt;tbody align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; height=30px bgcolor=&quot;#ede3db&quot;&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;
&lt;h1&gt;We value your opinion. Please rate your experience.&lt;/h1&gt;
&lt;p&gt;[[sn.org.csat_body]]&lt;/p&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=1&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_1_color.svg&quot;/&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=2&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_2_color.svg&quot;/&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=3&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_3_color.svg&quot;/&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=4&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_4_color.svg&quot;/&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=5&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_5_color.svg&quot;/&gt;
&lt;/a&gt;
&lt;p&gt;&lt;a href={{conversation.custom.siteUrlStr}}article.aspx?p=100055&amp;sid={{ satisfaction.id }}&amp;resid={{ responseId }} target=&quot;_blank&quot;&gt;&lt;button&gt;[[sn.org.csat_button_label]]&lt;/button&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;left&quot;&gt;
&lt;td&gt;
&lt;h1&gt;I&#39;m unsatisfied&lt;/h1&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;h1&gt;I&#39;m satisfied&lt;/h1&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;
&lt;div class=&quot;inner&quot; style=&quot;width:100%; max-width:600px;&quot;&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

答案2

得分: 0

对齐可以通过调整tr的对齐方式以及调整某些行中的单元格数量来解决:

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 16px;
  font-family: Arial;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.kustomer_rows_container {
  max-width: 600px;
  min-width: 320px;
}

.kustomer_social_anchor {
  color: inherit;
}

.col-1 {
  width: 8.3%;
}

.col-2 {
  width: 16.6%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3%;
}

.col-5 {
  width: 41.6%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3%;
}

.col-8 {
  width: 66.6%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3%;
}

.col-11 {
  width: 91.6%;
}

.col-12 {
  width: 100%;
}

.inner {
  background-image: url('https://app.box.com/shared/static/vwkt0nu9iwc5o47mfiia5acft27da4rh.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

a {
  text-decoration: none;
}
<table cellpadding="0" cellspacing="0" border="0" word-break: break-word; width="100%">
  <tbody align="center">
    <tr>
      <td colspan="2" height="30px" bgcolor="#ede3db">
      </td>
    </tr>
    <tr>
      <td colspan="2" style="padding-top: 20px; padding-bottom: 20px;">
        <h1>We value your opinion. Please rate your experience.</h1>
        <p>[[sn.org.csat_body]]</p>
        <a href="https://www.myka.com/article.aspx?p={{articleid}}&sid={{survey_id}}&resid={{response_id}}&rating=1">
          <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_1_color.svg" />
        </a>
        <a href="https://www.myka.com/article.aspx?p={{articleid}}&sid={{survey_id}}&resid={{response_id}}&rating=2">
          <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_2_color.svg" />
        </a>
        <a href="https://www.myka.com/article.aspx?p={{articleid}}&sid={{survey_id}}&resid={{response_id}}&rating=3">
          <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_3_color.svg" />
        </a>
        <a href="https://www.myka.com/article.aspx?p={{articleid}}&sid={{survey_id}}&resid={{response_id}}&rating=4">
          <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_4_color.svg" />
        </a>
        <a href="https://www.myka.com/article.aspx?p={{articleid}}&sid={{survey_id}}&resid={{response_id}}&rating=5">
          <img width="70" src="https://cdn.kustomerapp.com/satisfaction/emoji_5_color.svg" />
        </a>
        <p><a href={{conversation.custom.siteUrlStr}}article.aspx?p=100055&sid={{ satisfaction.id }}&resid={{ responseId }} target="_blank"><button>[[sn.org.csat_button_label]]</button></a></p>
      </td>
    </tr>
    <tr align="center">
      <td>
        <h1>I'm unsatisfied</h1>
      </td>
      <td>
        <h1>I'm satisfied</h1>
      </td>
    </tr>
    <tr>
      <td colspan="2" style="padding-top: 20px; padding-bottom: 20px;">
        <div class="inner" style="width:100%; max-width:600px;"></div>
      </td>
    </tr>
  </tbody>
</table>
英文:

The alignment can be tackled with adjustments to the tr alignment, and adjusting the number of cells in some of the rows:

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

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

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 16px;
  font-family: Arial
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.kustomer_rows_container {
  max-width: 600px;
  min-width: 320px;
}

.kustomer_social_anchor {
  color: inherit;
}

.col-1 {
  width: 8.3%;
}

.col-2 {
  width: 16.6%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3%;
}

.col-5 {
  width: 41.6%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3%;
}

.col-8 {
  width: 66.6%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3%;
}

.col-11 {
  width: 91.6%;
}

.col-12 {
  width: 100%;
}

.inner {
  background-image: url(&#39;https://app.box.com/shared/static/vwkt0nu9iwc5o47mfiia5acft27da4rh.png&#39;);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

a {
  text-decoration: none;
}

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

&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; word-break: break-word; width=&quot;100%&quot;&gt;
&lt;tbody align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; height=30px bgcolor=&quot;#ede3db&quot;&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;
&lt;h1&gt;We value your opinion. Please rate your experience.&lt;/h1&gt;
&lt;p&gt;[[sn.org.csat_body]]&lt;/p&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=1&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_1_color.svg&quot; /&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=2&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_2_color.svg&quot; /&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=3&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_3_color.svg&quot; /&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=4&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_4_color.svg&quot; /&gt;
&lt;/a&gt;
&lt;a href=&quot;https://www.myka.com/article.aspx?p={{articleid}}&amp;sid={{survey_id}}&amp;resid={{response_id}}&amp;rating=5&quot;&gt;
&lt;img width=&quot;70&quot; src=&quot;https://cdn.kustomerapp.com/satisfaction/emoji_5_color.svg&quot; /&gt;
&lt;/a&gt;
&lt;p&gt;&lt;a href={{conversation.custom.siteUrlStr}}article.aspx?p=100055&amp;sid={{ satisfaction.id }}&amp;resid={{ responseId }} target=&quot;_blank&quot;&gt;&lt;button&gt;[[sn.org.csat_button_label]]&lt;/button&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td&gt;
&lt;h1&gt;I&#39;m unsatisfied&lt;/h1&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;h1&gt;I&#39;m satisfied&lt;/h1&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; style=&quot;padding-top: 20px; padding-bottom: 20px;&quot;&gt;
&lt;div class=&quot;inner&quot; style=&quot;width:100%; max-width:600px;&quot;&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

<!-- end snippet -->

huangapple
  • 本文由 发表于 2023年7月10日 16:49:08
  • 转载请务必保留本文链接:https://go.coder-hub.com/76652144.html
匿名

发表评论

匿名网友

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

确定