-
Notifications
You must be signed in to change notification settings - Fork 17
/
app.wxss
144 lines (121 loc) · 2.14 KB
/
app.wxss
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
136
137
138
139
140
141
142
143
144
/*page设置默认背景 */
page {
background-color: #f5f5f5;
}
/*文本内容容器*/
.container{
margin-bottom: 20rpx;
background-color: #fff
}
/*课程搜索 */
.course-search {
height:70rpx;
line-height:80rpx;
border:solid 1rpx #eee;
border-radius:36rpx;
background-color:#f5f5f5;
}
/* 公共卡片css */
.vui-card-title{
color: #333;
}
/*更多 */
.vui-card-extra{
padding: 8rpx 0;
line-height: 25rpx;
height: 25rpx;
float: right;
font-size: 30rpx;
color: #707070;
}
/*视频播放导航菜单 */
.vui-menu {
width: 100%;
height: 90rpx;
line-height: 90rpx;
display: inline-block;
background-color: #fff;
box-shadow: 0 2rpx 10rpx 0 #d7d7d7;
text-align: center;
font-size: 32rpx;
}
.vui-menu-avtive {
color: #a3d900 !important;
}
.vui-menu-item-3, .vui-menu-item-4, .vui-menu-item-5 {
float: left;
box-sizing: border-box;
color: #868686;
/* border-right: solid 1rpx #f8f6f6; */
}
.vui-menu-item-3 {
width: 33.3%;
}
.vui-menu-item-4 {
width: 25%;
}
.vui-menu-item-5 {
width: 20%;
}
/* .vui-menu-item-3:last-child,.vui-menu-item-4:last-child,.vui-menu-item-5:last-child {
border-right: none;
} */
/*用户模块 */
.vui-user {
display: inline-block;
width: 100%;
height: 100rpx;
}
/*用户头像 */
.vui-user-cover {
width: 90rpx;
height: 90rpx;
border-radius: 45rpx;
float: left;
}
/*用户名称 */
.vui-user-name{
color: #3c8dff;
display: inline-block;
margin: -25rpx 15rpx;
}
/*发言列表、动态类别 */
/*发言模板 */
.course-opinion {
width: 96%;
margin-bottom: 70rpx;
}
/*课程发言用户 */
.course-opinion-user {
height: 90rpx;
line-height: 90rpx;
}
/*发言用户头像 */
.course-opinion-user-cover {
height: 80rpx;
width: 80rpx;
border-radius: 40rpx;
margin-top: 12rpx;
float: left;
}
/*发言用户作者 */
.course-opinion-user-name {
color: #3c8dff;
display: inline-block;
margin: 0rpx 18rpx;
}
/*发言时间 */
.course-opinion-user-time {
color: #999;
font-size: 28rpx;
}
/*发言内容 */
.course-opinion-content {
font-size: 28rpx;
color: #707070;
margin-top: 15rpx;
}
/*
收藏的状态:#f77000
激活状态:#b4e131
*/