mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 11:26:49 +08:00
Merge remote-tracking branch 'nyx/250207-growth-prod-master-zp' into dev0731
This commit is contained in:
@@ -1029,17 +1029,19 @@ function toOffcoursePlanPage(item) {
|
|||||||
.item-img-icon {
|
.item-img-icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-top: 3px;
|
align-items: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 10px;
|
left: 0;
|
||||||
background-image: url(@/assets/image/growth/listJiaoBiao.png);
|
// background-image: url(@/assets/image/growth/listJiaoBiao.png);
|
||||||
background-size: 100% 100%;
|
// background-size: 100% 100%;
|
||||||
width: 27px;
|
width: 50px;
|
||||||
height: 37px;
|
height: 30px;
|
||||||
|
background: #f2903d;
|
||||||
|
border-radius: 0 0px 15px 0px;
|
||||||
}
|
}
|
||||||
img:hover {
|
img:hover {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
|
|||||||
Reference in New Issue
Block a user