3.10 工程代码同步master
This commit is contained in:
32
public/bidOpening/css/bidOpening.css
Normal file
32
public/bidOpening/css/bidOpening.css
Normal file
@ -0,0 +1,32 @@
|
||||
@charset "UTF-8";
|
||||
*{ margin: 0; padding: 0; list-style: none; border: 0; text-decoration: none;}
|
||||
body{ font-family: "Microsoft YaHei UI"; font-size: 14px; background-image: url("../images/bidOpeningBg.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; background-color: #b58138;}
|
||||
|
||||
/* --红色头部区域-- */
|
||||
.headerArea{ height: 56px; background: #b30000; line-height: 56px;}
|
||||
.headerPic{ float: left; margin: 16px 10px 0 20px;}
|
||||
.headerArea h2{ font-size: 16px; font-weight: 600; color: #fff;}
|
||||
|
||||
/* --开标大厅-- */
|
||||
.openMeeting{ width: 100%;}
|
||||
.meetingTop{ position: relative; margin: 4% auto 10px; width: 1280px; height: 333px; background: url("../images/screenPic.png") center center no-repeat;}
|
||||
.bidLeft{ position: absolute; top: 100px; left: 15px; padding: 30px 0 0 20px; width: 200px; height: 110px; color: #fff; line-height: 2; transform:rotate(5deg); -ms-transform:rotate(5deg); -moz-transform:rotate(5deg); -webkit-transform:rotate(5deg); -o-transform:rotate(5deg);}
|
||||
.tableBlock{ margin:0 auto; padding-top: 40px; width: 660px; }/*height: 280px; overflow-y: auto;*/
|
||||
.bidOpeningTable{ width: 100%;}
|
||||
.bidOpeningTable th{ padding: 8px 0; font-size: 14px; font-weight: bold; color: #fff;}
|
||||
.bidOpeningTable td{ padding: 4px 0; color: #fff; text-align: center;}
|
||||
.bidBtn01{ margin-left: 5px; padding: 3px 5px; background-color: #4ca3d5; color: #fff; border-radius: 3px; border: 1px solid #4ca3d5; cursor: pointer;}
|
||||
.bidBtn02{ margin-left: 5px; padding: 3px 5px; background-color: transparent; color: #fff; border-radius: 3px; border: 1px solid #fff; cursor: pointer;}
|
||||
.meetingBottom{ margin: 0 auto; width: 1280px;}
|
||||
|
||||
table thead tr {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table tbody {
|
||||
width: 675px;
|
||||
display: block;
|
||||
height: 240px;
|
||||
overflow-y: auto;
|
||||
}
|
29
public/bidOpening/css/countDown.css
Normal file
29
public/bidOpening/css/countDown.css
Normal file
@ -0,0 +1,29 @@
|
||||
@charset "UTF-8";
|
||||
*{ margin: 0; padding: 0; list-style: none; border: 0; text-decoration: none;}
|
||||
body{ font-family: "Microsoft YaHei UI"; font-size: 14px; background-image: url("../images/countDownBg.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; background-color: #707174;}
|
||||
|
||||
/* --红色头部区域-- */
|
||||
.headerArea{ height: 56px; background: #b30000; line-height: 56px;}
|
||||
.headerPic{ float: left; margin: 16px 10px 0 20px;}
|
||||
.headerArea h2{ font-size: 16px; font-weight: 600; color: #fff;}
|
||||
|
||||
/* --倒计时区域-- */
|
||||
.countDownBlock{ width: 100%;}
|
||||
.timeNow{ margin: 20px; text-align: right; color: #fff; font-size: 16px;}
|
||||
.countDownArea{ margin: 0 auto; width: 1000px;}
|
||||
.countDownArea h2{ text-align: center; color: #fff; font-weight: 500; font-size: 24px;}
|
||||
.countTable{ margin: 30px auto 25px; width: 1000px;}
|
||||
.countTable td{ padding: 10px 0; color: #eaeaea; font-size: 18px;}
|
||||
.countDownTime{}
|
||||
.countDownTime p{ margin-bottom: 30px; font-size: 20px; color: #fc6;}
|
||||
.showTime{ margin-bottom: 25px; height: 180px;}
|
||||
.showTime span{ display: inline-block; float: left; padding-left: 15px; height:179px; font-size: 100px; letter-spacing: 50px; color: #333; line-height:179px; }
|
||||
.showTime span.timeType01{ width:201px; background: url("../images/timeBg01.png") 0 0 no-repeat;}
|
||||
.showTime i{ display: inline-block; float: left; margin:150px 15px 0 0; font-size: 18px; color: #eaeaea; font-style: normal; vertical-align: bottom;}
|
||||
.countBtn{ float: right; margin: 15px 20px 0 0; width: 150px; height: 40px; line-height: 40px; color: #fff; font-size: 20px; text-align: center; border-radius: 5px;}
|
||||
.countBtn01{ background-color: #999;}
|
||||
.countBtn02{ background-color: #b30000; cursor: pointer;}
|
||||
|
||||
/* --天数3位数的情况-- */
|
||||
.countDownArea.countDownSpe, .countDownSpe .countTable{ width: 1110px;}
|
||||
.countDownSpe .showTime span.timeType01:first-child{ width:310px; background: url("../images/timeBg02.png") 0 0 no-repeat;}
|
Reference in New Issue
Block a user