no message
This commit is contained in:
102
unpackage/dist/dev/app-plus/pages/order/order.css
vendored
Normal file
102
unpackage/dist/dev/app-plus/pages/order/order.css
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
.uni-tabbar[data-v-e9b92a61] {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
height: 4.0625rem;
|
||||
padding-bottom: calc(env(safe-area-inset-bottom)) !important;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
box-shadow: 0px 0px 0.53125rem 0.03125rem rgba(206, 206, 206, 0.32);
|
||||
}
|
||||
.uni-tabbar .tabbar_find[data-v-e9b92a61] {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.uni-tabbar .tabbar_find .find_icon[data-v-e9b92a61] {
|
||||
width: 60px;
|
||||
height: 55px;
|
||||
margin-top: -30px;
|
||||
background-color: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0px 0px -0.53125rem 0.03125rem rgba(206, 206, 206, 0.32);
|
||||
}
|
||||
.uni-tabbar .tabbar_find .find_icon .icon[data-v-e9b92a61] {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.uni-tabbar .tabbar_find .find_icon .icon uni-image[data-v-e9b92a61] {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
.uni-tabbar .tabbar_find .find_icon .icon .select_img[data-v-e9b92a61] {
|
||||
animation: tabbar-item-button-click-e9b92a61 0.2s forwards 1 !important;
|
||||
}
|
||||
.uni-tabbar .tababr_item[data-v-e9b92a61] {
|
||||
font-size: 0.625rem;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
}
|
||||
.uni-tabbar .tababr_item .tag[data-v-e9b92a61] {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 5px;
|
||||
padding: 0.125rem;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: red;
|
||||
font-size: 0.75rem;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
}
|
||||
.uni-tabbar .tababr_item .tabbar_icon[data-v-e9b92a61] {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
.uni-tabbar .tababr_item .tabbar_icon .select_img[data-v-e9b92a61] {
|
||||
animation: tabbar-item-button-click-e9b92a61 0.2s forwards 1;
|
||||
}
|
||||
.uni-tabbar .tababr_item .tabbar_icon uni-image[data-v-e9b92a61] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.uni-tabbar .tababr_item .tababr_text[data-v-e9b92a61] {
|
||||
line-height: 0.75rem;
|
||||
font-size: 0.75rem;
|
||||
margin-top: 2px;
|
||||
color: #999;
|
||||
}
|
||||
.uni-tabbar .tababr_item .textActive[data-v-e9b92a61] {
|
||||
color: #3668FC;
|
||||
}
|
||||
|
||||
/* 点击动画 start */
|
||||
@keyframes tabbar-item-button-click-e9b92a61 {
|
||||
from {
|
||||
transform: scale(0.5);
|
||||
}
|
||||
to {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user