123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- @CHARSET "UTF-8";
- body {
- overflow: hidden;
- }
- * {
- margin: 0;
- font-family:"Microsoft Yahei";
- color: #666;
- text-decoration: none;
- }
- div{
- margin: auto;
- margin-bottom: 10px;
- margin-top: 10px;
-
- }
- #header {
- height: 82px;
- width: 1200px;
- }
- #main {
- height: 460px;
- width: 1200px;
- border: 1px black solid;
- overflow: auto;
- text-decoration: none;
- }
- #bottom {
- height: 30px;
- width: 1200px;
- text-align: center;
- }
- #book{
- width: 100%;
- height: 90%;
- margin: auto;
-
- }
- .b_list{
- height:300px;
- width:250px;
- margin: 20px;
- float: left;
- margin-top:0px;
- margin-bottom:0px;
- border: 1px #e3e3e3 solid;
- }
- #page_nav{
- width: 100%;
- height: 10px;
- margin: auto;
-
- text-align: center;
- }
- #pn_input {
- width: 30px;
- text-align: center;
- }
- .img_div{
- height: 150px;
- text-align: center;
- }
- .book_img {
- height:150px;
- width:150px;
- }
- .book_info {
-
- text-align: center;
- }
- .book_info div{
- height: 10px;
- width: 300px;
- text-align: left;
- }
- .wel_word{
- font-size: 60px;
- float: left;
- }
- .logo_img{
- float: left;
- }
- #header div a {
- text-decoration: none;
- font-size: 20px;
- }
- #header div{
- float: right;
- margin-top: 55px;
- }
- .book_cond{
- margin-left: 500px;
- }
- .book_cond input{
- width: 50px;
- text-align: center;
- }
- /*登录页面CSS样式 */
- #login_header{
- height: 82px;
- width: 1200px;
- }
- .login_banner{
- height:475px;
- background-color: #39987c;
- }
- .login_form{
- height:310px;
- width:406px;
- float: right;
- margin-right:50px;
- margin-top: 50px;
- background-color: #fff;
- }
- #content {
- height: 475px;
- width: 1200px;
- }
- .login_box{
- margin: 20px;
- height: 260px;
- width: 366px;
- }
- h1 {
- font-size: 20px;
- }
- .msg_cont{
- background: none repeat scroll 0 0 #fff6d2;
- border: 1px solid #ffe57d;
- color: #666;
- height: 18px;
- line-height: 18px;
- padding: 3px 10px 3px 40px;
- position: relative;
- border: none;
- }
- .msg_cont b {
- background: url("../img/pwd-icons-new.png") no-repeat scroll -104px -22px rgba(0, 0, 0, 0);
- display: block;
- height: 17px;
- left: 10px;
- margin-top: -8px;
- overflow: hidden;
- position: absolute;
- top: 50%;
- width: 16px;
- }
- .form .itxt {
- border: 0 none;
- float: none;
- font-family: "宋体";
- font-size: 14px;
- height: 18px;
- line-height: 18px;
- overflow: hidden;
- padding: 10px 0 10px 10px;
- width: 220px;
- border: 1px #e3e3e3 solid;
- }
- #sub_btn{
- background-color: #39987c;
- border: none;
- color: #fff;
- width: 360px;
- height: 40px;
- }
- #sub_btn1{
- background-color:skyblue;
- border: none;
- color: #fff;
- width: 360px;
- height: 40px;
- margin-top: 7px;
- }
- #l_content {
- float: left;
- margin-top: 150px;
- margin-left: 300px;
- }
- #l_content span {
- font-size: 60px;
- color: white;
- }
- .tit h1 {
- float: left;
- margin-top: 5px;
- }
- .tit a {
- float: right;
- margin-left: 10px;
- margin-top: 10px;
- color: red;
- text-decoration: none;
- }
- .tit .errorMsg {
- float: right;
- margin-left: 10px;
- margin-top: 10px;
- color: red;
- }
- .tit {
- height: 30px;
- }
- /*购物车*/
- #main table{
- margin: auto;
- margin-top: 80px;
- border-collapse: collapse;
- }
- #main table td{
- width: 120px;
- text-align:center;
- border-bottom: 1px #e3e3e3 solid;
- padding: 10px;
- }
- .cart_info{
- width: 700px;
- text-align: right;
- }
- .cart_span {
- margin-left: 20px;
- }
- .cart_span span{
- color: red;
- font-size: 20px;
- margin: 10px;
- }
- .cart_span a , td a{
- font-size: 20px;
- color: blue;
- }
- #header div span {
- margin: 10px;
- }
- #header div .um_span{
- color: red;
- font-size: 25px;
- margin: 10px;
- }
- #header div a {
- color: blue;
- }
|