no message
This commit is contained in:
520
unpackage/dist/dev/app-plus/pages/home/home.css
vendored
Normal file
520
unpackage/dist/dev/app-plus/pages/home/home.css
vendored
Normal file
@@ -0,0 +1,520 @@
|
||||
|
||||
.zp-container[data-v-b7999e14]{
|
||||
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.zp-container-fixed[data-v-b7999e14] {
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.zp-main[data-v-b7999e14]{
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 1.5625rem 0;
|
||||
}
|
||||
.zp-main-image-rpx[data-v-b7999e14] {
|
||||
width: 7.5rem;
|
||||
height: 7.5rem;
|
||||
}
|
||||
.zp-main-image-px[data-v-b7999e14] {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
.zp-main-title[data-v-b7999e14] {
|
||||
color: #aaaaaa;
|
||||
text-align: center;
|
||||
}
|
||||
.zp-main-title-rpx[data-v-b7999e14] {
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0.3125rem;
|
||||
padding: 0 0.625rem;
|
||||
}
|
||||
.zp-main-title-px[data-v-b7999e14] {
|
||||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.zp-main-error-btn[data-v-b7999e14] {
|
||||
border: solid 1px #dddddd;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.zp-main-error-btn-rpx[data-v-b7999e14] {
|
||||
font-size: 0.875rem;
|
||||
padding: 0.25rem 0.75rem;
|
||||
border-radius: 0.1875rem;
|
||||
margin-top: 1.5625rem;
|
||||
}
|
||||
.zp-main-error-btn-px[data-v-b7999e14] {
|
||||
font-size: 14px;
|
||||
padding: 4px 12px;
|
||||
border-radius: 3px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
/* [z-paging]公用的静态css资源 */
|
||||
.zp-line-loading-image[data-v-00a16504] {
|
||||
|
||||
animation: loading-flower-00a16504 1s steps(12) infinite;
|
||||
|
||||
color: #666666;
|
||||
}
|
||||
.zp-line-loading-image-rpx[data-v-00a16504] {
|
||||
margin-right: 0.25rem;
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
.zp-line-loading-image-px[data-v-00a16504] {
|
||||
margin-right: 4px;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
.zp-loading-image-ios-rpx[data-v-00a16504] {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
.zp-loading-image-ios-px[data-v-00a16504] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.zp-loading-image-android-rpx[data-v-00a16504] {
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
.zp-loading-image-android-px[data-v-00a16504] {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
@keyframes loading-flower-00a16504 {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
.zp-r-container[data-v-00a16504] {
|
||||
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.zp-r-container-padding[data-v-00a16504] {
|
||||
}
|
||||
.zp-r-left[data-v-00a16504] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
.zp-r-left-image[data-v-00a16504] {
|
||||
transition-duration: .2s;
|
||||
transition-property: transform;
|
||||
color: #666666;
|
||||
}
|
||||
.zp-r-left-image-pre-size-rpx[data-v-00a16504] {
|
||||
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.zp-r-left-image-pre-size-px[data-v-00a16504] {
|
||||
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.zp-r-arrow-top[data-v-00a16504] {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
.zp-r-arrow-down[data-v-00a16504] {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.zp-r-right[data-v-00a16504] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.zp-r-right-time-text-rpx[data-v-00a16504] {
|
||||
margin-top: 0.3125rem;
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
.zp-r-right-time-text-px[data-v-00a16504] {
|
||||
margin-top: 5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* [z-paging]公用的静态css资源 */
|
||||
.zp-line-loading-image[data-v-8cc5c400] {
|
||||
|
||||
animation: loading-flower-8cc5c400 1s steps(12) infinite;
|
||||
|
||||
color: #666666;
|
||||
}
|
||||
.zp-line-loading-image-rpx[data-v-8cc5c400] {
|
||||
margin-right: 0.25rem;
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
.zp-line-loading-image-px[data-v-8cc5c400] {
|
||||
margin-right: 4px;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
.zp-loading-image-ios-rpx[data-v-8cc5c400] {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
.zp-loading-image-ios-px[data-v-8cc5c400] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.zp-loading-image-android-rpx[data-v-8cc5c400] {
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
.zp-loading-image-android-px[data-v-8cc5c400] {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
@keyframes loading-flower-8cc5c400 {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
.zp-l-container[data-v-8cc5c400] {
|
||||
|
||||
clear: both;
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.zp-l-container-rpx[data-v-8cc5c400] {
|
||||
height: 2.5rem;
|
||||
font-size: 0.84375rem;
|
||||
}
|
||||
.zp-l-container-px[data-v-8cc5c400] {
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.zp-l-line-loading-custom-image[data-v-8cc5c400] {
|
||||
color: #a4a4a4;
|
||||
}
|
||||
.zp-l-line-loading-custom-image-rpx[data-v-8cc5c400] {
|
||||
margin-right: 0.25rem;
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
.zp-l-line-loading-custom-image-px[data-v-8cc5c400] {
|
||||
margin-right: 4px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.zp-l-line-loading-custom-image-animated[data-v-8cc5c400]{
|
||||
|
||||
animation: loading-circle-8cc5c400 1s linear infinite;
|
||||
}
|
||||
.zp-l-circle-loading-view[data-v-8cc5c400] {
|
||||
border: 0.09375rem solid #dddddd;
|
||||
border-radius: 50%;
|
||||
|
||||
animation: loading-circle-8cc5c400 1s linear infinite;
|
||||
}
|
||||
.zp-l-circle-loading-view-rpx[data-v-8cc5c400] {
|
||||
margin-right: 0.25rem;
|
||||
width: 0.71875rem;
|
||||
height: 0.71875rem;
|
||||
}
|
||||
.zp-l-circle-loading-view-px[data-v-8cc5c400] {
|
||||
margin-right: 4px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
.zp-l-text-rpx[data-v-8cc5c400] {
|
||||
font-size: 0.9375rem;
|
||||
margin: 0 0.1875rem;
|
||||
}
|
||||
.zp-l-text-px[data-v-8cc5c400] {
|
||||
font-size: 15px;
|
||||
margin: 0px 3px;
|
||||
}
|
||||
.zp-l-line-rpx[data-v-8cc5c400] {
|
||||
height: 1px;
|
||||
width: 3.125rem;
|
||||
margin: 0 0.3125rem;
|
||||
}
|
||||
.zp-l-line-px[data-v-8cc5c400] {
|
||||
height: 1px;
|
||||
width: 50px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
@keyframes loading-circle-8cc5c400 {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* [z-paging]公共css*/
|
||||
.z-paging-content[data-v-1aa372d7] {
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
.z-paging-content-full[data-v-1aa372d7] {
|
||||
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.z-paging-content-fixed[data-v-1aa372d7], .zp-loading-fixed[data-v-1aa372d7] {
|
||||
position: fixed;
|
||||
|
||||
height: auto;
|
||||
width: auto;
|
||||
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
.zp-f2-content[data-v-1aa372d7] {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: white;
|
||||
}
|
||||
.zp-page-top[data-v-1aa372d7], .zp-page-bottom[data-v-1aa372d7] {
|
||||
|
||||
width: auto;
|
||||
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
.zp-page-left[data-v-1aa372d7], .zp-page-right[data-v-1aa372d7] {
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
.zp-scroll-view-super[data-v-1aa372d7] {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.zp-view-super[data-v-1aa372d7] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
}
|
||||
.zp-scroll-view-container[data-v-1aa372d7], .zp-scroll-view[data-v-1aa372d7] {
|
||||
position: relative;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.zp-absoulte[data-v-1aa372d7] {
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: auto;
|
||||
}
|
||||
.zp-scroll-view-absolute[data-v-1aa372d7] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.zp-scroll-view-hide-scrollbar[data-v-1aa372d7] ::-webkit-scrollbar {
|
||||
display: none;
|
||||
-webkit-appearance: none;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
background: transparent;
|
||||
}
|
||||
.zp-paging-touch-view[data-v-1aa372d7] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.zp-fixed-bac-view[data-v-1aa372d7] {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 200px;
|
||||
}
|
||||
.zp-paging-main[data-v-1aa372d7] {
|
||||
height: 100%;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
}
|
||||
.zp-paging-container[data-v-1aa372d7] {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
}
|
||||
.zp-chat-record-loading-custom-image[data-v-1aa372d7] {
|
||||
width: 1.09375rem;
|
||||
height: 1.09375rem;
|
||||
|
||||
animation: loading-flower-1aa372d7 1s linear infinite;
|
||||
}
|
||||
.zp-page-bottom-keyboard-placeholder-animate[data-v-1aa372d7] {
|
||||
transition-property: height;
|
||||
transition-duration: 0.15s;
|
||||
|
||||
will-change: height;
|
||||
}
|
||||
.zp-custom-refresher-container[data-v-1aa372d7] {
|
||||
overflow: hidden;
|
||||
}
|
||||
.zp-custom-refresher-refresh[data-v-1aa372d7] {
|
||||
|
||||
display: block;
|
||||
}
|
||||
.zp-back-to-top[data-v-1aa372d7] {
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
transition-duration: .3s;
|
||||
transition-property: opacity;
|
||||
}
|
||||
.zp-back-to-top-rpx[data-v-1aa372d7] {
|
||||
width: 2.375rem;
|
||||
height: 2.375rem;
|
||||
bottom: 0;
|
||||
right: 0.78125rem;
|
||||
}
|
||||
.zp-back-to-top-px[data-v-1aa372d7] {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
bottom: 0px;
|
||||
right: 13px;
|
||||
}
|
||||
.zp-back-to-top-show[data-v-1aa372d7] {
|
||||
opacity: 1;
|
||||
}
|
||||
.zp-back-to-top-hide[data-v-1aa372d7] {
|
||||
opacity: 0;
|
||||
}
|
||||
.zp-back-to-top-img[data-v-1aa372d7] {
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
||||
|
||||
|
||||
z-index: 999;
|
||||
}
|
||||
.zp-empty-view[data-v-1aa372d7] {
|
||||
|
||||
|
||||
|
||||
flex: 1;
|
||||
}
|
||||
.zp-empty-view-center[data-v-1aa372d7] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.zp-loading-fixed[data-v-1aa372d7] {
|
||||
z-index: 9999;
|
||||
}
|
||||
.zp-safe-area-inset-bottom[data-v-1aa372d7] {
|
||||
position: absolute;
|
||||
}
|
||||
.zp-n-refresh-container[data-v-1aa372d7] {
|
||||
|
||||
display: flex;
|
||||
|
||||
justify-content: center;
|
||||
width: 23.4375rem;
|
||||
}
|
||||
.zp-n-list-container[data-v-1aa372d7]{
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* [z-paging]公用的静态css资源 */
|
||||
.zp-line-loading-image[data-v-1aa372d7] {
|
||||
|
||||
animation: loading-flower-1aa372d7 1s steps(12) infinite;
|
||||
|
||||
color: #666666;
|
||||
}
|
||||
.zp-line-loading-image-rpx[data-v-1aa372d7] {
|
||||
margin-right: 0.25rem;
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
.zp-line-loading-image-px[data-v-1aa372d7] {
|
||||
margin-right: 4px;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
.zp-loading-image-ios-rpx[data-v-1aa372d7] {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
.zp-loading-image-ios-px[data-v-1aa372d7] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.zp-loading-image-android-rpx[data-v-1aa372d7] {
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
.zp-loading-image-android-px[data-v-1aa372d7] {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
@keyframes loading-flower-1aa372d7 {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
302
unpackage/dist/dev/app-plus/pages/index/index.css
vendored
Normal file
302
unpackage/dist/dev/app-plus/pages/index/index.css
vendored
Normal file
@@ -0,0 +1,302 @@
|
||||
.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);
|
||||
}
|
||||
}
|
||||
.map_content {
|
||||
width: 23.4375rem;
|
||||
height: 100vh;
|
||||
}
|
||||
.map-location {
|
||||
width: 2.8125rem;
|
||||
height: 2.8125rem;
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
left: 0.9375rem;
|
||||
bottom: 17.8125rem;
|
||||
border-radius: 0.625rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.map-location uni-image {
|
||||
width: 1.40625rem;
|
||||
height: 1.40625rem;
|
||||
}
|
||||
.callout {
|
||||
width: 2.1875rem;
|
||||
height: 2.1875rem;
|
||||
border: 0.3125rem solid #6bfefa;
|
||||
background-color: #1678fe;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
margin-bottom: 0.3125rem;
|
||||
}
|
||||
.recharge {
|
||||
width: 21.5625rem;
|
||||
background-color: #fff;
|
||||
min-height: 9.375rem;
|
||||
position: fixed;
|
||||
left: 0.9375rem;
|
||||
bottom: 7.8125rem;
|
||||
border-radius: 0.625rem;
|
||||
padding: 0.625rem;
|
||||
box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.recharge_title {
|
||||
font-size: 1.125rem;
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
.recharge_con {
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
.map-box {
|
||||
width: 21.5625rem;
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
left: 0.9375rem;
|
||||
bottom: 7.1875rem;
|
||||
border-radius: 0.625rem;
|
||||
padding: 0.625rem;
|
||||
box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
|
||||
background: linear-gradient(65deg, rgba(234, 246, 227, 0.9) 0%, #64b3f4 100%);
|
||||
}
|
||||
.list-block {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.list-block .map-item-img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.list-block .item-block {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
overflow: hidden;
|
||||
padding: 0 0.78125rem;
|
||||
height: 100%;
|
||||
}
|
||||
.list-block .item-block .item-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 1.25rem;
|
||||
}
|
||||
.list-block .item-block .item-header .item-header-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
.list-block .item-block .item-header .item-header-left .cong-name {
|
||||
width: 10.9375rem;
|
||||
font-size: 1.0625rem;
|
||||
font-family: PingFang;
|
||||
font-weight: bold;
|
||||
color: #1F2022;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.list-block .item-block .item-header .item-header-left .logo {
|
||||
margin-right: 0.5625rem;
|
||||
width: 1.25rem;
|
||||
height: 100%;
|
||||
}
|
||||
.list-block .item-block .item-header .item-header-right {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0.8125rem;
|
||||
font-family: PingFang;
|
||||
font-weight: bold;
|
||||
color: #1F2022;
|
||||
}
|
||||
.list-block .item-block .item-header .item-header-right .address-icon {
|
||||
margin-right: 0.3125rem;
|
||||
width: 0.625rem;
|
||||
height: 0.78125rem;
|
||||
}
|
||||
.list-block .item-block .item-type {
|
||||
display: flex;
|
||||
margin-top: 0.625rem;
|
||||
font-size: 0.75rem;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #5F646A;
|
||||
}
|
||||
.list-block .item-block .item-type .line {
|
||||
display: inline-block;
|
||||
margin: 0 0.625rem;
|
||||
height: 0.5rem;
|
||||
width: 0.03125rem;
|
||||
height: 0.5rem;
|
||||
background: #D2D2D2;
|
||||
}
|
||||
.list-block .item-block .item-num {
|
||||
height: 1.25rem;
|
||||
margin-top: 0.625rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.list-block .item-block .item-num .all-icon {
|
||||
width: 1.1875rem;
|
||||
height: 1.1875rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.list-block .item-block .item-num .all-num {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0.84375rem;
|
||||
font-family: PingFang;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
.list-block .item-block .item-num .all-num .use {
|
||||
color: #5F646A;
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
.list-block .item-block .item-price {
|
||||
margin-top: 0.625rem;
|
||||
font-size: 1.53125rem;
|
||||
font-family: PingFang;
|
||||
font-weight: 800;
|
||||
color: #FF3013;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.list-block .item-block .item-price .unit-money {
|
||||
font-size: 0.875rem;
|
||||
font-family: PingFang;
|
||||
font-weight: 500;
|
||||
}
|
||||
.list-block .item-block .item-price .inline {
|
||||
display: inline;
|
||||
}
|
||||
.list-block .item-block .item-price .unit {
|
||||
font-size: 0.625rem;
|
||||
font-family: PingFang;
|
||||
font-weight: 500;
|
||||
color: #5F646A;
|
||||
}
|
||||
.list-block .item-block .item-price .navigation {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 5.21875rem;
|
||||
height: 2.1875rem;
|
||||
border: 0.0625rem solid #3668FC;
|
||||
border-radius: 1.125rem;
|
||||
font-size: 0.84375rem;
|
||||
font-family: PingFang;
|
||||
font-weight: 500;
|
||||
color: #3668FC;
|
||||
}
|
||||
.list-block .item-block .item-price .navigation .gps-icon {
|
||||
margin-right: 0.3125rem;
|
||||
width: 1.0625rem;
|
||||
height: 1.0625rem;
|
||||
}
|
||||
565
unpackage/dist/dev/app-plus/pages/mine/mine.css
vendored
Normal file
565
unpackage/dist/dev/app-plus/pages/mine/mine.css
vendored
Normal file
@@ -0,0 +1,565 @@
|
||||
.u-status-bar[data-v-eb8e0cdd] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.u-empty[data-v-ac70166d],
|
||||
.u-empty__wrap[data-v-ac70166d],
|
||||
.u-tabs[data-v-ac70166d],
|
||||
.u-tabs__wrapper[data-v-ac70166d],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-ac70166d],
|
||||
.u-tabs__wrapper__scroll-view[data-v-ac70166d],
|
||||
.u-tabs__wrapper__nav[data-v-ac70166d],
|
||||
.u-tabs__wrapper__nav__line[data-v-ac70166d] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "uicon-iconfont";
|
||||
src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
|
||||
}
|
||||
.u-icon[data-v-ac70166d] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.u-icon--left[data-v-ac70166d] {
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
}
|
||||
.u-icon--right[data-v-ac70166d] {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.u-icon--top[data-v-ac70166d] {
|
||||
flex-direction: column-reverse;
|
||||
justify-content: center;
|
||||
}
|
||||
.u-icon--bottom[data-v-ac70166d] {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.u-icon__icon[data-v-ac70166d] {
|
||||
font-family: uicon-iconfont;
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.u-icon__icon--primary[data-v-ac70166d] {
|
||||
color: #3c9cff;
|
||||
}
|
||||
.u-icon__icon--success[data-v-ac70166d] {
|
||||
color: #5ac725;
|
||||
}
|
||||
.u-icon__icon--error[data-v-ac70166d] {
|
||||
color: #f56c6c;
|
||||
}
|
||||
.u-icon__icon--warning[data-v-ac70166d] {
|
||||
color: #f9ae3d;
|
||||
}
|
||||
.u-icon__icon--info[data-v-ac70166d] {
|
||||
color: #909399;
|
||||
}
|
||||
.u-icon__img[data-v-ac70166d] {
|
||||
height: auto;
|
||||
will-change: transform;
|
||||
}
|
||||
.u-icon__label[data-v-ac70166d] {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.u-empty[data-v-f631659b],
|
||||
.u-empty__wrap[data-v-f631659b],
|
||||
.u-tabs[data-v-f631659b],
|
||||
.u-tabs__wrapper[data-v-f631659b],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-f631659b],
|
||||
.u-tabs__wrapper__scroll-view[data-v-f631659b],
|
||||
.u-tabs__wrapper__nav[data-v-f631659b],
|
||||
.u-tabs__wrapper__nav__line[data-v-f631659b] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.u-navbar--fixed[data-v-f631659b] {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 11;
|
||||
}
|
||||
.u-navbar__content[data-v-f631659b] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
height: 44px;
|
||||
background-color: #9acafc;
|
||||
position: relative;
|
||||
justify-content: center;
|
||||
}
|
||||
.u-navbar__content__left[data-v-f631659b], .u-navbar__content__right[data-v-f631659b] {
|
||||
padding: 0 13px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.u-navbar__content__left[data-v-f631659b] {
|
||||
left: 0;
|
||||
}
|
||||
.u-navbar__content__left--hover[data-v-f631659b] {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.u-navbar__content__left__text[data-v-f631659b] {
|
||||
font-size: 15px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.u-navbar__content__title[data-v-f631659b] {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #303133;
|
||||
}
|
||||
.u-navbar__content__right[data-v-f631659b] {
|
||||
right: 0;
|
||||
}
|
||||
.u-navbar__content__right__text[data-v-f631659b] {
|
||||
font-size: 15px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.u-empty[data-v-12f6646d],
|
||||
.u-empty__wrap[data-v-12f6646d],
|
||||
.u-tabs[data-v-12f6646d],
|
||||
.u-tabs__wrapper[data-v-12f6646d],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-12f6646d],
|
||||
.u-tabs__wrapper__scroll-view[data-v-12f6646d],
|
||||
.u-tabs__wrapper__nav[data-v-12f6646d],
|
||||
.u-tabs__wrapper__nav__line[data-v-12f6646d] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.u-link[data-v-12f6646d] {
|
||||
line-height: 1;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.u-empty[data-v-0a574502],
|
||||
.u-empty__wrap[data-v-0a574502],
|
||||
.u-tabs[data-v-0a574502],
|
||||
.u-tabs__wrapper[data-v-0a574502],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-0a574502],
|
||||
.u-tabs__wrapper__scroll-view[data-v-0a574502],
|
||||
.u-tabs__wrapper__nav[data-v-0a574502],
|
||||
.u-tabs__wrapper__nav__line[data-v-0a574502] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.u-text[data-v-0a574502] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
.u-text__price[data-v-0a574502] {
|
||||
font-size: 14px;
|
||||
color: #606266;
|
||||
}
|
||||
.u-text__value[data-v-0a574502] {
|
||||
font-size: 14px;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
color: #606266;
|
||||
flex-wrap: wrap;
|
||||
text-overflow: ellipsis;
|
||||
align-items: center;
|
||||
}
|
||||
.u-text__value--primary[data-v-0a574502] {
|
||||
color: #3c9cff;
|
||||
}
|
||||
.u-text__value--warning[data-v-0a574502] {
|
||||
color: #f9ae3d;
|
||||
}
|
||||
.u-text__value--success[data-v-0a574502] {
|
||||
color: #5ac725;
|
||||
}
|
||||
.u-text__value--info[data-v-0a574502] {
|
||||
color: #909399;
|
||||
}
|
||||
.u-text__value--error[data-v-0a574502] {
|
||||
color: #f56c6c;
|
||||
}
|
||||
.u-text__value--main[data-v-0a574502] {
|
||||
color: #303133;
|
||||
}
|
||||
.u-text__value--content[data-v-0a574502] {
|
||||
color: #606266;
|
||||
}
|
||||
.u-text__value--tips[data-v-0a574502] {
|
||||
color: #909193;
|
||||
}
|
||||
.u-text__value--light[data-v-0a574502] {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
|
||||
.u-empty[data-v-72791e59],
|
||||
.u-empty__wrap[data-v-72791e59],
|
||||
.u-tabs[data-v-72791e59],
|
||||
.u-tabs__wrapper[data-v-72791e59],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-72791e59],
|
||||
.u-tabs__wrapper__scroll-view[data-v-72791e59],
|
||||
.u-tabs__wrapper__nav[data-v-72791e59],
|
||||
.u-tabs__wrapper__nav__line[data-v-72791e59] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.u-line[data-v-72791e59] {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.u-empty[data-v-3fd6feca],
|
||||
.u-empty__wrap[data-v-3fd6feca],
|
||||
.u-tabs[data-v-3fd6feca],
|
||||
.u-tabs__wrapper[data-v-3fd6feca],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-3fd6feca],
|
||||
.u-tabs__wrapper__scroll-view[data-v-3fd6feca],
|
||||
.u-tabs__wrapper__nav[data-v-3fd6feca],
|
||||
.u-tabs__wrapper__nav__line[data-v-3fd6feca] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.u-cell__body[data-v-3fd6feca] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
box-sizing: border-box;
|
||||
padding: 13px 15px;
|
||||
font-size: 15px;
|
||||
color: #303133;
|
||||
align-items: center;
|
||||
}
|
||||
.u-cell__body__content[data-v-3fd6feca] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
}
|
||||
.u-cell__body--large[data-v-3fd6feca] {
|
||||
padding-top: 13px;
|
||||
padding-bottom: 13px;
|
||||
}
|
||||
.u-cell__left-icon-wrap[data-v-3fd6feca], .u-cell__right-icon-wrap[data-v-3fd6feca] {
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-size: 16px;
|
||||
}
|
||||
.u-cell__left-icon-wrap[data-v-3fd6feca] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.u-cell__right-icon-wrap[data-v-3fd6feca] {
|
||||
margin-left: 4px;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
.u-cell__right-icon-wrap--up[data-v-3fd6feca] {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
.u-cell__right-icon-wrap--down[data-v-3fd6feca] {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.u-cell__title[data-v-3fd6feca] {
|
||||
flex: 1;
|
||||
}
|
||||
.u-cell__title-text[data-v-3fd6feca] {
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
color: #303133;
|
||||
}
|
||||
.u-cell__title-text--large[data-v-3fd6feca] {
|
||||
font-size: 16px;
|
||||
}
|
||||
.u-cell__label[data-v-3fd6feca] {
|
||||
margin-top: 5px;
|
||||
font-size: 12px;
|
||||
color: #909193;
|
||||
line-height: 18px;
|
||||
}
|
||||
.u-cell__label--large[data-v-3fd6feca] {
|
||||
font-size: 14px;
|
||||
}
|
||||
.u-cell__value[data-v-3fd6feca] {
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
color: #606266;
|
||||
}
|
||||
.u-cell__value--large[data-v-3fd6feca] {
|
||||
font-size: 15px;
|
||||
}
|
||||
.u-cell--clickable[data-v-3fd6feca] {
|
||||
background-color: #f3f4f6;
|
||||
}
|
||||
.u-cell--disabled[data-v-3fd6feca] {
|
||||
color: #c8c9cc;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.u-cell--center[data-v-3fd6feca] {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.u-empty[data-v-014d39dc],
|
||||
.u-empty__wrap[data-v-014d39dc],
|
||||
.u-tabs[data-v-014d39dc],
|
||||
.u-tabs__wrapper[data-v-014d39dc],
|
||||
.u-tabs__wrapper__scroll-view-wrapper[data-v-014d39dc],
|
||||
.u-tabs__wrapper__scroll-view[data-v-014d39dc],
|
||||
.u-tabs__wrapper__nav[data-v-014d39dc],
|
||||
.u-tabs__wrapper__nav__line[data-v-014d39dc] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-basis: auto;
|
||||
align-items: stretch;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.u-cell-group[data-v-014d39dc] {
|
||||
flex: 1;
|
||||
}
|
||||
.u-cell-group__title[data-v-014d39dc] {
|
||||
padding: 16px 16px 8px;
|
||||
}
|
||||
.u-cell-group__title__text[data-v-014d39dc] {
|
||||
font-size: 15px;
|
||||
line-height: 16px;
|
||||
color: #303133;
|
||||
}
|
||||
.u-cell-group__wrapper[data-v-014d39dc] {
|
||||
position: relative;
|
||||
}
|
||||
.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);
|
||||
}
|
||||
}
|
||||
.content[data-v-7c2ebfa5] {
|
||||
width: 100%;
|
||||
padding: 0 3%;
|
||||
box-sizing: border-box;
|
||||
background: #f5f5f5;
|
||||
padding-top: 1.875rem;
|
||||
}
|
||||
.content .title[data-v-7c2ebfa5] {
|
||||
font-size: 1.09375rem;
|
||||
font-weight: bold;
|
||||
padding-left: 0.46875rem;
|
||||
border-left: 2px solid #23bf61;
|
||||
line-height: 0.9375rem;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
.content .info[data-v-7c2ebfa5] {
|
||||
background: #fff;
|
||||
padding-top: 0.625rem;
|
||||
border-radius: 0.625rem;
|
||||
}
|
||||
.hbg[data-v-7c2ebfa5] {
|
||||
padding: 0 3%;
|
||||
box-sizing: border-box;
|
||||
background-size: cover;
|
||||
padding-bottom: 1.25rem;
|
||||
box-shadow: 0px 0px 10px #ccc;
|
||||
}
|
||||
.hbg .head[data-v-7c2ebfa5] {
|
||||
padding-top: 1.875rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.hbg .head .pic uni-image[data-v-7c2ebfa5] {
|
||||
width: 4.0625rem;
|
||||
height: 4.0625rem;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.hbg .head .nickname[data-v-7c2ebfa5] {
|
||||
font-weight: bold;
|
||||
font-size: 0.9375rem;
|
||||
color: #444;
|
||||
flex: 1;
|
||||
background: unset;
|
||||
text-align: left;
|
||||
}
|
||||
.hbg .head .nickname[data-v-7c2ebfa5]::after {
|
||||
border: 0;
|
||||
}
|
||||
.hbg .head .role[data-v-7c2ebfa5] {
|
||||
background-color: #111734;
|
||||
padding: 0.3125rem 0.625rem;
|
||||
border-radius: 1.25rem;
|
||||
}
|
||||
.hbg .mid[data-v-7c2ebfa5] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 2.5rem;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0.625rem;
|
||||
}
|
||||
.hbg .mid uni-navigator[data-v-7c2ebfa5] {
|
||||
width: 25%;
|
||||
font-size: 0.9375rem;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
.hbg .mid uni-navigator uni-text[data-v-7c2ebfa5] {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
font-size: 1.1875rem;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
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