123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- <!-- 我的订单 -->
- <template>
- <view>
- <view class="top">
- <view class="head">
- <view></view>
- <view>订单号:{{number}}</view>
- <view>
- <view>{{state}}</view>
- <view class="triangle"></view>
- </view>
- </view>
- <view class="content">
- <view>
- <text>订单类型</text>
- <text>普通订单</text>
- </view>
- <view>
- <text>物料描述</text>
- <text>185/65R15 92H XL BH15 BGBL</text>
- </view>
- <view>
- <text>轮胎条数</text>
- <text>100<text>条</text></text>
- </view>
- <view>
- <text>创建时间</text>
- <text>2020-11-06 14:25:30</text>
- </view>
- </view>
- </view>
- <view class="top">
- <view class="head">
- <view style="background-color: #FC1E1E;"></view>
- <view>订单号:{{number}}</view>
- <view>
- <view style="background-color: #FC1E1E;">{{state}}</view>
- <view class="triangle1"></view>
- </view>
- </view>
- <view class="content">
- <view>
- <text>订单类型</text>
- <text>普通订单</text>
- </view>
- <view>
- <text>物料描述</text>
- <text>185/65R15 92H XL BH15 BGBL</text>
- </view>
- <view>
- <text>轮胎条数</text>
- <text>100<text>条</text></text>
- </view>
- <view>
- <text>创建时间</text>
- <text>2020-11-06 14:25:30</text>
- </view>
- </view>
- </view>
- <view class="top">
- <view class="head">
- <view style="background-color: #0094FE;"></view>
- <view>订单号:{{number}}</view>
- <view>
- <view style="background-color: #0094FE;">{{state}}</view>
- <view class="triangle2"></view>
- </view>
- </view>
- <view class="content">
- <view>
- <text>订单类型</text>
- <text>普通订单</text>
- </view>
- <view>
- <text>物料描述</text>
- <text>185/65R15 92H XL BH15 BGBL</text>
- </view>
- <view>
- <text>轮胎条数</text>
- <text>100<text>条</text></text>
- </view>
- <view>
- <text>创建时间</text>
- <text>2020-11-06 14:25:30</text>
- </view>
- </view>
- </view>
- <view class="top">
- <view class="head">
- <view style="background-color: #14EBBB;"></view>
- <view>订单号:{{number}}</view>
- <view>
- <view style="background-color: #14EBBB;">{{state}}</view>
- <view class="triangle3"></view>
- </view>
- </view>
- <view class="content">
- <view>
- <text>订单类型</text>
- <text>普通订单</text>
- </view>
- <view>
- <text>物料描述</text>
- <text>185/65R15 92H XL BH15 BGBL</text>
- </view>
- <view>
- <text>轮胎条数</text>
- <text>100<text>条</text></text>
- </view>
- <view>
- <text>创建时间</text>
- <text>2020-11-06 14:25:30</text>
- </view>
- </view>
- </view>
- <view class="top">
- <view class="head">
- <view style="background-color: #14EBBB;"></view>
- <view>订单号:{{number}}</view>
- <view>
- <view style="background-color: #14EBBB;">{{state}}</view>
- <view class="triangle3"></view>
- </view>
- </view>
- <view class="content">
- <view>
- <text>订单类型</text>
- <text>普通订单</text>
- </view>
- <view>
- <text>物料描述</text>
- <text>185/65R15 92H XL BH15 BGBL</text>
- </view>
- <view>
- <text>轮胎条数</text>
- <text>100<text>条</text></text>
- </view>
- <view>
- <text>创建时间</text>
- <text>2020-11-06 14:25:30</text>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- number: '137678199412137865',
- state: '状态是'
- }
- },
- methods: {
- }
- }
- </script>
- <style lang="scss" scoped>
- .top {
- width: 702rpx;
- margin: 0 auto;
- padding-top: 20rpx;
- background-color: #FFFFFF;
- margin-top: 20rpx;
- border-radius: 10rpx;
- box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
- padding-bottom: 20rpx;
- }
- .content {
- width: 642rpx;
- background-color: #fff;
- margin: 0 auto;
- margin-top: 80rpx;
- border-top: 1rpx solid #E7E8EA;
- padding-top: 20rpx;
- }
- .content>view{
- margin-bottom: 10rpx;
- }
- .content>view>text{
- color: #303134;
- font-size: 28rpx;
- }
- .content>view>text:nth-child(2) {
- float: right;
- }
- .head {
- width: 702rpx;
- }
- .head>view:nth-child(1) {
- width: 16rpx;
- height: 60rpx;
- background: #F6CF19;
- float: left;
- }
- .head>view:nth-child(2) {
- width: 500rpx;
- height: 60rpx;
- font-size: 30rpx;
- float: left;
- line-height: 60rpx;
- overflow: hidden;
- font-weight: bold;
- margin-left: 10rpx;
- }
- .head>view:nth-child(3) {
- width: 190rpx;
- float: right;
- margin-right: -20rpx;
- }
- .head>view:nth-child(3)>view:nth-child(1) {
- width: 190rpx;
- height: 60rpx;
- background: #F6CF19;
- border-radius: 500rpx 0px 0px 500rpx;
- float: right;
- text-align: center;
- color: #FFFFFF;
- line-height: 60rpx;
- overflow: hidden;
- }
- .triangle,.triangle1,.triangle2,.triangle3 {
- width: 0px;
- height: 0px;
- margin-top: 60rpx;
- margin-right: -190rpx;
- border: 10rpx solid;
- transform: rotate(270deg);
- float: right;
- }
- .triangle{
- border-color: #B89804 #B89804 transparent transparent;
- }
- .triangle1 {
- border-color: #960000 #960000 transparent transparent;
- }
- .triangle2 {
- border-color: #0F519C #0F519C transparent transparent;
- }
- .triangle3 {
- border-color: #01A07D #01A07D transparent transparent;
- }
- </style>
|