| | |
| | | bgColor: '#f7f7f7', |
| | | alpha: '100' |
| | | }, |
| | | |
| | | bgImg: { |
| | | isShow: 0, // 0隐藏 1显示 |
| | | type: 0, |
| | |
| | | align-items: center; |
| | | background: rgba(0, 224, 255, 0.34) linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.21) 100%); |
| | | border-radius: 8px 8px 0px 0px; |
| | | |
| | | .productPage_head_item { |
| | | flex: 1; |
| | | height: 100%; |
| | |
| | | position: relative; |
| | | color: #fff; |
| | | font-size: 12px; |
| | | |
| | | img { |
| | | width: 14px; |
| | | margin-left: 3px; |
| | | } |
| | | |
| | | |
| | | &:hover img { |
| | | transform: rotate(180deg); |
| | | } |
| | | |
| | | &:hover .productPage_xl { |
| | | transform: translate(0%, 100%); |
| | | display: block; |
| | | animation: move 0.5s 0s; |
| | | } |
| | | |
| | | @keyframes move { |
| | | 0% { |
| | | opacity: 0; |
| | |
| | | opacity: 1; |
| | | } |
| | | } |
| | | |
| | | .productPage_xl::-webkit-scrollbar { |
| | | width: 6px; |
| | | background: rgba(255, 255, 255, 0.5); |
| | | border-radius: 4px; |
| | | } |
| | | |
| | | .productPage_xl::-webkit-scrollbar-thumb { |
| | | box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); |
| | | background: rgba(255, 255, 255, 0.8); |
| | | } |
| | | |
| | | .productPage_xl { |
| | | transition: .3s; |
| | | position: absolute; |
| | |
| | | background: linear-gradient(180deg, #518198 0%, #033B58 100%); |
| | | box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.19); |
| | | border-radius: 0px 0px 8px 8px; |
| | | |
| | | .productPage_xl_iten { |
| | | width: 100%; |
| | | height: 40px; |
| | |
| | | cursor: pointer; |
| | | padding: 0 10px; |
| | | box-sizing: border-box; |
| | | |
| | | &:hover { |
| | | text { |
| | | color: #FFF200; |
| | | } |
| | | } |
| | | |
| | | text { |
| | | width: 100%; |
| | | text-align: center; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | text { |
| | | font-size: 16px; |
| | | font-family: SourceHanSansSC-Regular, SourceHanSansSC; |
| | | font-weight: 400; |
| | | color: #FFFFFF; |
| | | } |
| | | |
| | | image { |
| | | transition: .3s; |
| | | width: 14px; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .productPage_pk { |
| | | width: 100%; |
| | | margin-bottom: 32px; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | .productPage_pk_shop { |
| | | flex: 1; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | flex-direction: column; |
| | | |
| | | .productPage_pk_shop_sp { |
| | | width: 100px; |
| | | height: 100px; |
| | |
| | | height: 100%; |
| | | } |
| | | } |
| | | |
| | | .productPage_pk_shop_sp1 { |
| | | width: 184px; |
| | | height: 200px; |