1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
| table { margin: 0 auto; border: 1px #CADEFF solid; text-align: center; border-spacing: 0; } a { color: #666; text-decoration: none; } th { background: #e2f2ff; } td { text-align: center; padding: 10px; color: #444; } #box table th, #box table td { border: 1px solid #CADEFF; border-spacing: 0; } .goods span { width: 180px; margin-top: 30px; text-align: left; float: left; } img { width: 100px; height: 80px; margin-right: 10px; float: left; }
#foot { float: left; margin-right: 300px; } #selected { float: left; } .count .add, .count .reduce { height: 25px; width: 17px; background: #f0f0f0; text-align: center; line-height: 25px; color: #444; } .count input { height: 25px; line-height: 25px; border: 1px solid #aaa; color: #343434; text-align: center; background-color: #fff; } .price { width: 130px; } .count { width: 90px; }
|