123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .index-wrap {
- flex-direction: column;
- .fixed-tabbar {
- flex-direction: column;
- .tabbar-item__wrap {
- height: 120px;
- flex-shrink: 0;
- background-color: #fff;
- }
- .tabbar-item {
- flex: 1;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- image {
- width: 46px;
- // height: 46px;
- }
- text {
- color: #999;
- font-size: 24px;
- }
- .tabbar-name__cur {
- color: #3aacff;
- }
- }
- }
- .tab-content {
- flex: 1;
- }
- }
- .stack-popup {
- background-color: rgba(0, 0, 0, 0.6);
- width: 100%;
- height: 100%;
- justify-content: center;
- align-items: center;
- .customer-popup {
- width: 600px;
- border-radius: 6px;
- background-color: #fff;
- flex-direction: column;
- align-items: center;
- .title {
- width: 100%;
- font-size: 30px;
- text-align: center;
- color: #333;
- line-height: 104px;
- border-bottom: 2px solid #f7f7f7;
- }
- .desc {
- margin: 40px 80px;
- font-size: 28px;
- color: #666;
- text-align: center;
- }
- image {
- margin: 0 auto 10px;
- width: 280px;
- height: 280px;
- }
- .duplication {
- margin-bottom: 40px;
- }
- .duplication-text {
- font-size: 24px;
- }
- .duplication-button {
- color: #ef5952;
- border: 2px solid #ef5952;
- padding: 2px 8px;
- border-radius: 20px;
- font-size: 20px;
- margin-left: 10px;
- }
- }
- }
- .sign-icon {
- position: fixed;
- width: 150px;
- height: 150px;
- right: 20px;
- bottom: 300px;
- }
- .mask {
- position: fixed;
- width: 100%;
- height: 100%;
- flex-direction: column;
- z-index: 9999;
- justify-content: center;
- align-items: center;
- background-color: rgba(0, 0, 0, 0.6);
- .banner {
- margin-top: -200px;
- width: 600px;
- }
- .close-pop {
- width: 70px;
- height: 70px;
- margin-top: 24px;
- }
- }
- .mode-text {
- margin-left: 10px;
- }
- .modeimage {
- padding: 10px;
- }
|