| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- .index_main {
- width: 1200px;
- margin: 0px auto 30px;
- border-top: solid 1px #E9E9E9;
- min-height: 400px;
- }
- /* 三农市场网-商城-商品列表 */
- .categ_table {
- .categ_table_head_box {
- height: 61px;
- border-bottom: solid 1px #E9E9E9;
- }
- .categ_table_head_box>.categ_table_td_1 {
- height: 61px;
- line-height: 61px;
- }
- .categ_table_head_box>.categ_table_td_2 {
- height: 61px;
- line-height: 61px;
- }
- .categ_table_head_box>.categ_table_td_3 {
- height: 61px;
- line-height: 61px;
- }
- .categ_table_head_box>.categ_table_td_4 {
- height: 61px;
- line-height: 61px;
- }
- .categ_table_td_1 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 155px;
- margin-right: 126px;
- }
- .categ_table_td_2 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 480px;
- margin-right: 124px;
- }
- .categ_table_td_3 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 120px;
- margin-right: 62px;
- }
- .categ_table_td_4 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 133px;
- }
- .categ_table_li {
- height: 161px;
- box-sizing: border-box;
- padding: 15px 0px;
- border-bottom: solid 1px #E9E9E9;
- }
- .categ_table_td_1_img {
- display: block;
- width: 130px;
- height: 130px;
- margin: 0px auto;
- }
- .categ_table_li .categ_table_td_1 {
- line-height: 160px;
- line-height: 160px;
- }
- .categ_table_li .categ_table_td_2 {
- height: 100%;
- display: flex;
- align-items: center;
- }
- .categ_table_td_2_in {
- display: flex;
- flex-direction: column;
- width: 100%;
- }
- .categ_table_li .categ_table_td_2_dot1 {
- text-align: left;
- flex-basis: 100%;
- height: 21px;
- line-height: 21px;
- font-size: 16px;
- font-weight: bold;
- color: #333;
- }
- .categ_table_li .categ_table_td_2_dot2 {
- flex-basis: 100%;
- max-height: 36px;
- text-align: left;
- line-height: 18px;
- width: 100%;
- font-size: 14px;
- color: #999;
- }
- .categ_table_li .categ_table_td_3 {
- line-height: 144px;
- }
- .categ_table_li .categ_table_td_4 {
- line-height: 144px;
- }
- }
- .empty {
- width: 100%;
- height: 400px;
- line-height: 400px;
- text-align: center;
- }
- .empty_img {
- vertical-align: -30px;
- margin-right: 20px;
- }
- .empty_text {
- font-size: 26px;
- color: #999;
- }
- //分页
- .pagination11 {
- width: 1200px;
- margin: 50px auto;
- }
- .pagination {
- width: 1200px;
- height: 34px;
- margin-left: 141px;
- display: flex;
- justify-content: center;
- margin: 0;
- // 鼠标移入后字体颜色
- .el-pagination::v-deep :hover {
- color: #255590;
- }
- .el-pagination.is-background::v-deep .btn-next,
- .el-pagination.is-background::v-deep .btn-prev {
- width: 70px;
- height: 34px;
- margin: 0px 10px;
- border-radius: 4px;
- }
- .el-pagination.is-background::v-deep .el-pager li {
- margin: 0px 10px;
- width: 38px;
- height: 34px;
- border-radius: 4px;
- }
- .el-pagination.is-background::v-deep .btn-next.is-active,
- .el-pagination.is-background::v-deep .btn-prev.is-active,
- .el-pagination.is-background::v-deep .el-pager li.is-active {
- background-color: #255590;
- color: #fff;
- }
- }
|