| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /* components/header/header.wxss */
- .header {
- height: 330rpx;
- position: fixed;
- z-index: 1200;
- width: 100%;
- }
- .header .header-bg {
- z-index: 1;
- position: absolute;
- top: 0;
- left: 0;
- width: 100vw;
- height: 295rpx;
- background: #CFEAE5;
- }
- .header .logo {
- width: 150rpx;
- height: 150rpx;
- z-index: 99;
- }
- .header .logo.logo-at-left {
- position: absolute;
- top: 96rpx;
- left: 36rpx;
- }
- .header .logo.logo-at-left .back{
- width: 25rpx;
- height: 40rpx;
- margin-top: 10rpx;
- }
- .header .logo-image {
- width: 100%;
- height: 100%;
- }
- .header .mark-icon{
- width: 100%;
- height: 295rpx;
- position: absolute;
- top:0;
- right:0;
- z-index: 2;
- }
- .header .mark-icon .mark-image{
- width: 100%;
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .header .search-icon {
- position: absolute;
- z-index: 99;
- top: 260rpx;
- left: 30rpx;
- height: 65rpx;
- width: 530rpx;
- }
- .header .cart-icon {
- position: absolute;
- z-index: 99;
- top: 260rpx;
- right: 30rpx;
- height: 65rpx;
- width: 146rpx;
- }
- .header .my-logo{
- width: 305rpx;
- height: 114rpx;
- }
|