This commit is contained in:
parent
c818c2c8be
commit
c4bd08c695
|
@ -265,10 +265,10 @@
|
|||
width: 90%;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 38px;
|
||||
height: 40px;
|
||||
border-radius: 28px;
|
||||
color: #ffffff;
|
||||
line-height: 38px;
|
||||
line-height: 40px;
|
||||
margin-top: 4px;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
|
|
@ -248,10 +248,10 @@
|
|||
width: 90%;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height: 38px;
|
||||
height: 40px;
|
||||
border-radius: 28px;
|
||||
color: #ffffff;
|
||||
line-height: 38px;
|
||||
line-height: 40px;
|
||||
margin-top: 4px;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
|
|
@ -60,12 +60,19 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="excel-line">
|
||||
<view>
|
||||
<image class="excel" src="../../static/excel.png" mode=""></image>
|
||||
</view>
|
||||
<view class="jieshao">
|
||||
{{order.content}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="oder-mian">
|
||||
<view class="oder-mian-left">
|
||||
<span>ID:{{order.invitationCode}}</span>
|
||||
<span>·</span>
|
||||
<span><image style="width: 22rpx; height: 26rpx; margin-right:8rpx;" src="../../static/fire.png"></image>{{order.collectCount}}人 关注</span>
|
||||
<span>{{order.collectCount}}人关注</span>
|
||||
</view>
|
||||
<view class="oder-mian-tjia">
|
||||
<view style="margin-top: 3rpx; margin-right: 8rpx;">
|
||||
|
@ -124,14 +131,8 @@
|
|||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="jianjie">
|
||||
<view class="jianjie-title">
|
||||
自我介绍
|
||||
</view>
|
||||
<view class="jieshao">
|
||||
{{order.content}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="oder-footer">
|
||||
<u-tabs :list="tabs" :is-scroll="true" :current="tabIndex" @change="tabChange" active-color="#000000"
|
||||
gutter="60">
|
||||
|
@ -711,6 +712,18 @@
|
|||
.swiper-img{
|
||||
position: relative;
|
||||
}
|
||||
.excel-line{
|
||||
margin: 20rpx 0;
|
||||
height: 80rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.excel{
|
||||
width: 60rpx;
|
||||
height:60rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
.jianjie-title{
|
||||
padding: 0px !important;
|
||||
text-align: left;
|
||||
|
@ -736,7 +749,6 @@
|
|||
}
|
||||
.jieshao{
|
||||
width: 100%;
|
||||
margin-top: 15rpx;
|
||||
font-size: 26rpx;
|
||||
color: #888;
|
||||
display: -webkit-box;
|
||||
|
@ -1196,15 +1208,15 @@
|
|||
.oder-mian-left span:nth-child(1){
|
||||
font-size: 26rpx;
|
||||
color: #666666;
|
||||
margin-right: 8px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.oder-mian-left span:nth-child(2){
|
||||
font-size: 50rpx;
|
||||
color: #666666;margin-right: 8px;
|
||||
color: #666666;margin-right: 3px;
|
||||
}
|
||||
.oder-mian-left span:nth-child(3){
|
||||
font-size: 26rpx;
|
||||
color: #666666;
|
||||
color: #019c88;
|
||||
}
|
||||
.oder-mian-left{
|
||||
width: 50%;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue