66 lines
1.9 KiB
CSS
Executable File
66 lines
1.9 KiB
CSS
Executable File
/**
|
|
* 评分
|
|
*/
|
|
.user-content-body ul.rating {
|
|
overflow: hidden;
|
|
margin-bottom: 2px;
|
|
padding: 3px 5px;
|
|
line-height: 22px;
|
|
}
|
|
.user-content-body ul.rating li {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
.user-content-body ul.rating li i {
|
|
cursor: pointer;
|
|
}
|
|
.user-content-body ul.rating li i.am-icon-star-o {
|
|
color: #888;
|
|
}
|
|
.user-content-body ul.rating li i.am-icon-star {
|
|
color: #d13b49;
|
|
}
|
|
.user-content-body ul.rating li.tips-text {
|
|
width: 38px;
|
|
}
|
|
.user-content-body .rating-items {
|
|
margin-bottom: 0;
|
|
}
|
|
.user-content-body .rating-items .input-rating {
|
|
position: fixed;
|
|
top: -10000px;
|
|
left: -10000px;
|
|
}
|
|
.user-content-body .am-form-group.am-form-error ul.not-selected {
|
|
background-color: #ffe7e7;
|
|
}
|
|
.user-content-body .order-goods:hover {
|
|
background: transparent !important;
|
|
}
|
|
|
|
/**
|
|
* 商品列表
|
|
*/
|
|
.order-goods .base { width: 50%; }
|
|
.goods-detail img { width: 80px; height: 80px; position: absolute; border: 1px solid #eee; left: 0; top: 0; }
|
|
.goods-detail { position: relative; min-height: 80px; }
|
|
.goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; }
|
|
.goods-title:hover { text-decoration: underline; }
|
|
.goods-base {float: left; top: 0; margin-left: 85px; }
|
|
.goods-attr { margin-top: 5px; }
|
|
.goods-attr li { color: #888; line-height: 16px; }
|
|
.am-table { margin-bottom: 10px; }
|
|
.am-table > tbody > tr > td { border-top: 1px solid #F5F5F5; }
|
|
.am-table > thead > tr > th { border-bottom: 1px solid #f7f7f7; }
|
|
@media only screen and (min-width:640px) {
|
|
.cart-content table tr .base { width: 40%; }
|
|
.cart-content table tr .price { width: 20%; }
|
|
.cart-content table tr .number { width: 20%; }
|
|
.cart-content table tr .total-price { width: 20%; }
|
|
.cart-content { margin-top: 20px; }
|
|
}
|
|
@media only screen and (max-width:640px) {
|
|
.goods-detail img { width: 60px; height: 60px; }
|
|
.goods-base { margin-left: 65px; }
|
|
.goods-detail { min-height: 60px; }
|
|
} |