|
- /*顶部标题*/
- .topTit {
- color: #adadad;
- width: 50%;
- text-align: left;
- font-size: 12px;
- padding: 10px 0;
- }
-
- .topDress .el-input__inner {
- background: none;
- height: 25px;
- font-size: 12px;
- }
-
- .topDress .el-select {
- border: 1px solid #dbdbdb;
- height: 25px;
- width: 110px;
- background: url("../images/icon3.png") 8px no-repeat;
- padding-left: 10px;
- }
-
- .topDress .el-input__suffix {
- top: 5px !important;
- }
-
- .topDress .el-input__icon {
- line-height: 15px !important;
- }
-
- .topDress .el-input__suffix-inner {
- display: inline-block !important;
- }
-
- .topTit02 {
- border: 1px solid #dbdbdb;
- font-size: 12px;
- line-height: 23px;
- padding: 0px 15px;
- margin-left: 15px;
- }
-
- /*logo和搜索*/
- .logoSearch {
- padding: 20px 0px;
- }
-
- .logoSearch .logoSearch-div {
- height: 72px;
- line-height: 72px;
- }
-
- .logoSearch-div a {
- margin-left: 20px;
- color: #b8b8b8;
- }
-
- .logoSearch-div a:hover {
- color: #007b76;
- }
-
- .logoSearch-div h1 {
- line-height: 72px;
- margin-left: 15px;
- }
-
- .logoSearch .searchClass {
- border: 2px solid #007b76;
- border-radius: 20px;
- background: transparent;
- padding: 6px 10px;
- width: 100%;
- }
-
- .searchDiv {
- position: relative;
- width: 270px;
- transform: translate(0, 20px);
- margin-left: 120px;
- }
-
- .searchButton {
- background-color: #007b76 !important;
- color: #ffffff !important;
- width: 65px !important;
- border: 2px solid #007b76;
- border-radius: 25px;
- padding: 4px 0px;
- position: absolute;
- right: 0;
- }
-
- /*导航栏*/
- .top .active {
- background-color: #007b76;
- }
-
- .top .active a {
- color: #FFFFFF;
-
- }
-
- .top {
-
- }
-
- .top ul {
- padding-bottom: 5px;
- border-bottom: 2px solid #007b76;
- }
-
- .top ul li {
- border-radius: 20px;
- display: inline-block;
- }
-
- .top ul li a {
- line-height: 30px;
- padding: 0 20px;
- display: block;
- font-size: 16px;
- }
-
- .top ul li:hover {
- background-color: #007b76;
- color: #FFFFFF;
- }
-
- .top ul li:hover a {
- color: #FFFFFF;
- }
-
- /*banner*/
- .banner {
- margin-top: 15px;
- }
-
- /*banner左侧导航*/
-
- .bannerLeft {
- padding: 0px 0px 30px 20px;
- border: 1px solid #e3e3e3;
- width: 400px;
- height: 300px;
- }
-
- .bannerLeft-top ul li {
- margin: 12px 40px 0px 0px;
- display: inline-block;
- }
-
- .bannerLeft-tit01 {
- background: url("../images/icon1.png") 0px no-repeat;
- padding-left: 28px;
- margin-top: 26px;
- }
-
- .bannerLeft-tit02 {
- background: url("../images/icon2.png") 0px no-repeat;
- padding-left: 28px;
- margin-top: 26px;
- }
-
- .bannerLeft a {
- color: #626262;
- font-size: 16px;
- }
-
- .bannerLeft-top a:hover {
- color: #007b76;
- }
-
- .bannerLeft-top ul li:last-child a {
- color: #adadad;
- }
-
-
- .bannerLeft-buttom ul li {
- margin: 12px 15px 0px 0px;
- padding: 3px 6px;
- background-color: #f1f1f1;
- border-radius: 3px;
- display: inline-block;
- }
-
- .bannerLeft-buttom li:hover {
- background-color: #007b76;
- }
-
- .bannerLeft-buttom li:hover a {
- color: #FFFFFF;
- }
-
- .bannerLeft-buttom ul li:last-child {
- background: none;
- }
-
- .bannerLeft-buttom ul li:last-child a {
- color: #adadad;
- }
-
- .bannerRight {
- width: 800px;
- }
-
- /*内容区*/
- .centerLeft {
-
- }
-
- .centerLeft-top {
- border-bottom: 1px solid #adadad;
- }
-
- .center .centerLeft-top-tit01 {
- font-size: 28px;
- display: inline-block;
- vertical-align: middle;
- }
-
- .center .centerLeft-top-tit01 span {
- color: #d21313;
- }
-
- .center .centerLeft-top-tit02 {
- font-size: 14px;
- color: #d21313;
- display: inline-block;
- vertical-align: middle;
- }
-
- .center .centerLeft-top-tit02 span {
- font-size: 18px;
- background: #d21313;
- color: #FFFFFF;
- display: inline-block;
- padding: 0px 2px;
- }
-
- .centerLeft-center .centerleft-center-tit01 {
- color: #626262;
- margin: 24px 0px 14px 0px;
- }
-
- .centerLeft-center .centerleft-center-tit01 span:last-child {
- float: right;
- }
-
- .centerLeft-center-middle {
- position: relative;
- width: 252px;
- border: 1px solid #e3e3e3;
- display: inline-block;
- }
-
- .centerLeft-center-middle div {
- padding: 12px 10px;
- }
-
- .centerLeft-center-middle .centerLeft-center-lable {
- width: 44px;
- /* height: 46px; */
- background: #007b76;
- color: #FFF;
- text-align: center;
- border-bottom-left-radius: 18px;
- border-bottom-right-radius: 18px;
- font-size: 14px;
- padding: 4px 0px;
- position: absolute;
- right: 10px;
- }
-
- .centerLeft-center-middle-tit01 {
- font-size: 16px;
- color: #626262;
- }
-
- .centerLeft-center-middle-tit01 span {
- font-size: 12px;
- color: #007b76;
- border: 1px solid #007b76;
- padding: 1px 2px;
- margin-right: 6px;
- }
-
- .centerLeft-center-middle-ul li p {
- font-size: 14px;
- color: #626262;
- margin-top: 12px;
- }
-
- .centerLeft-center-middle-ul li:first-child p {
- font-size: 14px;
- color: #d21313;
- }
-
- .centerLeft-center-middle-ul li p span {
- display: inline-block;
- width: 4em;
- font-size: 12px;
- color: #adadad;
- margin-right: 12px;
- }
-
- .centerLeft-center-middle-ul li p span i {
- display: inline-block;
- width: 0.5em;
- }
-
- .centerLeft-center-bottom p:first-child {
- background: url("../images/icon3.png") 0px no-repeat;
- padding-left: 16px;
- width: 70%;
- border-right: 1px solid #e3e3e3;
- }
-
- .centerLeft-center-bottom p {
- font-size: 12px;
- color: #adadad;
- display: inline-block;
- }
-
- .centerLeft-center-bottom {
- border-top: 1px solid #e3e3e3;
- padding: 0 10px !important;
- line-height: 40px;
- }
-
- .centerRight {
- }
-
- .centerRight-list0 {
- padding: 26px 30px;
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- }
-
- .centerRight-list0 p:first-child {
- font-size: 20px;
- color: #626262;
- }
-
- .centerRight-list0 p:first-child span:first-child {
- font-size: 12px;
- color: #007b76;
- border: 1px solid #007b76;
- padding: 1px 6px;
- margin-right: 6px;
- }
-
- .centerRight-list0 p:first-child span {
- display: inline-block;
- vertical-align: middle;
- }
-
- .centerRight-list0 p {
- font-size: 14px;
- color: #626262;
- margin-bottom: 20px;
- }
-
- .centerRight-list0 p i {
- display: inline-block;
- width: 1em;
- }
-
- .centerRight-list0 p:nth-child(3) span {
- color: #d21313;
- }
-
- .centerRight-list0 p:last-child {
- text-align: center;
- color: #adadad;
- font-size: 12px;
- margin-bottom: 0;
- }
-
- .centerRight-list1 {
- margin-top: 25px;
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- padding-bottom: 15px;
- }
-
- .centerRight-list1-tit01 {
- text-align: center;
- color: #ffffff;
- font-size: 20px;
- line-height: 42px;
- background-color: #007b76;
- }
-
- .centerRight-list1-tit02 {
- text-align: center;
- color: #007b76;
- font-size: 16px;
- margin-top: 15px;
- }
-
- .centerRight-list1-div01 {
- text-align: center;
- margin-top: 15px;
- }
-
- .centerRight-list1-div02 {
- margin: 0 auto;
- margin-top: 15px;
- width: 80%;
- margin-bottom: 18px;
- position: relative;
- }
-
- .centerRight-list1-div02 .searchClass {
- border: 2px solid #007b76;
- border-radius: 20px;
- background: transparent;
- padding: 6px 10px;
- width: 100%;
- }
-
- .searchClass .el-input-group__append {
- border: none;
- background-color: #007b76;
- border-radius: 20px;
- color: #FFFFFF;
- LEFT: 4PX;
- }
-
- .searchClass .el-input-group__prepend {
- border: none;
- background-color: transparent;
- padding: 0 10px 0 30px;
- }
-
- .searchClass .el-input__inner {
- height: 36px;
- line-height: 36px;
- border: none;
- background-color: transparent;
- }
-
- .searchClass .el-icon-search {
- font-size: 16px;
- line-height: 35px;
- }
-
- .searchClass .centerClass {
- height: 100%;
- line-height: 100%;
- display: inline-block;
- vertical-align: middle;
- text-align: right;
- }
-
- .searchClass .line {
- width: 1px;
- height: 26px;
- background-color: #c5c5c5;
- margin-left: 14px;
- }
-
- .centerRight-list1-div03 {
- border-top: 1px solid #e3e3e3;
- text-align: center;
- }
-
- .centerRight-list1-form {
- width: 80%;
- margin: 0 auto;
- margin-top: 15px;
- }
-
- .centerRight-list1-form tr{
- display: block;
- margin-bottom: 10px;
- }
-
- .centerRight-list1-form table{
- margin: 0 auto;
- }
-
- .centerRight-list1-form input,select {
- background-color: transparent;
- border: 1px solid #bfbfbf;
- height: 26px;
- padding-left: 5px;
- width: 196px;
- }
-
- .searchbtn {
- background-color: #007b76;
- color: #ffffff;
- margin: 0 auto;
- width: 66px;
- padding: 5px 0px;
- border: none;
- border-radius: 30px;
- }
-
- .centerRight-list2 {
- margin-top: 26px;
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- padding: 26px 20px;
- }
-
- .centerRight-list2-tit01 {
- font-size: 20px;
- color: #626262;
- }
-
- .centerRight-list2-tit01 span:last-child {
- font-size: 14px;
- float: right;
- }
-
- .centerRight-list2-tit01 span:last-child:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .centerRight-list2 ul li p:first-child {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 10px;
- }
-
- .centerRight-list2 ul li p:last-child {
- display: flex !important;
- display: -webkit-box !important;
- display: -webkit-flex !important;
- justify-content: space-between;
- -webkit-justify-content: space-between;
- }
-
- .centerRight-list2 ul li p:last-child span {
- color: #adadad;
- }
-
- .centerRight-list2 ul li p:last-child span:nth-child(1) span {
- color: #000;
- }
-
- .centerRight-list2 ul li {
- margin-top: 28px;
- }
-
- .centerRight-list2 ul li a:hover {
- color: #007b76;
- }
-
- .centerRight-list3 {
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- padding: 26px 20px;
- }
-
- .centerRight-list3-tit01 {
- font-size: 20px;
- color: #626262;
- }
-
- .centerRight-list3-tit01 span {
- font-size: 14px;
- }
-
- .centerRight-list3-tit01 span:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .centerRight-list3 ul li p:first-child {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 10px;
- }
-
- .centerRight-list3 ul li p:last-child {
- color: #adadad;
- }
-
- .centerRight-list3 ul li p:last-child span {
- color: #000;
- }
-
- .centerRight-list3 ul li {
- margin-top: 28px;
- }
-
- .centerRight-list3 ul li a:hover {
- color: #007b76;
- }
-
- .el-table__body-wrapper::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
-
-
- .bottom .bottomNews-tit01 {
- font-size: 28px;
- display: inline-block;
- }
-
- .bottom .bottomNews-tit01 span {
- color: #007b76;
- }
-
- .bottom .bottomNews-tit02 {
- font-size: 16px;
- color: #626262;
- display: inline-block;
- }
-
- .bottom .bottomNews-tit02:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .bottomNews {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .bottomNews-list {
- width: 32%;
- padding: 30px;
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- display: inline-block;
- }
-
- .bottomNews-list p {
- font-size: 20px;
- color: #626262;
- }
-
- .bottomNews-list p span {
- font-size: 16px;
- color: #626262;
- float: right;
- }
-
- .bottomNews-list p span:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .bottomNews-list ul {
- margin-top: 10px;
- }
-
- .bottomNews-list ul li {
- margin-top: 25px;
- }
-
- .bottomNews-list ul li a {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
-
- .bottomNews-list ul li a:hover {
- color: #007b76;
- }
-
- .bidding{
- overflow: hidden;
- }
-
- .biddingTit {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .biddingTit p{
- display: inline-block;
- }
-
- .bidding .biddingTit-tit01 {
- font-size: 28px;
- }
-
- .bidding .biddingTit-tit01 span {
- color: #007b76;
- }
-
- .bidding .biddingTit-tit02 {
- font-size: 16px;
- color: #626262;
- }
-
- .bidding .biddingTit-tit02:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .now-row {
- color: #d21313;
- }
-
- .notStart-row {
- color: #007b76;
- }
-
- .tableType {
- background-color: #e4e4e4;
- padding: 10px 25px;
- text-align: right;
- }
-
- .tableType i {
- display: inline-block;
- width: 10px;
- height: 10px;
- margin-right: 5px;
- }
-
- .tableType p {
- margin-left: 45px;
- display: inline-block;
- }
-
- .tableType p:nth-child(1) {
- color: #007b76;
- }
-
- .tableType p:nth-child(2) {
- color: #d21313;
- }
-
- .tableType p:nth-child(3) {
- color: #797979;
- }
-
- .tableType p:nth-child(1) i {
- background-color: #007b76;
- }
-
- .tableType p:nth-child(2) i {
- background-color: #d21313;
- }
-
- .tableType p:nth-child(3) i {
- background-color: #797979;
- }
-
- .personalTit {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .personal .personalTit-tit01 {
- font-size: 28px;
- display: inline-block;
- }
-
- .personal .personalTit-tit01 span {
- color: #007b76;
- }
-
- .personal .personalTit-tit02 {
- font-size: 16px;
- color: #626262;
- display: inline-block;
- }
-
- .personal .personalTit-tit02:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .personalTit-banner {
- width: 400px;
- }
-
- .personalTit-Tab {
- width: 775px;
- position: relative;
- }
-
- .personalTit-Tab .perBtn {
- position: absolute;
- right: 0;
- color: #FFFFFF !important;
- border: none !important;
- background-color: #007b76 !important;
- }
-
- .el-tabs--card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
- color: #007b76 !important;
- }
-
- .el-tabs--card > .el-tabs__header {
- margin: 0 !important;
- }
-
- .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
- color: #007b76 !important;
- background: #f6f5f5 !important;
- }
-
- .el-tabs--card {
- box-shadow: none !important;
- }
-
- .el-tabs--card > .el-tabs__content {
- padding: 0 !important;
- }
-
- .personalTit-Tab .el-table td, .el-table th {
- padding: 10px 0px !important;
- }
-
- .el-table td.gutter, .el-table th.gutter {
- background: #e4e4e4 !important;
- }
-
- .interactionTit {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .interaction .interactionTit-tit01 {
- font-size: 28px;
- }
-
- .interaction .interactionTit-tit01 span {
- color: #007b76;
- }
-
- .interaction .interactionTit-tit02 {
- font-size: 16px;
- color: #626262;
- }
-
- .interaction .interactionTit-tit02:hover {
- color: #007b76;
- cursor: pointer;
- }
-
- .interaction .searchClass {
- border: 2px solid #007b76;
- border-radius: 20px;
- background: transparent;
- width: 500px;
- padding: 6px 15px;
- }
-
- .interaction .searchClass .el-input__inner {
- height: 30px;
- }
-
- .interaction .searchClass .el-icon-search {
- line-height: 28px;
- }
-
- .interaction .seaBtn {
- color: #FFFFFF ;
- border: 1px solid #007b76 ;
- background-color: #007b76 ;
- padding: 0px 40px ;
- border-radius: 16px;
- line-height: 32px;
- height: 32px;
- }
-
- .bottomLink {
- background: #e8e8e8;
- margin-top: 40px;
- padding: 30px 0 40px;
- }
-
- .bottomLink-tit {
- font-size: 12px;
- color: #7f7f7f;
- }
-
- .bottomLink-linkList {
- font-size: 12px;
- color: #7f7f7f;
- width: 1000px;
- }
-
- .bottomLink-linkList p {
- width: 90px;
- margin-top: 15px;
- display: inline-block;
- }
-
- .ba {
- font-size: 12px;
- color: #7f7f7f;
- margin-top: 20px;
- }
-
- .ba span {
- margin-left: 20px;
- }
-
- .ewm {
- padding: 25px 25px 0;
- }
-
- .ewmtit {
- font-size: 12px;
- color: #7f7f7f;
- margin-top: 5px;
- }
-
- input[type="radio"] {
- appearance: none;
- -webkit-appearance: none;
- outline: none;
- display: none
- }
-
- label {
- display: inline-block;
- cursor: pointer;
- margin-right: 10px;
- }
-
- label input[type="radio"] + span {
- width: 12px;
- height: 12px;
- display: inline-block;
- border: 1px solid #007b76;
- background:url('../images/check.png') no-repeat;
- background-position: 0 0;
- position: relative;
- top: 2px;
- margin-right: 5px;
- }
-
- label input[type="radio"]:checked + span {
- background-position:0 -12px
- }
-
- .tableHead {
- background-color: #e4e4e4;
- color: #000000;
- text-align: center;
- font-size: 16px;
- padding: 10px 0px;
- font-weight: 600;
- margin-top: 10px;
- }
-
- .tableHead tr td{
- width: 12%;
- }
-
- .tableHead tr td:last-child{
- width: 16%;
- }
-
- .tableList{
- height: 198px;
- overflow-y:auto;
- width: 1218px;
- }
-
- .tableList table tr td{
- width: 12%;
- text-align: center;
- padding: 10px 0px;
- }
-
- .tableList table tr td:last-child{
- width: 16%;
- }
-
- .tableList table tr:nth-child(2n){
- background-color: #f6f5f5;
- }
-
- .bidding input[type='button']{
- border: 1px solid #a6a6a6;
- border-radius: 20px;
- padding: 4px 10px;
- }
-
- .bidding input[type='button']:hover {
- color: #FFFFFF !important;
- border-color: #007b76 !important;
- background-color: #007b76 !important;
- }
-
- .tabList table{
- border: 1px solid #e3e3e3;
- border-top: none;
- }
-
- .tabList table tr td{
- text-align: center;
- padding: 10px;
- border-top: 1px solid #e3e3e3;
- border-right: 1px solid #e3e3e3;
- }
-
- .tabList table tr td:last-child{
- border-right: none;
- }
-
- .tabList table tr:first-child td{
- padding: 12px 10px;
- border-right: none;
- }
-
- .tabList table tr:first-child{
- background-color: #f6f5f5;
- }
-
- .tabList p.active{
- border: 1px solid #e3e3e3;
- border-bottom: none;
- background-color: #f6f5f5;
- }
-
- .tabList p{
- display: inline-table;
- width: 128px;
- height: 45px;
- line-height: 45px;
- text-align: center;
- }
-
- .interactionTableLeft tr td{
- border-bottom: 1px dashed #e3e3e3;
- padding: 10px 0px;
- }
-
- .interactionTableLeft tr td:last-child{
- text-align: right;
- }
-
- .interactionTableLeft tr:hover{
- color: #007b76;
- }
|