課程
/前端開發(fā)
/JavaScript
/用JS實(shí)現(xiàn)購物車特效
誰有那個文件,求發(fā)下,郵箱號是1123312814@qq.com
2016-10-15
源自:用JS實(shí)現(xiàn)購物車特效 2-7
正在回答
* {??? margin: 0;??? padding: 0;}a {??? color: #666;??? text-decoration: none;}body {??? padding: 20px;??? color: #666;}.fl{??? float: left;}.fr {??? float: right;}table {??? border-collapse: collapse;??? border-spacing: 0;??? border: 0;??? text-align: center;??? width: 937px;}th, td {??? border: 1px solid #CADEFF;}th {??? background: #e2f2ff;??? border-top: 3px solid #a7cbff;??? height: 30px;}td {??? padding: 10px;??? color: #444;}tbody tr:hover {??? background: RGB(238,246,255);}.checkbox {??? width: 60px;}.goods {??? width: 300px;}.goods span {??? width: 180px;??? margin-top: 20px;??? text-align: left;??? float: left;}.price {??? width: 130px;}.count {??? width: 90px;}.count .add, .count input, .count .reduce {??? float: left;??? margin-right: -1px;??? position: relative;??? z-index: 0;}.count .add, .count .reduce {??? height: 23px;??? width: 17px;??? border: 1px solid #e5e5e5;??? background: #f0f0f0;??? text-align: center;??? line-height: 23px;??? color: #444;}.count .add:hover, .count .reduce:hover {??? color: #f50;??? z-index: 3;??? border-color: #f60;??? cursor: pointer;}.count input {??? width: 50px;??? height: 15px;??? line-height: 15px;??? border: 1px solid #aaa;??? color: #343434;??? text-align: center;??? padding: 4px 0;??? background-color: #fff;??? z-index: 2;}.subtotal {??? width: 150px;??? color: red;??? font-weight: bold;}.operation {??? width: 80px;}.operation span:hover, a:hover {??? cursor: pointer;??? color: red;??? text-decoration: underline;}img {??? width: 100px;??? height: 80px;??? /*border: 1px solid #ccc;*/??? margin-right: 10px;??? float: left;}.foot {??? width: 935px;??? margin-top: 10px;??? color: #666;??? height: 48px;??? border: 1px solid #c8c8c8;??? background-color: #eaeaea;??? background-image:linear-gradient(RGB(241,241,241),RGB(226,226,226));??? position: relative;??? z-index: 8;}.foot div, .foot a {??? line-height: 48px;??? height: 48px;}.foot .select-all {??? width: 100px;??? height: 48px;??? line-height: 48px;??? padding-left: 5px;??? color: #666;}.foot .closing {??? border-left: 1px solid #c8c8c8;??? width: 100px;??? text-align: center;??? color: #000;??? font-weight: bold;??? background: RGB(238,238,238);??? cursor: pointer;}.foot .total{??? margin: 0 20px;??? cursor: pointer;}.foot? #priceTotal, .foot #selectedTotal {??? color: red;??? font-family: "Microsoft Yahei";??? font-weight: bold;}.foot .selected {??? cursor: pointer;}.foot .selected .arrow {??? position: relative;??? top:-3px;??? margin-left: 3px;}.foot .selected .down {??? position: relative;??? top:3px;??? display: none;}?.show .selected .down {??? display: inline;}?.show .selected .up {??? display: none;}.foot .selected:hover .arrow {??? color: red;}.foot .selected-view {??? width: 935px;??? border: 1px solid #c8c8c8;??? position: absolute;??? height: auto;??? background: #ffffff;??? z-index: 9;??? bottom: 48px;??? left: -1px;??? display:none;}.show .selected-view {??? display: block;}.foot .selected-view div{??? height: auto;}.foot .selected-view .arrow {??? font-size: 16px;??? line-height: 100%;??? color:#c8c8c8;??? position: absolute;??? right: 330px;??? bottom: -9px;}.foot .selected-view .arrow span {??? color: #ffffff;??? position: absolute;??? left: 0px;??? bottom: 1px;}#selectedViewList {??? padding: 20px;??? margin-bottom: -20px;}#selectedViewList div{??? display: inline-block;??? position: relative;??? width: 100px;??? height: 80px;??? border: 1px solid #ccc;??? margin: 10px;}#selectedViewList div span {??? display: none;??? color: #ffffff;??? font-size: 12px;??? position: absolute;??? top: 0px;??? right: 0px;??? width: 60px;??? height: 18px;??? line-height: 18px;??? text-align: center;??? background: RGBA(0,0,0,.5);??? cursor: pointer;}#selectedViewList div:hover span {??? display: block;}.on{??? background-color: #e2f2ff;}
舉報
通過JavaScript實(shí)現(xiàn)類似淘寶網(wǎng)絡(luò)購物車功能效果
4 回答我想寫一個addclass的方法應(yīng)該如何寫?
2 回答我的js文件上傳
1 回答css樣式
2 回答css樣式
1 回答哪位前輩可否幫我解釋一下這段代碼?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-10-21
* {
??? margin: 0;
??? padding: 0;
}
a {
??? color: #666;
??? text-decoration: none;
}
body {
??? padding: 20px;
??? color: #666;
}
.fl{
??? float: left;
}
.fr {
??? float: right;
}
table {
??? border-collapse: collapse;
??? border-spacing: 0;
??? border: 0;
??? text-align: center;
??? width: 937px;
}
th, td {
??? border: 1px solid #CADEFF;
}
th {
??? background: #e2f2ff;
??? border-top: 3px solid #a7cbff;
??? height: 30px;
}
td {
??? padding: 10px;
??? color: #444;
}
tbody tr:hover {
??? background: RGB(238,246,255);
}
.checkbox {
??? width: 60px;
}
.goods {
??? width: 300px;
}
.goods span {
??? width: 180px;
??? margin-top: 20px;
??? text-align: left;
??? float: left;
}
.price {
??? width: 130px;
}
.count {
??? width: 90px;
}
.count .add, .count input, .count .reduce {
??? float: left;
??? margin-right: -1px;
??? position: relative;
??? z-index: 0;
}
.count .add, .count .reduce {
??? height: 23px;
??? width: 17px;
??? border: 1px solid #e5e5e5;
??? background: #f0f0f0;
??? text-align: center;
??? line-height: 23px;
??? color: #444;
}
.count .add:hover, .count .reduce:hover {
??? color: #f50;
??? z-index: 3;
??? border-color: #f60;
??? cursor: pointer;
}
.count input {
??? width: 50px;
??? height: 15px;
??? line-height: 15px;
??? border: 1px solid #aaa;
??? color: #343434;
??? text-align: center;
??? padding: 4px 0;
??? background-color: #fff;
??? z-index: 2;
}
.subtotal {
??? width: 150px;
??? color: red;
??? font-weight: bold;
}
.operation {
??? width: 80px;
}
.operation span:hover, a:hover {
??? cursor: pointer;
??? color: red;
??? text-decoration: underline;
}
img {
??? width: 100px;
??? height: 80px;
??? /*border: 1px solid #ccc;*/
??? margin-right: 10px;
??? float: left;
}
.foot {
??? width: 935px;
??? margin-top: 10px;
??? color: #666;
??? height: 48px;
??? border: 1px solid #c8c8c8;
??? background-color: #eaeaea;
??? background-image:linear-gradient(RGB(241,241,241),RGB(226,226,226));
??? position: relative;
??? z-index: 8;
}
.foot div, .foot a {
??? line-height: 48px;
??? height: 48px;
}
.foot .select-all {
??? width: 100px;
??? height: 48px;
??? line-height: 48px;
??? padding-left: 5px;
??? color: #666;
}
.foot .closing {
??? border-left: 1px solid #c8c8c8;
??? width: 100px;
??? text-align: center;
??? color: #000;
??? font-weight: bold;
??? background: RGB(238,238,238);
??? cursor: pointer;
}
.foot .total{
??? margin: 0 20px;
??? cursor: pointer;
}
.foot? #priceTotal, .foot #selectedTotal {
??? color: red;
??? font-family: "Microsoft Yahei";
??? font-weight: bold;
}
.foot .selected {
??? cursor: pointer;
}
.foot .selected .arrow {
??? position: relative;
??? top:-3px;
??? margin-left: 3px;
}
.foot .selected .down {
??? position: relative;
??? top:3px;
??? display: none;
}
?.show .selected .down {
??? display: inline;
}
?.show .selected .up {
??? display: none;
}
.foot .selected:hover .arrow {
??? color: red;
}
.foot .selected-view {
??? width: 935px;
??? border: 1px solid #c8c8c8;
??? position: absolute;
??? height: auto;
??? background: #ffffff;
??? z-index: 9;
??? bottom: 48px;
??? left: -1px;
??? display:none;
}
.show .selected-view {
??? display: block;
}
.foot .selected-view div{
??? height: auto;
}
.foot .selected-view .arrow {
??? font-size: 16px;
??? line-height: 100%;
??? color:#c8c8c8;
??? position: absolute;
??? right: 330px;
??? bottom: -9px;
}
.foot .selected-view .arrow span {
??? color: #ffffff;
??? position: absolute;
??? left: 0px;
??? bottom: 1px;
}
#selectedViewList {
??? padding: 20px;
??? margin-bottom: -20px;
}
#selectedViewList div{
??? display: inline-block;
??? position: relative;
??? width: 100px;
??? height: 80px;
??? border: 1px solid #ccc;
??? margin: 10px;
}
#selectedViewList div span {
??? display: none;
??? color: #ffffff;
??? font-size: 12px;
??? position: absolute;
??? top: 0px;
??? right: 0px;
??? width: 60px;
??? height: 18px;
??? line-height: 18px;
??? text-align: center;
??? background: RGBA(0,0,0,.5);
??? cursor: pointer;
}
#selectedViewList div:hover span {
??? display: block;
}
.on{
??? background-color: #e2f2ff;
}