blob: f3953e8f3384a442eb0ca9f2735cc2fd4314169f [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001/**index.wxss**/
2
3
4.btn-text{
5 margin-top: 10rpx;
6 font-size: 22rpx;
7
8}
9.userinfo {
10 display: flex;
11 flex-direction: column;
12 align-items: center;
13}
14
15.userinfo-avatar {
16 width: 128rpx;
17 height: 128rpx;
18 margin: 20rpx;
19 border-radius: 50%;
20 margin-top: 30rpx;
21}
22
23.userinfo-nickname {
24 color: #aaa;
25 z-index: 2;
26}
27
28.usermotto {
29 margin-top: 200px;
30}
31
32.demo-text-1 {
33 background: black;
34}
35
36
37
38.page-section-title {
39 font-size: 20px;
40 margin-left: 10px;
41 font-weight: bold;
42 color: white;
43}
44
45.whitebox {
46 border: 2px solid white;
47 box-shadow: 1px 2px 5px #d6d6d6;
48 border-radius: 5px;
49 width: 80%;
50 height: 27%;
51 top: 8%;
52 left: 10%;
53 background-color: white;
54 position: absolute;
55 z-index: 1;
56}
57
58.boximage {
59 width: 66rpx;
60 height: 66rpx;
61
62 margin: 0 auto;
63 margin-top: 25rpx;
64 position: relative;
65}
66
67.flexButton {
68 border-radius: 0px;
69 vertical-align: bottom;
70 height: 150rpx;
71 padding: 0rpx;
72 background-color: white;
73 float: left;
74 /* margin-top: 37%; */
75 padding-bottom: 20rpx;
76 display: flex; /*flex居中排版*/
77 flex-direction: column;
78}
79
80.roundImage{
81 border-radius: 50%;
82 width: 88rpx;
83 margin: 0 auto;
84 height: 88rpx;
85}
86
87
88.flexButton-hover {
89 background-color: #d6d6d6;
90}
91
92.qrcodeText {
93 margin-top: 10rpx;
94 font-size: 22rpx;
95 color: #aaa;
96}
97
98
99.row-item {
100 display: flex;
101 flex-direction: row;
102 justify-content: space-around;
103}
104
105.col-item {
106 display: flex;
107 flex-direction: col;
108 justify-content: space-around;
109}
110
111.text{
112 text-align: justify;
113}
114.text::after{
115 width: 100%;
116 display: inline-block;
117 content: '';
118}
119.click-bar{
120 position:relative;
121 width:100%;
122 background-color:white;
123 height:2rem;
124 border: 1px solid rgb(240, 240, 240);
125 border-style: solid none none none;
126}
127
128
129
130