You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

211 lines
3.7 KiB
CSS

/*价格走势图*/
.trend-chart {
height: 500px;
background: #FFF;
overflow-y: scroll;
margin-top:20px;
}
.subscribe {
width: 50%;
margin-top: 20px;
margin-left: 60px;
padding: 0px 20px 15px 20px;
border: 1px solid #ebebeb;
border-radius: 5px;
box-shadow: 2px 5px 5px -4px rgba(0,0,0,.1);
}
.subscribe h1{
margin-bottom:15px;
font-weight:bold;
font-size:18px;
color:#333;
}
.Subscribe_information {
width: 100%;
background: #FFF;
border-collapse: collapse;
border: none !important;
}
.Subscribe_information thead {
height: 40px;
}
.Subscribe_information thead tr th {
border-spacing: 0px;
font-size: 15px;
font-weight:normal;
color: #999;
text-align: left;
}
.Subscribe_information tbody tr td {
color: #202020;
font-size: 14px;
height: 30px;
}
/*标题*/
.ibox-title {
border: none;
padding-left: 0;
}
.ibox-title h5 {
font-size: 18px;
font-weight: bold;
margin-bottom: 13px;
color: #333;
}
.ibox-title h5 i {
display: block;
width: 5px;
height: 20px;
background: #42b0d5;
margin-right: 10px;
float: left;
}
/*查询*/
.search {
width: 100%;
padding-bottom: 5px;
}
.search h5 a {
display: block;
float: right;
font-size: 14px;
color: #FFF;
text-decoration: none;
margin-right: 15px;
}
.search h5 img {
width: 20px;
margin-top: -2px;
margin-right: 3px;
vertical-align: middle;
}
.search-input input {
width: 200px;
border: 1px solid #dfdfdf;
height: 33px;
line-height: 33px;
padding-left: 15px;
margin-right: 5px;
color: #4c4c4c;
font-size: 14px;
margin-bottom: 10px;
}
.search-input input.m {
margin-right: 20px;
margin-left:0px;
}
/*文本框提示字符颜色*/
input::-webkit-input-placeholder {
color: #b3b3b3 !important;
}
input::-moz-placeholder {
color: #b3b3b3 !important;
}
input:-moz-placeholder {
color: #b3b3b3 !important;
}
input:-ms-input-placeholder {
color: #b3b3b3 !important;
}
.btn {
padding: 7px 25px;
font-size: 15px;
display: inline-block;
}
.btn:hover {
cursor: pointer;
}
.btn-primary {
margin-right: 10px;
background: #42b0d5;
border: 1px solid #42b0d5;
color: #FFF;
border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
background: #30a1c7 !important;
border: 1px solid #30a1c7 !important;
color: #FFF;
}
.btn-default {
background: #FFF;
border: 1px solid #dedede;
border-radius: 25px !important;
margin-left:0px !important;
color:#999;
}
.btn-default:hover {
border: 1px solid #30a1c7 !important;
background: none !important;
color: #6b6b6b;
}
/*发票列表*/
.table{
width:100%;
}
.table-bordered {
border: 1px solid #eee !important;
margin-top: 15px;
/*margin-left:15px;*/
}
.table > thead {
height: 38px;
}
.table > thead > tr > th{
border:none;
}
.table thead tr th input, .table tbody tr td input {
vertical-align: middle !important;
}
.table > tbody > tr > td, .table > thead > tr > th {
padding-left: 15px;
border: none;
}
.table > tbody > tr {
border-bottom:1px solid #ebebeb;
}
/*复选框*/
input[type='checkbox'] {
width: 14px;
height: 14px;
background: #fff;
-webkit-appearance: none;
border: 1px solid #ddd;
border-radius: 2px;
outline: none;
cursor: pointer;
}
input[type=checkbox]:checked {
background: url(../img/invoice_check.png) no-repeat center;
background-size: cover;
border: 1px solid #42b0d5;
}
.see-trend {
float: right;
box-shadow: 2px 10px 10px -4px rgba(0, 0, 0, .1);
}