jiangping
2025-04-28 8470e06b5ce5189162f9f6cd3f2cea7d14ad80af
h5/App.vue
@@ -1,5 +1,9 @@
<script>
import { wxAuthorize, refreshToken, app_url } from '@/api'
   import {
      wxAuthorize,
      refreshToken,
      app_url
   } from '@/api'
export default {
  onLaunch: function () {
    window.addEventListener("popstate", (event) => {
@@ -30,11 +34,14 @@
<style lang="scss">
/*每个页面公共css */
@import "uview-ui/index.scss";
html, body {
   html,
   body {
    height: auto;
    min-height: 100%;
    overflow: visible;
}
.flex-cb {
  display: flex;
  justify-content: space-between;
@@ -47,6 +54,7 @@
  max-width: 800rpx;
  overflow-y: auto;
}
.empty_wrap{
   display: flex;
   flex-direction: column;
@@ -54,11 +62,13 @@
   align-items: center;
   color: #666666;
   min-height: 600rpx;
   image{
      width: 300rpx;
      height: 300rpx;
   }
}
.doumee-container .ivu-tabs-nav {
  width: 100%;
}
@@ -154,9 +164,11 @@
  color: #999999 !important;
  font-size: 28rpx;
}
.placeholder3{
   color: #333333 !important;
}
.red{
   color: red !important;
}
@@ -190,9 +202,11 @@
  margin: 0;
  display: flex;
}
input {
  font-size: 30rpx;
}
textarea {
  box-sizing: border-box;
  // background-color: #f7f7f7;
@@ -201,6 +215,7 @@
  border-radius: 8rpx;
  color: #333333 !important;
}
.u-textarea {
  padding: 0 !important;
  color: #333333 !important;
@@ -216,18 +231,22 @@
  font-size: 28rpx;
  color: #333333;
}
.popupShow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.placeholder6 {
  color: #666666;
  font-size: 28rpx;
}
.primaryColor {
  color: $uni-color-primary;
}
.avatar {
  width: 64rpx;
  height: 64rpx;
@@ -240,16 +259,20 @@
  color: #fff;
  font-size: 30rpx;
}
.placeholder9 {
  color: #999999;
  font-size: 28rpx;
}
.fs24 {
  font-size: 24rpx;
}
.mr24 {
  margin-right: 24rpx;
}
.mt24 {
  margin-top: 24rpx;
}
@@ -257,15 +280,19 @@
.mr12 {
  margin-right: 12rpx;
}
.ml12 {
  margin-left: 12rpx;
}
.ml6 {
  margin-left: 6rpx;
}
.mt6 {
  margin-top: 6rpx;
}
.mr6 {
  margin-right: 6rpx;
}