增加基本项目配置

This commit is contained in:
Gao xiaosong
2020-03-15 13:59:43 +08:00
commit 397082cdaf
1117 changed files with 105700 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"navigationBarTitleText": "launch",
"usingComponents": {
"home": "/pages/home/index",
"goods-class": "/pages/shop/GoodsClass/index",
"shopping-cart": "/pages/shop/ShoppingCart/index",
"user": "/pages/user/User/index",
"footer-components": "/components/Footer"
}
}

View File

@ -0,0 +1 @@
<view class="page _div data-v-c8fad028"><view hidden="{{!(tabtarIndex==0)}}" class="{{['_div data-v-c8fad028',tabtarIndex==0?'page':'']}}"><home vue-id="63f00577-1" class="data-v-c8fad028" bind:__l="__l"></home></view><view hidden="{{!(tabtarIndex==1)}}" class="{{['_div data-v-c8fad028',tabtarIndex==1?'page':'']}}"><goods-class vue-id="63f00577-2" class="data-v-c8fad028" bind:__l="__l"></goods-class></view><block wx:if="{{tabtarIndex==2}}"><view class="{{['_div data-v-c8fad028',tabtarIndex==2?'page':'']}}"><shopping-cart vue-id="63f00577-3" class="data-v-c8fad028" bind:__l="__l"></shopping-cart></view></block><block wx:if="{{tabtarIndex==3}}"><view class="{{['_div data-v-c8fad028',tabtarIndex==3?'page':'']}}"><user vue-id="63f00577-4" class="data-v-c8fad028" bind:__l="__l"></user></view></block><footer-components vue-id="63f00577-5" class="data-v-c8fad028" bind:__l="__l"></footer-components></view>

View File

@ -0,0 +1,78 @@
.index.data-v-63128198 {
background-color: #fff;
}
.swiper-item.data-v-63128198 {
height: 100%;
}
.productSort{
height:100%
}
.footer-line-height {
height: 1rem;
}
.order-status-num {
min-width: 0.33rem;
background-color: #fff;
color: #73cbb6;
border-radius: 15px;
position: absolute;
right: -0.14rem;
top: -0.15rem;
font-size: 0.2rem;
padding: 0 0.08rem;
border: 1px solid #73cbb6;
}
.pictrue {
position: relative;
}
.switch-h5 {
margin-left: 0.2rem;
}
.binding {
margin-top: 0.1rem;
display: inline-block;
padding: 0.05rem 0.2rem;
background-color: #ca1f10;
border-radius: 50px;
font-size: 0.22rem;
line-height: 1.5;
border: 1px solid #e8695e;
color: #ffffff;
}
.lottie-bg.data-v-c8fad028 {
position: fixed;
left: 0;
top: 0;
background-color: #fff;
width: 100%;
height: 100%;
z-index: 999;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
-webkit-justify-content: center;
-webkit-box-pack: center;
justify-content: center;
}
#lottie.data-v-c8fad028 {
width: 35%;
display: block;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin: auto;
}
.iphonex.data-v-c8fad028 {
height: 68rpx;
}