account.wxss
2.0 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
.top image {
width: 100%;
}
.top{
height: 400rpx;
overflow: hidden;
}
.nav {
position: relative;
text-align: center;
}
.nav-1{
position: absolute;
width: 168rpx;
height: 168rpx;
overflow: hidden;
border-radius: 50%;
left: 44rpx;
top: -84rpx;
}
.nav-1 image {
width: 168rpx;
}
.anniu {
width: 258rpx;
height: 73rpx;
line-height: 73rpx;
margin: 0 auto;
margin-top: 28rpx;
border-radius: 86rpx;
background: #f8f8f8;
}
.cy {
background: #FFC83D;
color: #000000 !important;
font-weight: 600;
}
.butm {
width: 170rpx;
height: 73rpx;
text-align: center;
line-height: 73rpx;
margin-top: 28rpx;
border-radius: 86rpx;
color: #8B8B8D;
}
.butm-0 .butm:last-child {
width: 228rpx;
}
.butm-0 {
margin: 48rpx 0rpx 44rpx;
display: flex;
justify-content: space-around;
}
/* 学院简介 */
.text {
padding: 0 32rpx;
font-size: 30rpx;
line-height: 56rpx;
}
/* 学院动态 */
.box-stu {
display: flex;
align-items: center;
justify-content: space-between;
width: 670rpx;
height: 224rpx;
border-radius: 32rpx;
margin: 72rpx auto;
padding: 32rpx;
background: #f8f8f8;
}
.stu-1 {
height: 125rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
font-size: 32rpx;
font-weight: 600;
}
.stu-1 text {
font-size: 24rpx;
color: rgba(196, 196, 196, 1);
}
.box-stu image {
width: 220rpx;
height: 136rpx;
border-radius: 16rpx;
}
/* */
.sister_wrap {
margin: 0 32rpx;
}
.sister {
margin-top: 44rpx;
width: 310rpx;
border-radius: 32rpx;
background: rgba(248, 248, 248, 1);
text-align: center;
padding-top: 20px;
}
.sister image {
margin-top: -30rpx;
width: 136rpx;
height: 136rpx;
border-radius: 48rpx;
}
.name {
margin: 20rpx 0;
}
.aihao {
padding: 0 20rpx;
color: rgba(196, 196, 196, 1);
font-size: 24rpx;
font-weight: 400;
}