From a3c9f1ce947494ebe0e985af3cd913bb7d7eeeb1 Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Wed, 25 Sep 2024 11:36:04 +0800 Subject: [PATCH] . --- pages/index.vue | 269 ++++++++++++++++++++++-------------------------- 1 file changed, 122 insertions(+), 147 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 2ff0827..0568bfb 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -13,6 +13,7 @@ + @@ -28,6 +29,7 @@ + @@ -81,7 +83,9 @@ + + @@ -174,6 +178,7 @@ + @@ -186,6 +191,7 @@ + @@ -205,6 +211,7 @@ activeColor="#39ac4f"> + @@ -233,7 +240,7 @@ - + @@ -241,60 +248,10 @@ - + - - - - - 1-2 - ①开 - - - - - - - - - - - - - - - - 52% - - - - - - - - - + - - - - - - - - - - @@ -341,7 +298,7 @@ - 1-1 + 1-2 @@ -420,6 +377,12 @@ + + + + + + @@ -829,113 +802,115 @@ } /* 弹出进度条 */ - .dialog-container { - min-width: 300px; + // .dialog-container { + // min-width: 300px; - .dialog-title { - position: relative; - text-align: center; - height: 34px; - line-height: 34px; - border-bottom: 1px solid #ddd; + // .dialog-title { + // position: relative; + // text-align: center; + // height: 34px; + // line-height: 34px; + // border-bottom: 1px solid #ddd; - &>uni-view { - display: inline-block; - font-weight: bold; - font-size: 16px; - } + // &>uni-view { + // display: inline-block; + // font-weight: bold; + // font-size: 16px; + // } - &>uni-view:nth-child(2) { - font-size: 14px; - color: #5bc724; - margin-left: 10px; - } + // &>uni-view:nth-child(2) { + // font-size: 14px; + // color: #5bc724; + // margin-left: 10px; + // } - .close-btn { - position: absolute; - top: 50%; - right: 10px; - transform: translateY(-50%); - } + // .close-btn { + // position: absolute; + // top: 50%; + // right: 10px; + // transform: translateY(-50%); + // } - } -movable-area { - - height: 30rpx; - width: 210px; - margin: auto; - border-radius: 5px; - background-color: #D8D8D8; - overflow: hidden; - } + // } - movable-view { - display: flex; - align-items: center; - justify-content: center; - - width: 10px; - height: 100%; - background-color: #15d99b; - color: #fff; - text-align: center; - } + // movable-area { - ::v-deep .uni-slider-handle-wrapper { - height: 30px !important; - } + // height: 30rpx; + // width: 210px; + // margin: auto; + // border-radius: 5px; + // background-color: #D8D8D8; + // overflow: hidden; + // } + + // movable-view { + // display: flex; + // align-items: center; + // justify-content: center; + + // width: 10px; + // height: 100%; + // background-color: #15d99b; + // color: #fff; + // text-align: center; + // } + + // ::v-deep .uni-slider-handle-wrapper { + // height: 30px !important; + // } - ::v-deep .uni-slider-thumb { - width: 24px !important; - height: 24px !important; - box-shadow: 0 0 0px 4px #74ffd4 !important; - margin-top: -12px !important; - } + // ::v-deep .uni-slider-thumb { + // width: 24px !important; + // height: 24px !important; + // box-shadow: 0 0 0px 4px #74ffd4 !important; + // margin-top: -12px !important; + // } - ::v-deep uni-slider { - margin: 10px 18px 0 18px !important; - } + // ::v-deep uni-slider { + // margin: 10px 18px 0 18px !important; + // } - ::v-deep uni-slider .uni-slider-tap-area { - padding: 0 !important; - } - .dialog-body { - .grid { - margin: 20px; - display: grid; - grid-template-columns: 0.5fr 2fr 0.5fr; + // ::v-deep uni-slider .uni-slider-tap-area { + // padding: 0 !important; + // } - .grid-time:first-child, - .grid-time:last-child { - display: grid; - justify-items: end; - align-items: end; + // .dialog-body { + // .grid { + // margin: 20px; + // display: grid; + // grid-template-columns: 0.5fr 2fr 0.5fr; - &>uni-view { - width: 35px; - height: 30px; - background-color: #eaecf0; - text-align: center; - font-size: 30px; - line-height: 26px; - color: #564556; - } - } + // .grid-time:first-child, + // .grid-time:last-child { + // display: grid; + // justify-items: end; + // align-items: end; - .grid-time:last-child { - justify-items: left; + // &>uni-view { + // width: 35px; + // height: 30px; + // background-color: #eaecf0; + // text-align: center; + // font-size: 30px; + // line-height: 26px; + // color: #564556; + // } + // } - } - } + // .grid-time:last-child { + // justify-items: left; - .buttons { - margin: 40px 10px 10px; - display: flex; - justify-content: center; - - } - } - } + // } + // } + + // .buttons { + // margin: 40px 10px 10px; + // display: flex; + // justify-content: center; + + // } + // } + // } \ No newline at end of file