|
|
- /* Pages/travel/evaluation/index/index.wxss */
- .tab-bar {
- width: 100%;
- padding: 0;
- margin: 0;
- padding-left: 6vw;
- justify-content: center;
- display: flex;
- align-items: center;
- }
-
- .tab-bar-item {
- width: 20%;
- padding: 0;
- margin: 0;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- height: 30%;
- }
-
- .default {
- font-weight: 550;
- font-size: 12px;
- color: #7b8b6f;
- }
-
- .active {
- font-size: 13px;
- font-weight: 900;
- color: black;
- }
-
- .tab-bar-item cover-image {
- width: 30px;
- height: 30px;
- }
-
- .hg {
- padding: 0;
- height: 120px;
- padding-bottom: 6vh;
- justify-content: center;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
|