|
-
-
- .page-enter-active, .page-leave-active {
- transition: opacity .4s;
- }
-
- /* .page-enter-active, .page-leave-active::after {
- content: '';
- width: 100px;
- height: 100px;
- background: red;
- position: fixed;
- z-index: 99;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- margin: auto auto;
- } */
-
-
- .page-enter, .page-leave-active {
- opacity: .5;
- }
-
-
- .bulletin-box {
- background: #fff;
- border-radius: 14px;
- height: 56px;
- padding: 12px;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- .bulletin-left {
- height: 32px;
- line-height: 32px;
- width: 72px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- background: #ff6262;
- border-radius: 8px;
- }
- .swiperWrap {
- flex: 1;
- width: 100%;
- height: 32px !important;
- line-height: 32px !important;
- margin-left: 16px;
- }
- }
|