diff --git a/images/ui/dram_activeleft.png b/images/ui/dram_activeleft.png new file mode 100644 index 0000000..e508371 Binary files /dev/null and b/images/ui/dram_activeleft.png differ diff --git a/images/ui/dram_activeright.png b/images/ui/dram_activeright.png new file mode 100644 index 0000000..dac42fe Binary files /dev/null and b/images/ui/dram_activeright.png differ diff --git a/images/ui/dram_left.png b/images/ui/dram_left.png new file mode 100644 index 0000000..ff0cac8 Binary files /dev/null and b/images/ui/dram_left.png differ diff --git a/images/ui/dram_right.png b/images/ui/dram_right.png new file mode 100644 index 0000000..86d75d3 Binary files /dev/null and b/images/ui/dram_right.png differ diff --git a/pages/index/index/index.wxml b/pages/index/index/index.wxml index 0679942..6dcbcce 100644 --- a/pages/index/index/index.wxml +++ b/pages/index/index/index.wxml @@ -1,6 +1,6 @@ + - - - -¥{{item.price}} - - -舞台方向 - + + + + ¥{{item.price}} + + + + 舞台方向 + - - + + - - - + + + @@ -93,10 +107,10 @@ 共计 - ¥{{total_price}}.00 - 已选择{{sel_ticket.length}}个座位 - + ¥{{total_price}}.00 + 已选择{{sel_ticket.length}}个座位 + - + - + \ No newline at end of file diff --git a/pages/make_order/choose_sit/choose_sit.wxss b/pages/make_order/choose_sit/choose_sit.wxss index cecc0db..177c303 100644 --- a/pages/make_order/choose_sit/choose_sit.wxss +++ b/pages/make_order/choose_sit/choose_sit.wxss @@ -222,7 +222,19 @@ page{ font-size: 28rpx; color: #FFFFFF; } - +.drma_title{ + display: flex; + justify-content: space-between; + align-items: center; +} +.drma_title .pic{ + width:60rpx; + height:60rpx; +} +.drma_title .pic image{ + width: 100%; + height:100%; +} .seats-icon.selected{ background-size: 20px;