刘忠健 hai 1 ano
pai
achega
d516b4648b

+ 1 - 1
game_test1/.gitignore

@@ -9,7 +9,7 @@ lerna-debug.log*
 
 node_modules
 .DS_Store
-dist
+# dist
 *.local
 
 # Editor directories and files

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
game_test1/dist/build/h5/assets/Page.f7f5514f.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
game_test1/dist/build/h5/assets/index-5e524323.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
game_test1/dist/build/h5/assets/index-9f997484.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
game_test1/dist/build/h5/assets/index-a83a5860.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
game_test1/dist/build/h5/assets/pages-hilo-index.ce723c7e.js


+ 1 - 0
game_test1/dist/build/h5/assets/pages-index-index.03d3bde1.js

@@ -0,0 +1 @@
+import{d as s,r as a,o,c as e,w as t,a as l,b as n,u as i,i as r}from"./index-9f997484.js";import{P as c}from"./Page.f7f5514f.js";const d=s({__name:"index",setup:s=>(a("Hello"),(s,a)=>{const d=r;return o(),e(d,{class:"content"},{default:t((()=>[l(d,{class:"p20 fs40 text_color_link",onClick:a[0]||(a[0]=s=>i(c).goto("/pages/hilo/index"))},{default:t((()=>[n("演示1")])),_:1})])),_:1})})});export{d as default};

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
game_test1/dist/build/h5/assets/uni.3fd42165.css


+ 28 - 0
game_test1/dist/build/h5/index.html

@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <link rel="stylesheet" href="/assets/uni.3fd42165.css">
+
+  <meta charset="UTF-8" />
+  <script>
+    var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
+      CSS.supports('top: constant(a)'))
+    document.write(
+      '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
+      (coverSupport ? ', viewport-fit=cover' : '') + '" />')
+  </script>
+  <title></title>
+  <!--preload-links-->
+  <!--app-context-->
+  <script type="module" crossorigin src="/assets/index-9f997484.js"></script>
+  <link rel="stylesheet" href="/assets/index-5e524323.css">
+</head>
+
+<body>
+  <div id="app"><!--app-html-hilo--></div>
+  
+  
+</body>
+
+</html>

BIN=BIN
game_test1/dist/build/h5/static/images/bom.png


BIN=BIN
game_test1/dist/build/h5/static/images/man - 副本.png


BIN=BIN
game_test1/dist/build/h5/static/images/man.png


BIN=BIN
game_test1/dist/build/h5/static/images/map.jpg


BIN=BIN
game_test1/dist/build/h5/static/logo.png


+ 547 - 0
game_test1/dist/build/h5/static/style/common.scss

