1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .saomiao{
- display: flex;
- justify-content: center;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .tapbtn[plain]{
- padding: 0;
- border: none;
- width: 220rpx;
- height: 220rpx;
- }
- .zhaohuan{
- display: flex;
- justify-content: end;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .shibietu{
- display: flex;
- justify-content: end;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .wenzi{
- display: flex;
- justify-content: center;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .img-size {
- width: 100%;
- margin: auto;
-
- }
- .swiper-container {
- z-index: 999;
- position: relative;
- width: 100vw;
- height: 100vh;
- }
-
-
- .swiper-slide {
- z-index: 999;
- }
- .liucheng-img {
- width: 100%;
- height: 100%;
-
- }
- .item {
- height: 100%;
- width: 100%;
- }
-
|