| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .navBar {
- padding: 3rpx 5rpx;
- padding-bottom: 8rpx;
- display: flex;
- flex-direction: row;
- justify-content: left;
- align-items: center
- }
- .logo {
- width: 70rpx;
- height: 70rpx;
- margin-left: 6rpx;
- }
- .textlable{
- flex-direction:column;
- margin-left: 16rpx;
- }
- .lableT{
- font-size: 28rpx;
- color: white;
- }
- .lableB{
- font-size: 22rpx;
- color: white;
- }
- .rightconten{
- margin-left: auto;
- display: flex;
- flex-direction: row;
- justify-content:right;
- }
- .interest {
- margin-right: 10rpx;
- width: 82rpx;
- height: 82rpx;
- }
- .mycart {
- margin-right: 10rpx;
- width: 82rpx;
- height: 82rpx;
- }
|