@ -0,0 +1,33 @@
<template>
<view class="login-container">
<view class="lc-header">
<view class="lh-logo"></view>
<view class="lh-name"></view>
</view>
</template>
<script>
export default {
}
</script>
<style lang="scss">
@import '~style/public.scss';
.login-container{
.lc-header{
padding-bottom: 136upx;
height: 236upx;
background-color: $themeColor;
.lh-log{
margin: 0 auto 24upx;
width: 190upx;
height: 190upx;
.lh-name{
font-size: 18upx;
</style>