|
@@ -1,6 +1,53 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
-
|
|
|
|
|
|
+ <view class="new-time">
|
|
|
|
+ 03-30 12:33
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-item">
|
|
|
|
+ <view class="new-head">
|
|
|
|
+ <h4>补缴车票通知</h4>
|
|
|
|
+ <p>已经过您的预定下车站点,请重新选择下车站点并补缴车票。</p>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-main">
|
|
|
|
+ <view class="new-main-row">
|
|
|
|
+ <p>站点:</p><span>玉桥</span>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-main-row">
|
|
|
|
+ <p>线路:</p><span>玉桥</span>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-main-row">
|
|
|
|
+ <p>状态:</p><span>玉桥</span>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-foot">
|
|
|
|
+ <p>查看详情</p>
|
|
|
|
+ <u-icon name="arrow-right" color="#999" size="28"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-time">
|
|
|
|
+ 03-30 12:33
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-item">
|
|
|
|
+ <view class="new-head">
|
|
|
|
+ <h4>补缴车票通知</h4>
|
|
|
|
+ <p>已经过您的预定下车站点,请重新选择下车站点并补缴车票。</p>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-main">
|
|
|
|
+ <view class="new-main-row">
|
|
|
|
+ <p>站点:</p><span>玉桥</span>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-main-row">
|
|
|
|
+ <p>线路:</p><span>玉桥</span>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-main-row">
|
|
|
|
+ <p>状态:</p><span>玉桥</span>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="new-foot">
|
|
|
|
+ <p>查看详情</p>
|
|
|
|
+ <u-icon name="arrow-right" color="#999" size="28"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -16,7 +63,51 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
-
|
|
|
|
<style>
|
|
<style>
|
|
-
|
|
|
|
|
|
+ page{
|
|
|
|
+ background-color: #f7f7f7;
|
|
|
|
+ }
|
|
|
|
+</style>
|
|
|
|
+<style scoped lang="scss">
|
|
|
|
+ .new-time{
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-top:10px;
|
|
|
|
+ color:#999;
|
|
|
|
+ }
|
|
|
|
+ .new-item{
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ margin: 10px;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ border: 1px solid #eee;
|
|
|
|
+ .new-head{
|
|
|
|
+ padding: 10px;
|
|
|
|
+ h4{
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+ p{
|
|
|
|
+ color:#999;
|
|
|
|
+ margin-top: 3px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .new-main{
|
|
|
|
+ padding: 10px;
|
|
|
|
+ .new-main-row{
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ p{
|
|
|
|
+ width: 60px;
|
|
|
|
+ color:#999;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .new-foot{
|
|
|
|
+ padding: 10px;
|
|
|
|
+ border-top: 1px solid #eee;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|