32 lines
1.8 KiB
CSS
32 lines
1.8 KiB
CSS
![]() |
@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;
|
||
|
}
|