123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* component/look/look.wxss */
- .nav {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 36rpx;
- color: #000;
- padding: 0 5%;
- box-sizing: border-box;
- }
- .nav view {
- flex: 1;
- height: 89rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 89rpx;
- }
- .slecte-nav {
- background: #fff;
- }
- swiper {
- height: 92%;
- }
- .look-video {
- padding: 0 16rpx;
- box-sizing: border-box;
- }
- .look-item {
- width: 100%;
- height: 266rpx;
- margin-top: 27rpx;
- border-radius: 20rpx;
- background: red;
- }
- .look-item image {
- width: 100%;
- height: 100%;
- }
|