上传代码

This commit is contained in:
2025-08-18 14:20:34 +08:00
commit 527fd07910
2408 changed files with 427370 additions and 0 deletions

View File

@ -0,0 +1,11 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
var _a;
return {
a: ((_a = _ctx.safeAreaInsets) == null ? void 0 : _a.bottom) + "px"
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5330050f"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,6 @@
{
"navigationBarTitleText": "医疗用品",
"navigationBarBackgroundColor": "#4095e5",
"enablePullDownRefresh": false,
"usingComponents": {}
}

View File

@ -0,0 +1 @@
<view class="toolbar data-v-5330050f" style="{{'padding-bottom:' + a}}"><view class="total-pay symbol data-v-5330050f"><text class="number data-v-5330050f">¥99.00</text></view><view class="{{['button', 'data-v-5330050f', 'disabled']}}"> 去下单 </view></view>

View File

@ -0,0 +1,35 @@
.toolbar.data-v-5330050f {
position: fixed;
left: 0;
right: 0;
bottom: calc(var(--window-bottom));
z-index: 1;
background-image: linear-gradient(to right, #525252 70%, #4095e5 70%);
width: 90%;
height: 100rpx;
padding: 0 20rpx;
border-top: 1rpx solid #eaeaea;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: content-box;
margin: 0 auto;
border-radius: 50rpx;
margin-bottom: 10px;
}
.total-pay.data-v-5330050f {
font-size: 40rpx;
color: #fff;
}
.decimal.data-v-5330050f {
font-size: 75%;
}
.button.data-v-5330050f {
width: 200rpx;
text-align: center;
line-height: 100rpx;
font-size: 30rpx;
color: #fff;
}