| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423 |
- .home-suspension {
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- position: absolute;
- z-index: 2;
- width: 0;
- height: 0;
- }
- .bottom-advertisement {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 130px;
- background: #8a65d9;
- }
- .advertisement-content {
- width: 1180px;
- height: 130px;
- margin: auto auto;
- }
- .right-handler {
- position: fixed;
- bottom: 50px;
- right: 50px;
- width: 75px;
- background-color: white;
- display: flex;
- flex-direction: column;
- color: black;
- z-index: 1;
- border-radius: 8px;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
- }
- .handler-btn .tooltip {
- display: none;
- }
- .handler-btn .handler-btn:hover .tooltip {
- display: block;
- }
- .handler-item-top {
- border-radius: 8px 8px 0 0;
- }
- .handler-item-bottom {
- border-radius: 0 0 8px 8px;
- }
- .handler-item {
- transition: background-color 0.3s ease-in-out;
- }
- .item-icon-top {
- padding: 10px 0;
- color: #666666;
- transform: rotateZ(180deg);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .item-icon-top div {
- width: 25px;
- height: 25px;
- }
- .right-handler div:hover {
- background-color: #1475fa;
- }
- .item-icon-top:hover {
- }
- .item-icon-top:hover span {
- color: white;
- }
- .item-icon-top:hover .item-icon {
- color: white;
- }
- .item-icon-top:hover .item-icon-top {
- color: white;
- }
- .handler-item-content {
- margin: 0 auto;
- width: 52px;
- height: 74px;
- justify-content: center;
- align-items: center;
- border-bottom: #F1F1F1 1px solid;
- display: flex;
- flex-direction: column;
- font-size: 13px;
- }
- .item-icon {
- color: #666666;
- }
- span {
- color: #333333;
- }
- .handler-item-content:hover {
- cursor: pointer;
- user-select: none;
- color: white;
- background-color: #1475fa;
- }
- .handler-item-content:hover span {
- color: white;
- }
- .handler-item-content:hover .item-icon {
- color: white;
- }
- .handler-item-content:hover .item-icon-top {
- color: white;
- }
- .tooltip {
- display: block;
- position: absolute;
- padding: 10px;
- border-radius: 8px;
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
- cursor: auto;
- color: #333333;
- }
- .tooltip-arrow {
- position: absolute;
- right: -9.5px;
- top: calc(50% - 10px);
- width: 10px;
- height: 20px;
- -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
- clip-path: polygon(100% 50%, 0 0, 0 100%);
- }
- .slot-image {
- max-width: 80px;
- max-height: 80px;
- }
- .handler-to-top {
- cursor: pointer;
- }
- .gift-pack {
- width: 1170px;
- text-align: left;
- font-size: 12px;
- margin: 60px auto 50px auto;
- line-height: 18px;
- padding-bottom: 20px;
- border-bottom: 1px solid rgb(217, 217, 217);
- }
- .gift-pack-title {
- font-size: 24px;
- margin-bottom: 15px;
- }
- .gift-pack-content {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- grid-gap: 20px;
- }
- .content-item {
- cursor: pointer;
- }
- .content-item-img {
- max-width: 370px;
- max-height: 165px;
- overflow: hidden;
- }
- .content-item-img img {
- border-radius: 10px;
- width: 370px;
- height: 165px;
- }
- .content-item-title {
- font-weight: bold;
- font-size: 14px;
- }
- .content-item-remark {
- color: #999;
- }
- .content-item-price {
- display: flex;
- vertical-align: middle;
- margin: 10px 0;
- }
- .content-item-price div {
- margin-right: 10px;
- }
- .price-original {
- text-decoration: line-through;
- color: #888888;
- }
- .price-target {
- vertical-align: middle;
- padding: 0 3px;
- margin: 0 0 0 4px;
- background: rgb(223, 30, 28);
- color: white;
- font-weight: bolder;
- }
- .price-target span{
- color: white;
- }
- .price-now {
- font-family: BlinkMacSystemFont;
- font-size: 16px;
- }
- /*==============首页主题====================*/
- .card {
- width: 1180px;
- margin: auto;
- padding: 0;
- /* border: 1px solid #ccc; */
- text-align: left;
- }
- .card .card-header {
- margin: 20px 0 0 5px;
- display: flex;
- line-height: 32px;
- }
- .card .card-header .card-title {
- text-align: left;
- display: inline-block;
- padding: 0;
- width: auto;
- margin: 0;
- font-weight: bold;
- font-size: 24px;
- }
- .card .card-header .cart-other {
- flex: 1;
- margin: 0;
- width: auto;
- text-align: right;
- vertical-align: middle;
- align-items: center;
- font-size: 12px;
- }
- .card .card-header .cart-other a {
- cursor: pointer;
- padding: 5px 15px;
- color: white;
- background: #1475fa;
- }
- .card .card-des {
- margin: 8px 0 0 5px;
- color: #666666;
- font-size: 14px;
- }
- .card .card-list {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding: 5px 0 0 0;
- margin-top: 15px;
- overflow: hidden;
- /* overflow-y: auto; */
- }
- .card .card-list div {
- margin-right: 30px;
- display: inline-block;
- }
- .card .card-list div:nth-child(6n) {
- margin-right: 0;
- }
- .card .card-list div:nth-child(6n+1) {
- margin-left: 5px;
- }
- .card .card-show {
- text-align: center;
- width: 100%;
- cursor: pointer;
- color: #646cff;
- }
- /*topic list item*/
- .goods-info {
- display: block;
- max-width: 170px;
- margin-bottom: 30px;
- }
- .goods-info:hover {
- cursor: pointer;
- }
- .goods-info .goods-img {
- padding: 0;
- margin: 0 0 12px 0;
- overflow: hidden;
- display: flex;
- }
- .goods-info .goods-img img {
- height: 228px;
- width: 170px;
- }
- .goods-info .goods-img img:hover {
- z-index: 0;
- }
- .goods-info .goods-img:hover::after {
- opacity: 1;
- box-shadow: rgba(100, 100, 100, 0.3) 0 0 8px 3px;
- }
- .goods-info .goods-img::after {
- content: "";
- position: absolute;
- z-index: 9999;
- width: 170px;
- height: 228px;
- box-sizing: border-box;
- background: rgba(229, 229, 229, 0.2);
- transform: translateX(-170px);
- animation: 0.2s ease 0s 1 normal none running enlarge;
- opacity: 0;
- transition: all 0.3s ease 0s;
- }
- .goods-info .goods-name {
- height: 38px;
- font-size: 12px;
- text-overflow: ellipsis;
- overflow: hidden;
- -webkit-line-clamp: 2;
- }
- .goods-info .goods-price {
- font-size: 16px;
- margin: 5px 0;
- font-weight: bold;
- }
- .goods-info .goods-price::before {
- content: "¥";
- }
- .goods-info .goods-original-price {
- display: inline-block;
- text-decoration: line-through;
- font-size: 12px;
- margin: 0;
- padding: 0;
- }
- .goods-info .goods-discount-percentage {
- display: inline-block;
- font-size: 12px;
- margin: 0 0 0 10px;
- padding: 0 5px;
- color: white;
- background: rgb(223, 30, 28);
- }
- .goods-info .goods-discount-percentage::before {
- content: "-";
- }
- .goods-info .goods-discount-percentage::after {
- content: "%";
- }
|