|
@@ -1,17 +1,17 @@
|
|
-<style lang="scss">
|
|
|
|
- /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
|
|
|
|
- @import "@/uni_modules/uview-ui/index.scss";
|
|
|
|
-</style>
|
|
|
|
-<script>
|
|
|
|
- import './config/.env.js'
|
|
|
|
|
|
+<style lang="scss">
|
|
|
|
+ /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
|
|
|
|
+ @import "@/uni_modules/uview-ui/index.scss";
|
|
|
|
+</style>
|
|
|
|
+<script>
|
|
|
|
+ import './config/.env.js'
|
|
import './assets/js/font.js'
|
|
import './assets/js/font.js'
|
|
export default {
|
|
export default {
|
|
onLaunch: function() {
|
|
onLaunch: function() {
|
|
- console.log('App Launch')
|
|
|
|
- document.title="启航教培管家"
|
|
|
|
|
|
+ console.log('App Launch')
|
|
|
|
+ document.title="启航教培管家"
|
|
|
|
|
|
},
|
|
},
|
|
- onShow: function() {
|
|
|
|
|
|
+ onShow: function() {
|
|
|
|
|
|
console.log('App Show')
|
|
console.log('App Show')
|
|
},
|
|
},
|
|
@@ -25,48 +25,48 @@
|
|
page{
|
|
page{
|
|
padding-bottom: 200rpx;
|
|
padding-bottom: 200rpx;
|
|
}
|
|
}
|
|
- /*每个页面公共css */
|
|
|
|
- html, body {
|
|
|
|
- background-color: #F2F4F4;
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
- } ygff
|
|
|
|
- // 后退图标
|
|
|
|
- .back{
|
|
|
|
- display: inline-block;
|
|
|
|
- font-size: 18px;
|
|
|
|
- float: left;
|
|
|
|
- margin-left: 11px;
|
|
|
|
- }
|
|
|
|
- .uni-icon-success-no-circle:before {
|
|
|
|
- content: "" !important ;
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
- .uni-toast .uni-toast__content{
|
|
|
|
- margin: -10px 1px 10px 1px;
|
|
|
|
- }
|
|
|
|
- .uni-modal .uni-modal__btn{
|
|
|
|
- flex: 1;
|
|
|
|
- height: 43px;
|
|
|
|
- line-height: 43px !important;;
|
|
|
|
- font-size: 13px !important;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- cursor: pointer;
|
|
|
|
- text-align: center;
|
|
|
|
- border-radius: 1px;
|
|
|
|
|
|
+ /*每个页面公共css */
|
|
|
|
+ html, body {
|
|
|
|
+ background-color: #F2F4F4;
|
|
|
|
+ margin: 0;
|
|
|
|
+ padding: 0;
|
|
|
|
+ } ygff
|
|
|
|
+ // 后退图标
|
|
|
|
+ .back{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ float: left;
|
|
|
|
+ margin-left: 11px;
|
|
|
|
+ }
|
|
|
|
+ .uni-icon-success-no-circle:before {
|
|
|
|
+ content: "" !important ;
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ .uni-toast .uni-toast__content{
|
|
|
|
+ margin: -10px 1px 10px 1px;
|
|
|
|
+ }
|
|
|
|
+ .uni-modal .uni-modal__btn{
|
|
|
|
+ flex: 1;
|
|
|
|
+ height: 43px;
|
|
|
|
+ line-height: 43px !important;;
|
|
|
|
+ font-size: 13px !important;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border-radius: 1px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 320px) {
|
|
@media screen and (min-width: 320px) {
|
|
- /deep/.u-tabbar__content {
|
|
|
|
|
|
+ ::v-deep.u-tabbar__content {
|
|
height: 45px!important;
|
|
height: 45px!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (min-width: 375px) {
|
|
@media screen and (min-width: 375px) {
|
|
- /deep/.u-tabbar__content {
|
|
|
|
|
|
+ ::v-deep.u-tabbar__content {
|
|
height: 55px!important;
|
|
height: 55px!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (min-width: 425px) {
|
|
@media screen and (min-width: 425px) {
|
|
- /deep/.u-tabbar__content {
|
|
|
|
|
|
+ ::v-deep.u-tabbar__content {
|
|
height: 65px!important;
|
|
height: 65px!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -75,14 +75,14 @@
|
|
font-size: 17px !important
|
|
font-size: 17px !important
|
|
}
|
|
}
|
|
|
|
|
|
- /deep/.u-divider{
|
|
|
|
|
|
+ ::v-deep.u-divider{
|
|
background-color: #F2F4F4 !important;
|
|
background-color: #F2F4F4 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
- /deep/.u-divider-text{
|
|
|
|
|
|
+ ::v-deep.u-divider-text{
|
|
color: rgba(182, 189, 195, 1) !important;
|
|
color: rgba(182, 189, 195, 1) !important;
|
|
font-size: 12px !important;
|
|
font-size: 12px !important;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|