/* component/navber/navber.wxss */ /* 顶部要固定定位 标题要居中 自定义按钮和标题要和右边微信原生的胶囊上下对齐 */ .customTitleBox { position: fixed; left: 0; top: 0; right: 0; z-index: 1001; } .customTitle { font-size: 36rpx; position: absolute; left: 50%; transform: translateX(-50%); width: 750rpx; text-align: center; font-weight: 700; } .customBot { display: flex; display: -webkit-flex; align-items: center; position: relative; } .arrowBottom { width: 28rpx; /* width: 32rpx; */ height: 32rpx; margin: 0 10rpx; } .arrowBottom1 { width: 26rpx; height: 16rpx; margin: 0 10rpx; } .cityBox { font-size: 32rpx; display: flex; display: -webkit-flex; align-items: center; justify-content: center; height: 100%; margin-left: 30rpx; position: relative; z-index: 1000; } .backBtn { height: 100%; display: flex; display: -webkit-flex; align-items: center; justify-content: center; margin-left: -10rpx; position: relative; z-index: 1000; } .backIcon { width: 44rpx; height: 44rpx; } .addChange { font-size: 26rpx; height: 44rpx; } .addChange { font-size: 26rpx; color: #fff; }