123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- page {
- background: #000;
- }
- .swiper-tab {
- width: 100%;
- text-align: center;
- line-height: 80rpx;
- }
- .swiper-tab-list {
- font-size: 30rpx;
- display: inline-block;
- width: 30%;
- color: #777;
- }
- .on {
- color: #D81E06;
- border-bottom: 5rpx solid #D81E06;
- }
- .swiper-box {
- display: block;
- height: 100%;
- width: 100%;
- overflow: hidden;
- color: #fff;
- }
- .swiper-box .swiper-box-view {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px slategray solid;
- }
- ec-canvas {
- width: 100%;
- height: 100%;
- }
- .container {
- position: absolute;
- top: 200rpx;
- bottom: 0;
- left: 0;
- right: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- }
|