上传代码
This commit is contained in:
11
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.js
vendored
Normal file
11
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.js
vendored
Normal 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);
|
6
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.json
vendored
Normal file
6
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "医疗用品",
|
||||
"navigationBarBackgroundColor": "#4095e5",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {}
|
||||
}
|
1
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.wxml
vendored
Normal file
1
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.wxml
vendored
Normal 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>
|
35
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.wxss
vendored
Normal file
35
uniapp04/unpackage/dist/dev/mp-weixin/pages/medical/medical.wxss
vendored
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user