input[type = 'radio']{ margin: 0; vertical-align: middle; } .tab{ background: #FFFFFF; padding: 12px 35px; border-radius: 12px; } .tab li{ float: left; padding: 10px 18px; background: #e4e4e4; color: #333333; margin-right: 22px; font-size: 16px; border-radius: 25px; } .tab li:hover{ background: #168a44!important; color: #FFFFFF!important; cursor: pointer; } .tab .active{ background: #168a44!important; color: #FFFFFF!important; } .recommendSupply{ background: #FFFFFF; padding: 12px 35px; border-radius: 12px; } .recommendTit{ font-size: 18px; color: #333333; border-bottom: 1px solid #e4e5e4; padding: 15px 0px; } .lvd{ width: 12px; height: 12px; display: inline-block; background: #168a44; border-radius: 100%; margin-right: 5px; } .supplyBox{ padding: 0; width: 100%; overflow: auto; white-space:nowrap; position: relative; } .supplyBox:hover .jt{ display: block; } .supplyBox ul li{ display:inline-block; float:none; } .supplyBox ul li:first-child{ margin-left: 0; } .supplyBox ul li:last-child{ margin-rigfht: 0; } .supplyBox ul { overflow-x: scroll; padding-bottom: 0; } .jt{ width: 3%; position: absolute; top: 50%; transform: translateY(-50%); display: none; } .left{ left: 1%; } .right{ right: 1%; } .supplyType_left{ width: 292px; background: #FFF; border-radius: 12px; padding: 12px 35px; } .supplyType_left ul{ margin-top: 15px; } .supplyType_left ul p{ color: #333; font-size: 16px; font-weight: bold; margin-bottom: 5px; } .supplyType_left ul li{ float: left; margin-right: 10px; color: #666666; font-size: 16px; } .supplyType_left ul li:hover{ color: #168a44!important; cursor: pointer; } .searchBox{ background: #FFF; border-radius: 12px; padding: 12px 35px; } .searchBox .searchOne{ border: 1px solid #afafaf; line-height: 28px; border-radius: 26px; width: 208px; background: url("../images/newBusinessEntities/searchIcon.png") no-repeat; background-size: 13px 13px; background-position: 10px 8px; padding-left: 28px; font-size: 12px; } .searchBox select{ background: transparent; border: none; margin-top: 7px; } .searchBox label p{ display: inline-block; margin-right: 5px; font-size: 14px; } .searchBox label{ margin-left: 10px; } .searchBox label input[type="radio"]{ position: relative; top: -1px; } .searchBtn{ background: #168a44; color: #FFF; padding: 0 25px; border-radius: 50px; } .searchTow{ line-height: 30px; } .searchTow input[type = 'text']{ border: 1px solid #e3e3e3; width: 78px; height: 30px; line-height: 30px; } .supplyList{ background: #FFFFFF; padding: 12px 35px; border-radius: 12px; } .supplyList_tit ul{ border: 1px solid #e3e3e3; padding: 12px 0px; } .supplyList_tit ul li{ float: left; padding: 0 20px; border-right: 1px solid #e3e3e3; } .supplyList_tit ul li:nth-child(3){ border: none; } .supplyList_tit ul li img{ vertical-align: middle; position: relative; top: -2px; margin-left: 5px; } .supplyList_list li{ margin-top: 15px; border:1px solid #e3e3e3; border-radius: 12px; overflow: hidden; } .supplyList_list li:hover{ cursor: pointer; box-shadow: 1px 1px 5px #ccc; } .supplyList_list li:hover table tr:first-child td p{ color: #168a44!important; } .supplyList_list li table{ padding: 10px 0px; margin-left: 2%; width: 70%; } .supplyList_tel{ color: #168a44; font-weight: bold; font-size: 16px; text-align: right; } .supplyList_money{ color: #d21313; font-size: 20px; } .supplyList_money span{ color: #d21313; font-size: 14px; } .bq{ font-size: 12px; background: #168a44; color: #FFF; padding: 2px 5px; border-radius: 4px; margin-left: 10px; } .supplyList_time{ color:#a7a6a6; text-align: right; } .icon_tel{ background: url("../../static/images/newBusinessEntities/icon_tel.png") no-repeat; display: inline-block; width: 20px; height: 20px; background-size: 100% 100%; vertical-align: middle; } /*详情样式*/ .detail_box{ background: #FFFFFF; border-radius: 12px; padding: 12px 35px 35px; } .detail_box_comm{ margin-top: 15px; } .detail_box_comm table tr td{ color: #666666; padding: 12px 0; } .detail_box_table{ padding: 0 24px 15px; } .detail_box_table ul li { float: left; padding: 10px 0px; width: 20%; text-align: center; } .detail_box_table ul li input[type='text']{ text-align: center; padding: 5px 0; background: #FFF; border-radius: 20px; } .detail_box_table ul:first-child{ background: none; } .detail_box_table ul { background: #f5f5f5; border-radius: 12px; margin-top: 15px; } .fail { color: #e20000; border-bottom: 1px solid #e20000; cursor: pointer; } .failDialog{ width: 358px; background: #ffffff; border-radius: 12px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 5px 5px 9px #ddd; overflow: hidden; display: none; } .failTit{ line-height: 48px; font-size: 18px; text-align: center; background: #168a44; color: #FFF; } .failTit span{ position: absolute; right: 12px; background: #FFF; border-radius: 50%; color: #168a44; font-size: 24px; display: inline-block; width: 20px; height: 20px; top: 15px; line-height: 22px; cursor: pointer; } .delete{ background: #168a44; border-radius: 50%; color: #ffffff; font-size: 24px; width: 20px; height: 20px; line-height: 16px; cursor: pointer; margin: 0 auto; } .add{ background: #168a44; border-radius: 50%; color: #ffffff; font-size: 24px; width: 20px; height: 20px; line-height: 20px; cursor: pointer; margin: 0 auto; } .tipsBox{ padding: 30px 0; text-align: center; } .tipsBox p:first-child{ color: #168a44; font-size: 18px; } .tipsBox p:nth-child(2){ color: #666666; margin: 10px 0 15px; } .tipsBox p:last-child{ background: #168a44; color: #FFF; width: 100px; line-height: 35px; border-radius: 50px; margin: 0 auto; cursor: pointer; } /*主体名录列表*/ .supplyType_left dl dd{ margin-left: 0; color: #333333; padding: 8px 15px; margin-bottom: 5px; } .supplyType_left dl dd:hover{ background: #168a44; color: #FFF; cursor: pointer; border-radius: 60px; } .supplyType_left dl .active{ background: #168a44; color: #FFF; border-radius: 60px; } .directoriesList{ background: #FFFFFF; padding: 12px 35px; border-radius: 12px; } .directoriesList ul li{ width: 49%; border: 1px solid #e3e3e3; border-radius: 12px; overflow: hidden; float: left; margin-top: 15px; position: relative; } .watchBtn{ position: absolute; bottom: 5px; right: 5px; width: 65px; line-height: 28px; text-align: center; background: #168a44; color: #FFF!important; border-radius: 28px; } .directoriesList ul li:nth-child(2n){ margin-left: 2%; } .directoriesList ul li table tr td{ padding: 3px 0; } .directoriesList li:hover{ cursor: pointer; box-shadow: 1px 1px 5px #ccc; } .directoriesList li:hover table tr:first-child td{ color: #168a44!important; } .directories_comm{ width: 32%; border: 1px solid #e3e3e3; }