course.wxss
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* pages/course/course.wxss */
@import "/pages/index/index.wxss";
.swiper_box .swiper {
width: 100%;
height: 360rpx;
}
.banner_img {
margin: 0 20rpx;
position: absolute;
width: 650rpx;
height: 280rpx;
border-radius: 15rpx;
z-index: 5;
/* opacity: 0.7; */
top: 13%;
}
.img_style {
z-index: 10;
width: 650rpx;
height: 340rpx;
top: 7%;
transition: all 0.2s ease-in 0s;
}
.tab_item {
height: 100%;
border-bottom: 1rpx solid #ebebeb;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 100rpx;
}
.tab_list {
height: 100%;
font-size: 26rpx;
color: #666;
position: relative;
padding: 30rpx 0;
}
.tab_list.active {
font-size: 32rpx;
color: #1db9fa;
}
.tab_list.active::after {
content: '';
width: 58rpx;
height: 8rpx;
background: #1db9fa;
border-radius: 3rpx;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.content_item {
padding: 0 30rpx;
margin-top: 38rpx;
}
.case_list {
border-radius: 10rpx;
box-shadow: 2rpx 5rpx 20rpx 0rpx rgba(7, 63, 40, 0.2);
padding: 30rpx;
}
.case_img {
margin-right: 30rpx;
}