@@ -0,0 +1,547 @@
+//================common begin=================
+
+//颜色
+$u-color-border: #eee;
+$u-color-theme: #999;
+$u-color-warn: #f44;
+$u-color-bg: #eff4ff; //全站背景色
+$u-color-theme-light: #ccc;
+$u-color-theme-red: #f44;
+$u-type-primary: #007aff;
+$u-type-warning: #f0ad4e;
+$u-type-success: #00af51;
+$u-type-info: #5bc0de;
+$u-type-error: #dd524d;
+$u-main-color: #333;
+$u-color-content: #666;
+$u-tips-color: #999;
+$u-light-color: #ccc;
+$u-placeholder-color: #808080;
+$u-icon-color: #999;
+$u-selectd-color: #52AAFF;
+$u-color-link: #72A4E5;
+
+a:hover {
+    text-decoration: none;
+}
+
+//边框
+
+.bds {
+    border: solid 1rpx $u-color-border !important;
+
+}
+
+.bdd {
+    border: dashed 1rpx $u-color-border !important;
+}
+
+.bdd_t {
+    border-top: dashed 1rpx $u-color-border !important;
+}
+
+.bdd_l {
+    border-left: dashed 1rpx $u-color-border !important;
+}
+
+.bdd_r {
+    border-right: dashed 1rpx $u-color-border !important;
+}
+
+.bdd_t {
+    border-top: dashed 1rpx $u-color-border !important;
+}
+
+.bds_b {
+    border-bottom: solid 1rpx $u-color-border !important;
+}
+
+.bds_t {
+    border-top: solid 1rpx $u-color-border !important;
+}
+
+.bds_l {
+    border-left: solid 1rpx $u-color-border !important;
+}
+
+.bds_r {
+    border-right: solid 1rpx $u-color-border !important;
+}
+
+.bdd_b {
+    border-bottom: dashed 1rpx $u-color-border !important;
+}
+
+.bdn {
+    border: none !important;
+}
+
+.bdn_b {
+    border-bottom: none !important;
+}
+
+.bdn_t {
+    border-top: none !important;
+}
+
+.bdn_l {
+    border-left: none !important;
+}
+
+
+.main_bg {
+    background-color: #F7F7F7;
+}
+
+.cursor {
+    cursor: pointer;
+}
+
+.cursor_none {
+    cursor: default !important;
+}
+
+
+//浮动
+.fl {
+    float: left !important;
+}
+
+.fr {
+    float: right !important;
+}
+
+.clear_both {
+    clear: both;
+}
+
+
+
+.clearfix:after {
+    content: "\20";
+    display: block;
+    height: 0;
+    clear: both;
+}
+
+.ma0 {
+    margin: 0 auto !important;
+}
+
+//文字
+
+.tl {
+    text-align: left !important;
+}
+
+.tr {
+    text-align: right !important;
+}
+
+.tc {
+    text-align: center !important;
+}
+
+
+.fwb {
+    font-weight: bold;
+}
+
+
+
+//循环
+@for $i from 1 through 9 {
+    .fwb#{$i*100} {
+        font-weight: #{$i*100};
+    }
+}
+
+@for $i from 0 through 10 {
+    .opacity#{$i} {
+        opacity: calc($i / 10);
+    }
+}
+
+@for $i from 12 through 100 {
+    .fs#{$i} {
+        font-size: $i*1rpx !important;
+    }
+}
+
+@for $i from 12 through 100 {
+    .lh#{$i} {
+        line-height: $i*1rpx !important;
+    }
+}
+
+@for $i from 1 through 150 {
+    .h#{$i*10} {
+        height: #{$i*10}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .m#{$i*5} {
+        margin: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .mb#{$i*5} {
+        margin-bottom: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 80 {
+    .mt#{$i*5} {
+        margin-top: #{$i*5}rpx !important
+    }
+}
+
+@for $i from 0 through 40 {
+    .ml#{$i*5} {
+        margin-left: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .mr#{$i*5} {
+        margin-right: #{$i*5}rpx !important;
+    }
+}
+
+
+@for $i from 0 through 24 {
+    .p#{$i*5} {
+        padding: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .pl#{$i*5} {
+        padding-left: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .pr#{$i*5} {
+        padding-right: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .pb#{$i*5} {
+        padding-bottom: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 0 through 40 {
+    .pt#{$i*5} {
+        padding-top: #{$i*5}rpx !important;
+    }
+}
+
+@for $i from 1 through 100 {
+    .pct#{$i} {
+        width: $i*1% !important
+    }
+}
+
+@for $i from 0 through 80 {
+    .w#{$i*20} {
+        width: #{$i*20}rpx !important;
+    }
+}
+
+
+@for $i from 0 through 80 {
+    .border_radius_#{$i} {
+        border-radius: #{$i}rpx;
+    }
+}
+
+@for $i from 1 through 10 {
+    .nowrap#{$i} {
+        /* 超出部分隐藏 */
+        overflow: hidden;
+        /* 末尾加省略号 */
+        text-overflow: ellipsis;
+        display: -webkit-box;
+        word-break: break-all;
+        -webkit-box-orient: vertical;
+        /* 行数,也可以设为1,用来做单行 */
+        -webkit-line-clamp:#{$i}; //在第几行加省略号
+    }
+}
+
+@for $i from 0 through 100 {
+    .zindex#{$i*1} {
+        z-index: #{$i*1} !important;
+    }
+}
+
+//字体省略nowrap
+.nowrap {
+    overflow: hidden;
+    -o-text-overflow: ellipsis;
+    /*兼容opera*/
+    text-overflow: ellipsis;
+    /*这就是省略号喽*/
+    overflow: hidden;
+    /*设置超过的隐藏*/
+    white-space: nowrap;
+    /*设置不折行*/
+}
+
+
+
+//定位
+.pos_r {
+    position: relative;
+}
+
+.pos_a {
+    position: absolute;
+}
+
+.pos_f {
+    position: fixed;
+}
+
+.pos_s {
+    position: sticky;
+    top: 0
+}
+
+
+
+//圆角
+.border_radius_s {
+    border-radius: 10rpx;
+}
+
+.border_radius_m {
+    border-radius: 20rpx;
+}
+
+.border_radius_l {
+    border-radius: 40rpx;
+}
+
+//空白
+.blank_xxs {
+    height: 12rpx;
+}
+
+.blank_xs {
+    height: 24rpx;
+}
+
+.blank_s {
+    height: 32rpx;
+}
+
+.blank_m {
+    height: 48rpx;
+}
+
+.blank_l {
+    height: 60rpx;
+}
+
+.blank_xl {
+    height: 72rpx;
+}
+
+.blank_xxl {
+    height: 84rpx;
+}
+
+.black_index {
+    height: 140rpx;
+}
+
+.blank_tabbar {
+    height: 220rpx;
+}
+
+//字体颜色
+.text_color_theme {
+    color: $u-color-theme;
+}
+
+.text_color_theme_warn {
+    color: $u-color-warn;
+}
+
+.text_color_theme_light {
+    color: $u-color-theme-light;
+}
+
+.text_color_theme_red {
+    color: $u-color-theme-red;
+}
+
+.text_color_primary {
+    color: $u-type-primary;
+}
+
+.text_color_warning {
+    color: $u-type-warning;
+}
+
+.text_color_success {
+    color: $u-type-success;
+}
+
+.text_color_info {
+    color: $u-type-info;
+}
+
+.text_color_error {
+    color: $u-type-error;
+}
+
+.text_color_link {
+    color: $u-color-link;
+}
+
+.text_color_main {
+    color: $u-main-color;
+}
+
+.text_color_content {
+    color: $u-color-content;
+}
+
+.text_color_tips {
+    color: $u-tips-color;
+}
+
+.text_color_light {
+    color: $u-light-color;
+}
+
+.text_color_placeholder {
+    color: $u-placeholder-color;
+}
+
+.text_color_white {
+    color: #fff;
+}
+
+.text_color_icon {
+    color: $u-icon-color;
+}
+
+.text_color_selected {
+    color: $u-selectd-color;
+}
+
+//盒子
+.dis_blk {
+    display: block !important;
+}
+
+.dis_none {
+    display: none !important;
+}
+
+.dis_inline {
+    display: inline !important;
+}
+
+.dis_inb {
+    display: inline-block !important;
+}
+
+.dis_flex {
+    display: flex !important;
+}
+
+.dis_flex_align_center {
+    display: flex;
+    align-items: center;
+}
+
+.dis_flex_align_right_center {
+    display: flex;
+    align-items: center;
+    justify-content: flex-end;
+}
+
+.dis_flex_align_between_center {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+}
+
+.dis_flex_align_around_center {
+    display: flex;
+    align-items: center;
+    justify-content: space-around;
+}
+
+.dis_flex_align_content_center {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.dis_flex_align_content_evenly {
+
+    display: flex;
+    align-items: center;
+    justify-content: space-evenly;
+}
+
+.dis_flex_align_center_flex_w {
+    display: flex;
+    flex-wrap: wrap;
+    align-items: center;
+}
+
+.bg_main {
+    background-color: $u-color-bg;
+}
+
+.bg_primary {
+    background-color: $u-type-primary;
+}
+
+.bg_warning {
+    background-color: $u-type-warning;
+}
+
+.bg_error {
+    background-color: $u-type-error;
+}
+
+.bg_success {
+    background-color: $u-type-success;
+}
+
+.bg_f3 {
+    background-color: #f3f3f3;
+}
+
+//背景色
+.bg_f5 {
+    background: #F5F5F5;
+}
+
+.bg_f7 {
+    background: #f7f7f7;
+}
+
+.bg_ff {
+    background: #fff;
+}
+
+.bg_none {
+    background: none;
+}
+
+.bg_light {
+    background-color: #f7fafe;
+}

+ 43 - 0
game_test1/dist/build/h5/static/style/iconfont.css

@@ -0,0 +1,43 @@
+@font-face {
+  font-family: "jc-iconfont"; /* Project id 4207988 */
+  src: url('//at.alicdn.com/t/c/font_4207988_5uc8r9kquhs.woff2?t=1692120508306') format('woff2'),
+       url('//at.alicdn.com/t/c/font_4207988_5uc8r9kquhs.woff?t=1692120508306') format('woff'),
+       url('//at.alicdn.com/t/c/font_4207988_5uc8r9kquhs.ttf?t=1692120508306') format('truetype');
+}
+
+.jc-iconfont {
+  font-family: "jc-iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.jc-icon-zhifubaozhifu:before {
+  content: "\e634";
+}
+
+.jc-icon-zhifupingtai-yinlian:before {
+  content: "\e614";
+}
+
+.jc-icon-weixinzhifu:before {
+  content: "\e607";
+}
+
+.jc-icon-yinxingqia002:before {
+  content: "\e62e";
+}
+
+.jc-icon-xiangqing1:before {
+  content: "\ea07";
+}
+
+.jc-icon-yinhangqia:before {
+  content: "\e680";
+}
+
+.jc-icon-24gf-fileText:before {
+  content: "\eac4";
+}
+

+ 176 - 0
game_test1/dist/build/h5/static/style/main.scss

@@ -0,0 +1,176 @@
+view,
+text {
+    word-wrap: break-word;
+    word-break: break-all;
+}
+
+page {
+    background-color: #F3F3F3;
+}
+
+.login_bg {
+    position: absolute;
+    left: 0;
+    width: 100%;
+    top: 0;
+    z-index: 0;
+
+    .bgimg {
+        width: 750rpx;
+        height: 100vh;
+    }
+}
+
+.pageimg {
+    width: 100%;
+    position: absolute;
+    left: 0;
+    top: 0;
+    z-index: -2;
+    opacity: 0.8;
+}
+
+$pageWidth: 690rpx;
+// $pageWidth: 600rpx;
+
+//标准宽度
+.page_width {
+    width: $pageWidth;
+}
+
+//顶部图片
+.header_bg {
+    display: block;
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 750rpx;
+    z-index: 0;
+}
+
+//卡片
+.card_box {
+    width: $pageWidth;
+    background: #FFFFFF;
+    box-shadow: 0px 3rpx 18rpx 0px rgba(0, 71, 147, 0.09);
+    border-radius: 12rpx;
+    margin: 0 auto;
+    padding: 24rpx 36rpx;
+
+    .title {
+        display: flex;
+        align-items: center;
+        justify-content: space-between;
+
+        .left {
+            display: flex;
+            align-items: center;
+
+            .title_icon {
+                width: 9rpx;
+                height: 26rpx;
+                background: #f98f30;
+                border-radius: 5rpx;
+                color: #f98f30;
+                overflow: hidden;
+            }
+        }
+
+
+    }
+
+}
+
+.dot {
+    width: 18rpx;
+    height: 18rpx;
+    display: inline-block;
+    border-radius: 50%;
+    margin-right: 10rpx;
+
+
+}
+
+.dot_primary {
+    background: #4D98F4;
+    border: 4rpx solid rgba(77, 152, 244, 0.15);
+    box-shadow:
+        0 0 0 1px #a0cfff,
+        0 0 0 3px #ecf5ff,
+        0 0 2px 3px rgba(77, 152, 244, 0.15);
+}
+
+.dot_error {
+    background: #F33535;
+    border: 4rpx solid rgba(243, 53, 53, 0.15);
+    box-shadow:
+        0 0 0 1px #fab6b6,
+        0 0 0 3px #fef0f0,
+        0 0 2px 3px rgba(#fa3534, 0.15);
+
+}
+
+.dot_warning {
+    background: #F5A629;
+    border: 4rpx solid rgba(240, 155, 45, 0.15);
+    box-shadow:
+        0 0 0 1px #fcbd71,
+        0 0 0 3px #fdf6ec,
+        0 0 2px 3px rgba(240, 155, 45, 0.15);
+}
+
+.dot_success {
+    background: #0CB986;
+    border: 4px solid rgba(12, 185, 134, 0.15);
+    box-shadow:
+        0 0 0 1px #71d5a1,
+        0 0 0 3px #dbf1e1,
+        0 0 2px 3px rgba(12, 185, 134, 0.15);
+}
+
+.out_box {
+    //外围盒子
+    background: #f1f7ff;
+    // background: #000;
+    border-radius: 20rpx 20rpx 0rpx 0rpx;
+    display: block;
+    padding: 20rpx;
+    min-height: calc(100vh - 400rpx);
+}
+
+.bg_theme {
+    background: $uni-color-primary;
+}
+
+.bg_main2 {
+    background: #f1f7ff;
+}
+
+.fixed_bottom {
+    width: 100%;
+    position: fixed;
+    bottom: 0;
+    left: 0;
+    z-index: 2;
+}
+
+//表格
+.table_box {
+    .u-tr {
+        &:nth-child(2n) {
+            background: #f6fafe;
+        }
+
+        ::v-deep .u-th {
+            background: #edf4fe;
+            color: #4d98f4;
+            line-height: 40rpx;
+            font-size: 24rpx;
+        }
+
+        :v-deep .u-td {
+            font-size: 20rpx;
+            padding: 20rpx 0;
+        }
+    }
+}