diff --git a/pages/index/index.vue b/pages/index/index.vue index 4e26499..af50482 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -14,25 +14,32 @@ 选择图纸模板 - + children: [ + { + type: 'custom', + num: 1, + gap: '20rpx', + style: 'width: 300rpx;height:200rpx;marginLeft: 10rpx;', + }, + { + type: 'custom', + num: 1, + gap: '20rpx', + style: 'width: 300rpx;height:200rpx;marginLeft: 10rpx;', + }, + ], + }, + ]"> - ¥ {{ item.price_cents / 100 }} + + ¥ {{ item.price_cents / 100 }} + {{ item.name }} {{ item.description }} @@ -42,14 +49,19 @@ 设置参数 - + - + +
*
@@ -122,75 +134,171 @@
- + + + + 申请理由: + + +
@@ -345,6 +474,10 @@ onPullDownRefresh(() => { color: #333; margin-bottom: 16px; } + + .status { + margin-bottom: 20px; + } } .template-grid { @@ -413,6 +546,17 @@ onPullDownRefresh(() => { /* H5环境下给tabBar留出空间 */ /* #endif */ } + +.apply-modal-content { + padding: 20px 0; + width: 100%; + + .apply-label { + font-size: 14px; + color: #333; + margin-bottom: 12px; + } +}