Commit 726f56c5 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/youjie/thinkapp

parents 3ed283d7 1b54202b
......@@ -14,7 +14,6 @@
</view>
<view class="JobComponents-center-box" @click="JobDetails">
<view class="JobComponents-center-line"></view>
<view class="JobComponents-bjimg"></view>
<view class="JobComponents-center flex">
<view class="JobComponents-left">
<view class="operation-name">{{jobData.Title}}</view>
......@@ -80,15 +79,6 @@
};
</script>
<style scoped>
.JobComponents-bjimg{
width: 104rpx;
height: 68rpx;
position: absolute;
right: 10rpx;
top: 43rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062513000_439.png')no-repeat;
background-size: 100% 100%;
}
.homework-score-num view:last-child {
font-size: 23rpx;
margin-top: 25rpx;
......
......@@ -14,7 +14,6 @@
</view>
<view class="examComponents-center-box" @click="scoreDetails">
<view class="examComponents-center-line"></view>
<view class="examComponents-bjimg"></view>
<view class="examComponents-center flex">
<view class="examComponents-left">
<view class="operation-name">{{jobData.Title}}</view>
......@@ -90,15 +89,6 @@
};
</script>
<style scoped>
.examComponents-bjimg{
width: 104rpx;
height: 68rpx;
position: absolute;
right: 10rpx;
top: 43rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062518000_33.png')no-repeat;
background-size: 100% 100%;
}
.homework-score-num view:last-child {
font-size: 23rpx;
margin-top: 25rpx;
......@@ -235,6 +225,18 @@
border: 3px solid #FFFFFF;
box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.46);
}
.examComponents-center-box::after { /* div是你需要添加背景图片的盒子*/
content: "";
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062518000_33.png);
background-position: 30rpx bottom;
background-size: 74rpx auto;
background-repeat: no-repeat;
opacity: 1;
position: absolute;
top: 0rpx;
bottom: 0;
right: 0;
}
.examComponents-line {
width: 4rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment