6.2
This commit is contained in:
@@ -46,7 +46,10 @@
|
||||
<view class="order">
|
||||
<view class="title">
|
||||
<view class="title-text">我的订单</view>
|
||||
<view class="more">查看全部订单 ></view>
|
||||
<view class="more">
|
||||
<view>查看全部订单</view>
|
||||
<img src="../static/mine/21.png" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view>
|
||||
@@ -137,12 +140,16 @@ export default {
|
||||
height: 272rpx;
|
||||
background: #FF780F;
|
||||
.top {
|
||||
padding: 40rpx 0 0 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 40rpx;
|
||||
.avatar {
|
||||
width: 110rpx;
|
||||
height: 110rpx;
|
||||
border-radius: 50%;
|
||||
border: 2rpx solid rgba(251,251,251,1);
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
.user-info {
|
||||
display: flex;
|
||||
@@ -154,8 +161,9 @@ export default {
|
||||
margin-bottom: 19rpx;
|
||||
}
|
||||
.user-medal {
|
||||
width: 87rpx;
|
||||
height: 25rpx;
|
||||
display: flex;
|
||||
// width: 87rpx;
|
||||
// height: 25rpx;
|
||||
background: linear-gradient(269deg,rgba(175,175,175,1) 0%,rgba(224,224,224,1) 100%);
|
||||
border-radius: 13rpx;
|
||||
> img {
|
||||
@@ -176,18 +184,21 @@ export default {
|
||||
margin-bottom: 26rpx;
|
||||
}
|
||||
.user-rank {
|
||||
font-size: 24px;
|
||||
font-size: 24rpx;
|
||||
color: rgba(51,51,51,1);
|
||||
}
|
||||
}
|
||||
}
|
||||
.member-service {
|
||||
height: 52rpx;
|
||||
line-height: 52rpx;
|
||||
box-sizing: content-box;
|
||||
margin-left: auto;
|
||||
padding: 14rpx 51rpx 14rpx 22rpx;
|
||||
background: rgba(255,255,255,1);
|
||||
opacity: 0.32;
|
||||
padding: 0 51rpx 0 22rpx;
|
||||
background: rgba(255,255,255,0.32);
|
||||
border-radius: 26rpx 0 0 26rpx;
|
||||
font-size: 26rpx;
|
||||
color:rgba(51,51,51,1);
|
||||
}
|
||||
}
|
||||
.bottom {
|
||||
@@ -197,6 +208,11 @@ export default {
|
||||
justify-content: space-between;
|
||||
> view {
|
||||
text-align: center;
|
||||
font-size: 24rpx;
|
||||
color:rgba(51,51,51,1);
|
||||
> view:first-child {
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -250,6 +266,14 @@ export default {
|
||||
);
|
||||
.title {
|
||||
justify-content: space-between;
|
||||
.more {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
> img {
|
||||
height: 19rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
.content {
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user