Compare commits
2 Commits
dev_featur
...
map_dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 909dc95771 | |||
| cf0896453b |
@@ -109,7 +109,7 @@
|
|||||||
/* --- 导航结果面板 (底部弹出) --- */
|
/* --- 导航结果面板 (底部弹出) --- */
|
||||||
#panel {
|
#panel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 75px;
|
bottom: 95px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 35%;
|
height: 35%;
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
#location-btn {
|
#location-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
bottom: 75px;
|
bottom: 105px;
|
||||||
/* 默认位置 */
|
/* 默认位置 */
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
/* --- 调整比例尺位置 --- */
|
/* --- 调整比例尺位置 --- */
|
||||||
.amap-scalecontrol {
|
.amap-scalecontrol {
|
||||||
/* 初始状态:避开底部的定位按钮或留出安全间距 */
|
/* 初始状态:避开底部的定位按钮或留出安全间距 */
|
||||||
bottom: 80px !important;
|
bottom: 110px !important;
|
||||||
left: 10px !important;
|
left: 10px !important;
|
||||||
transition: bottom 0.3s ease;
|
transition: bottom 0.3s ease;
|
||||||
/* 增加平滑动画 */
|
/* 增加平滑动画 */
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ class MallRulePage extends StatelessWidget {
|
|||||||
icon: 'tips_5@2x',
|
icon: 'tips_5@2x',
|
||||||
title: '积分使用规则',
|
title: '积分使用规则',
|
||||||
content:
|
content:
|
||||||
'个人账户内累计的所有有效积分,可在平台积分商城中,用于兑换商城内上架的各类商品、权益或服务,兑换时将按照商品标注的积分值扣除对应积分,积分兑换后不支持撤销、退换,商品兑换规则以积分商城内公示为准。',
|
'积分有效期3个月。个人账户内累计的所有有效积分,可在平台积分商城中,用于兑换商城内上架的各类商品、权益或服务,兑换时将按照商品标注的积分值扣除对应积分,积分兑换后不支持撤销、退换,商品兑换规则以积分商城内公示为准。',
|
||||||
),
|
),
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: 40),
|
||||||
const Center(
|
const Center(
|
||||||
|
|||||||
Reference in New Issue
Block a user