12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* 检索框的长度 */
- .search_width {
- width: 150px;
- }
- /* 查询按钮与检索框对齐 */
- .search_down {
- margin-top: 3.3px;
- }
- /* 操作按钮左移*/
- .operate_left {
- margin-left: 2.6px;
- }
- .button_left {
- margin-left: 10px;
- }
- .paper_title {
- background-color: bisque;
- width: 400px;
- border-top-right-radius: 15px;
- border-bottom-right-radius: 15px;
- }
- .row_header_word {
- font-size: 14px;
- font-weight: bold;
- }
- .row_quesBody {
- cursor: pointer;
- white-space: nowrap;
- overflow: hidden;
- }
- .row_quesBody p {
- font-size: 13px;
- }
|