index.wxss
2.34 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
@charset "UTF-8";
/**
* uni-app内置的常用样式变量
*/
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.image {
width: 25px;
height: 25px;
}
.text {
font-size: 14px;
margin-top: 5px;
}
.grid-dynamic-box {
margin-bottom: 15px;
}
.grid-item-box {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 15px 0;
}
.grid-item-box-row {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 15px 0;
}
.grid-dot {
position: absolute;
top: 5px;
right: 15px;
}
.swiper {
height: 420px;
}
.title {
font-size: 16rpx;
color: #8f8f94;
}
/*以下为轮播图样式*/
.uni-margin-wrap {
width: 690rpx;
width: 100%;
}
.swiper {
height: 300rpx;
}
.swiper-box {
height: 150px;
}
.swiper-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
height: 300rpx;
line-height: 300rpx;
}
@media screen and (min-width: 500px) {
.uni-swiper-dot-box {
width: 400px;
margin: 0 auto;
margin-top: 8px;
}
.image {
width: 100%;
}
}
.mine-container {
width: 100%;
height: 100%;
}
.mine-container .header-section {
padding: 15px 15px 45px 15px;
background-color: #3c96f3;
color: white;
}
.mine-container .header-section .login-tip {
font-size: 18px;
margin-left: 10px;
}
.mine-container .header-section .cu-avatar {
border: 2px solid #eaeaea;
}
.mine-container .header-section .cu-avatar .icon {
font-size: 40px;
}
.mine-container .header-section .user-info {
margin-left: 15px;
}
.mine-container .header-section .user-info .u_title {
font-size: 14px;
line-height: 30px;
}
.mine-container .content-section {
position: relative;
top: -30px;
}
.mine-container .content-section .mine-actions {
margin: 15px 15px;
padding: 20px 0px;
border-radius: 8px;
background-color: #ffffff;
}
.mine-container .content-section .mine-actions .action-item .icon {
font-size: 28px;
}
.mine-container .content-section .mine-actions .action-item .text {
display: block;
font-size: 13px;
margin: 8px 0px;
}
.mine-container .uni-section {
position: relative;
top: -30px;
}