jiangping
2024-11-29 b77da6a838e6dd023e98949967d3ce8a58552922
h5/App.vue
@@ -15,13 +15,21 @@
<style lang="scss">
/*每个页面公共css */
@import "uview-ui/index.scss";
body{
   font-size: 28rpx;
}
.flex-cb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.container {
  height: 100%;
  width: 100%;
@@ -110,7 +118,9 @@
  padding: 16rpx;
  position: relative;
}
.red{
   color: red;
}
.card::after {
  content: "";
  display: block;