my_class.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
/* pages/my_class/my_class.wxss */
@import '/pages/my/my.wxss';
.myhead{
position: relative;
display: flex;
align-items: left;
justify-content: center;
flex-direction: column;
height: 400rpx;
color:#fff;
font-size:36rpx;
}
.myheadin{
margin: 0 0 0 100rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.myheadimg {
margin: 0;
}
.my_class{
padding:20rpx 38rpx 20rpx 38rpx;
margin: 20rpx 0 30rpx 0;
font-size:22rpx;
color:rgba(255,255,255,0.6);
text-align: center;
}
.blue_txt{
color:#009FE8;
}
.my_classmian{
position: relative;
margin: 0 0 16rpx 0;
height: 30rpx;
border-radius: 15rpx;
border:1rpx solid rgba(255,255,255,0.3);
width:100%;
background: #DBDCDC;
}
.my_classmianin{
height: 100%;
border-radius: 15rpx;
background: linear-gradient(to bottom right, #C8171E , #9B1E63,#515999,#1986C2);
}
.my_classtxt{
color:#011126;
font-size:22rpx;
position: absolute;
top:-1rpx;
right: 10rpx;
}
.my_txt{
margin: 0 54rpx;
color:#fff;
font-size:24rpx;
line-height: 40rpx;
}
.my_txttl{
margin: 0 0 10rpx 0;
}