在哪里加?width:这里应设置为多少才能自动换行;
这是vota里的CSS:
.css {
font-size: 12px;
line-height: 150%;
text-decoration: none;
word-break: break-all;
}
.inputt {
font-size: 12px;
}
a:link {font-size: 12px;
color: #333333;
text-decoration: none;
}
a:visited {font-size: 12px;
color: #333333;
text-decoration: none;
}
a:hover {font-size: 12px;
color: #333333;
text-decoration: none;
}
a:active {font-size: 12px;
color: #333333;
text-decoration: none;
}
.opbgcolor {
background-color: #f7f7f7;
}
.tables {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
font-size: 12px;
line-height: 150%;
}