main
liliang 2 years ago
parent e8d6f1c523
commit 62dad1bd29

@ -18,6 +18,10 @@
{ {
"playground" : "standard", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
},
{
"playground" : "custom",
"type" : "uni-app:app-ios"
} }
] ]
} }

@ -1,5 +1,5 @@
import App from './App' import App from './App'
import "/static/ll_css.scss";
// #ifndef VUE3 // #ifndef VUE3
import Vue from 'vue' import Vue from 'vue'
import {broadcastScan} from '@/common/scanCode' import {broadcastScan} from '@/common/scanCode'

@ -1,5 +1,15 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style" :
{
"navigationStyle": "custom"
}
},
{ {
"path": "pages/tabbar/index/index", "path": "pages/tabbar/index/index",
"style" : "style" :

@ -0,0 +1,98 @@
h1,
h2,
h3,
h4,
h5,
h6,
a {
color: unset;
}
a:hover {
color: #40a9ff !important;
}
.flex {
display: flex;
}
.flex1 {
flex: 1;
word-break: break-all;
}
.flex-a {
display: flex;
align-items: center;
}
.flex-c {
display: flex;
justify-content: center;
}
.margin-auto {
margin-left: auto;
margin-right: auto;
}
$orderB:#3F84CF;
@media screen and (max-width: 1024px) {
.pc-show {
display: none !important;
}
.phone-box {
padding: 10px !important;
width: 100% !important;
}
.phone-box-24 {
padding: 24px !important;
width: 100% !important;
}
.phone-box-20-10 {
padding: 24px 10px !important;
width: 100% !important;
}
.phone-100 {
width: 100% !important;
}
.phone-flex-w {
display: flex;
flex-wrap: wrap;
}
}
@media screen and (min-width: 1024px) {
.main-box {
width: 1200px;
margin: 0 auto;
}
.phone-show{
display: none;
}
}
body {
margin: 0 !important;
background: #FAFAFA;
}
button {
border: unset;
}
input{
outline: none;
}
ul {
list-style: none;
}
.tips_box {
width: 100%;
text-align: center;
line-height: 300rpx;
color: #888888;
font-size: 24rpx;
}

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save