添加项目文件。
This commit is contained in:
518
Epost.TestToolsWeb/Content/css/payment.css
Normal file
518
Epost.TestToolsWeb/Content/css/payment.css
Normal file
@ -0,0 +1,518 @@
|
||||
|
||||
.payment_time_mask {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.payment_time_mask {
|
||||
z-index: 999;
|
||||
width: 450px;
|
||||
height: 240px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -200px;
|
||||
margin-top: -120px;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.payment_time_mask li {
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
font-size:18px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.payment_time_mask li span {
|
||||
margin-left:20px;
|
||||
}
|
||||
.bgcolor {
|
||||
background-color: #d8b800;
|
||||
color: #fff;
|
||||
}
|
||||
.bgcolor1 {
|
||||
background-color: #f5f2e3;
|
||||
}
|
||||
|
||||
/*********************************************/
|
||||
|
||||
|
||||
.payment_time_mask_show {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.payment_time_mask_show {
|
||||
z-index: 999;
|
||||
width: 400px;
|
||||
height: 240px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -200px;
|
||||
margin-top: -120px;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.payment_time_mask_show li {
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
font-size: 18px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.payment_time_mask_show li span {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.bgcolor_show {
|
||||
background-color: #d8b800;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.bgcolor1_show {
|
||||
background-color: #f5f2e3;
|
||||
}
|
||||
|
||||
/*********************************************/
|
||||
|
||||
.skushow_mask {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.skushow_mask {
|
||||
z-index: 999;
|
||||
width: 420px;
|
||||
height: 300px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -200px;
|
||||
margin-top: -150px;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.skushow_mask li {
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
font-size: 18px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.skushow_color {
|
||||
background-color: #d8b800;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.skushow_color1 {
|
||||
background-color: #f5f2e3;
|
||||
}
|
||||
/*************************************************/
|
||||
.BindCode {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
|
||||
display: table-cell;
|
||||
|
||||
color: #656464;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
.boxtitle {
|
||||
color: #808080;
|
||||
font-size: 18px;
|
||||
margin-left: 40px;
|
||||
margin-top: 10px;
|
||||
height:40px;
|
||||
|
||||
}
|
||||
p span {
|
||||
line-height: 25px;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
margin-left: 7px;
|
||||
|
||||
}
|
||||
.msg1 {
|
||||
font-size:30px; width:800px; text-align:center;margin-top:100px;
|
||||
}
|
||||
|
||||
|
||||
.autoline {
|
||||
border-radius: 12px;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #e1e6e4;
|
||||
width: 200px;
|
||||
height: 80px;
|
||||
display: block;
|
||||
float: left;
|
||||
|
||||
margin-left: 100px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.box_color {
|
||||
color: #03cf33;
|
||||
}
|
||||
|
||||
.box_color_err {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/************************/
|
||||
.mainRight .main .pageController_tabel .ControllerRight table {
|
||||
background-color: #e3e3e3;
|
||||
|
||||
display: inline-block;
|
||||
/*margin-left:16px;*/
|
||||
float: left;
|
||||
}
|
||||
|
||||
.mainRight .main .pageController_tabel .ControllerRight td {
|
||||
}
|
||||
|
||||
.mainRight .main .pageController_tabel .lable_font {
|
||||
font-size: 16px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.mainRight .main .item {
|
||||
margin: 0 15px 12px 25px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.index_main .mainRight .content .tabMain .orderList .item label {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.showmes td {
|
||||
width: 820px;
|
||||
line-height: 40px;
|
||||
/*margin-left: 40px;*/
|
||||
font-size: 16px;
|
||||
padding-left: 12px;
|
||||
color: #6d6767;
|
||||
}
|
||||
.ControllerRight table {
|
||||
margin-left: 20px;
|
||||
|
||||
}
|
||||
|
||||
.MainBtn a {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
width: 125px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/************************/
|
||||
.ordershow {
|
||||
padding-left:700px;
|
||||
}
|
||||
.ordershow table {
|
||||
border: 1px solid #e1e6e4;
|
||||
width: 110px;
|
||||
background-color: #edeff3;
|
||||
text-align: center;
|
||||
margin-left: 100px;
|
||||
color: #7d7474;
|
||||
}
|
||||
|
||||
.ordershow_left {
|
||||
width: 116px;
|
||||
display: block;
|
||||
text-align: left;
|
||||
float: left;
|
||||
margin-left: 2px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
.ordershow_right {
|
||||
width: 116px;
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: right;
|
||||
margin-left: 2px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
|
||||
.ordertitle {
|
||||
border-radius: 1px;
|
||||
/*border: 1px solid #ccc;*/
|
||||
border-bottom: 1px #ccc solid;
|
||||
padding-top: 10px;
|
||||
width: 240px;
|
||||
height: 30px;
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.NewTable span {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 15px;
|
||||
height: 40px;
|
||||
line-height: 19px;
|
||||
border: 1.2px solid #f9f9f9;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
background: #CCC;
|
||||
color: #6d6d6d;
|
||||
font-size: 14px;
|
||||
border-radius: 2px;
|
||||
margin-left: 2px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.ContentRight1 {
|
||||
|
||||
width:945px;}
|
||||
.ContentRight1 table {
|
||||
float: left;
|
||||
margin-left:17px;
|
||||
}
|
||||
|
||||
.ContentRight1 span {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
line-height: 19px;
|
||||
border: 1.2px solid #f9f9f9;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
background: #CCC;
|
||||
color: #6d6d6d;
|
||||
font-size: 14px;
|
||||
border-radius: 2px;
|
||||
margin-left: 1px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.ContentRight1 span .currgreen {
|
||||
background: #0fa90f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ContentRight span {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
line-height: 19px;
|
||||
border: 1.2px solid #f9f9f9;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
background: #CCC;
|
||||
color: #6d6d6d;
|
||||
font-size: 14px;
|
||||
border-radius: 2px;
|
||||
margin-left: 2px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.ContentRight .currgreen {
|
||||
background: #0fa90f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.ContentRight .curr {
|
||||
background: #d41813;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.ContentRight1 .currgreen {
|
||||
background: #0fa90f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ContentRight1 .curr {
|
||||
background: #d41813;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ContentRight2 .currgreen {
|
||||
background: #0fa90f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ContentRight2 .curr {
|
||||
background: #d41813;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.ContentRight2 {
|
||||
width: 945px;
|
||||
}
|
||||
|
||||
.ContentRight2 table {
|
||||
float: left;
|
||||
margin-left: 17px;
|
||||
}
|
||||
|
||||
.ContentRight2 span {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 19px;
|
||||
border: 1.2px solid #f9f9f9;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
background: #CCC;
|
||||
color: #6d6d6d;
|
||||
font-size: 14px;
|
||||
border-radius: 2px;
|
||||
margin-left: 1px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
/*******************************/
|
||||
.CarorderBtn {
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
.CarorderBtn a {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 80px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
text-align: center;
|
||||
margin-left:8px;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
background: #1c486e;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.CarorderBtn a:hover {
|
||||
background: #101f4b;
|
||||
}
|
||||
.input_txt {
|
||||
width:100px; float:left; height:23px;
|
||||
}
|
||||
/******************/
|
||||
.CloseBtn {
|
||||
overflow: hidden;
|
||||
margin-left:150px;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
.CloseBtn a {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 80px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
text-align: center;
|
||||
margin-left: 8px;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
background: #1c486e;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.CloseBtn a:hover {
|
||||
background: #101f4b;
|
||||
}
|
||||
|
||||
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
ul, ol, li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
input, button {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 12px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #333;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #c00;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* votebox */
|
||||
.votebox {
|
||||
width: 200px;
|
||||
margin-left: 15px;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
z-index: 66;
|
||||
}
|
||||
/* barbox */
|
||||
.barbox {
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.barbox dt a {
|
||||
color: #0048CC;
|
||||
}
|
||||
|
||||
.barbox dd {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.barbox dd.last {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.barbox dd.barline {
|
||||
width: 200px;
|
||||
background: url('../../Content/imgs/jdtbg.png') left center no-repeat;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.barbox dd.barline div.charts {
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
background: url('../../Content/imgs/barbg.gif') right center repeat-x;
|
||||
border-radius: 8px;
|
||||
}
|
Reference in New Issue
Block a user