This commit is contained in:
parent
fd7a34f1e9
commit
b2da86ee20
|
@ -81,7 +81,7 @@
|
|||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view style="margin-top: -105px;padding: 30rpx;">
|
||||
<view style="margin-top: -158px;padding: 30rpx;">
|
||||
<view class="dengjibox">
|
||||
<view class="djtit">当前等级</view>
|
||||
<view class="djimg" @click="level">{{ currentGrade ? currentGrade : "A0" }}</view>
|
||||
|
@ -144,9 +144,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="csda">
|
||||
<view class="flex align-center" style="font-size: 16px;font-weight: bold;color: #fff;margin-top: 8px;">
|
||||
<view class="flex align-center" style="font-size: 16px;font-weight: bold;color: #fff;margin-top: 8px; margin-left: 15rpx;">
|
||||
物料记录
|
||||
<image src="../../static/images/index/yiwen.png" style="width: 16px;height: 17px;margin-left: 10px;"
|
||||
<image src="../../static/images/index/yiwen.png" style="width: 16px;height: 17px;margin-left: 3px;"
|
||||
@tap="viewHelp"></image>
|
||||
|
||||
<!-- 物料包消耗提示 -->
|
||||
|
@ -1541,7 +1541,7 @@ body {
|
|||
}
|
||||
.jishi-index{
|
||||
width: 100%;
|
||||
height: 215px;
|
||||
height: 265px;
|
||||
padding: 0 20px;
|
||||
background-image: url('../../static/index/technician15.png');
|
||||
background-repeat: no-repeat;
|
||||
|
@ -1568,19 +1568,19 @@ page {
|
|||
// }
|
||||
.bg {
|
||||
/* 定义一个线性渐变,从红色开始,到蓝色结束 */
|
||||
background-image: linear-gradient(to bottom, #223845, #00a85b);
|
||||
background-image: linear-gradient(to bottom, #019c88, #1cb08f);
|
||||
}
|
||||
|
||||
.gxbox {
|
||||
display: flex;
|
||||
font-size: 20rpx;
|
||||
width: 100%;
|
||||
background-color: #008e7c;
|
||||
background-color: #019c88;
|
||||
color: #fff;
|
||||
border-radius: 15px 15px 0 0;
|
||||
padding: 0 30rpx;
|
||||
height: 60rpx;
|
||||
margin-top: 12rpx;
|
||||
margin-top: 2rpx;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
@ -1595,10 +1595,10 @@ page {
|
|||
.dengjibox {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
background: linear-gradient(-90deg, #019C88, #1BB9A5, #029D88);
|
||||
box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3);
|
||||
border-radius: 20rpx;
|
||||
height: 286rpx;
|
||||
background: linear-gradient(-45deg, #88d7c9, #1BB9A5, #88d7c9);
|
||||
//box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3);
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
padding: 30rpx;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
|
@ -1915,9 +1915,10 @@ uni-switch::before {
|
|||
|
||||
.viewMore {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
right: 15px;
|
||||
top: 25px;
|
||||
font-size: 22rpx;
|
||||
color: #019c88;
|
||||
}
|
||||
|
||||
.materialPackageTitle {
|
||||
|
|
Loading…
Reference in New Issue