my_zhuduidetail.wxss
2.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
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
/* pages/my_zhuduidetail/my_zhuduidetail.wxss */
@import '/pages/form/form.wxss';
.code_tip{
color:#FFFFFF;
font-size:25rpx;
text-align: center;
}
.yes_btn {
margin:0 27rpx 24rpx 27rpx;
}
.from_infocode{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color:#fff;
font-size:25rpx;
text-align: center;
right: 44rpx;
top:50%;
transform: translateY(-50%);
z-index:10;
}
.from_infocodeimg{
width:108rpx;
height: 108rpx;
display: flex;
align-items: center;
justify-content: cneter;
}
.from_infocodeimg image{
width:100%;
height: 100%;
display: block;
}
.detail_user{
padding:20rpx 16rpx 20rpx 32rpx;
justify-content: space-between;
}
.team_left{
display: flex;
align-items: center;
}
.team_rigth{
display: flex;
align-items: center;
color:rgba(255,255,255,0.6);
font-size:24rpx;
}
.team_rigth view{
padding:0 32rpx;
}
.team_rigthactive{
color:#009FE8;
}
.actionbox{
margin: 35rpx 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
color:#fff;
font-size:28rpx;
}
.action{
width:210rpx;
height: 50rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8rpx;
overflow: hidden;
background: linear-gradient(to right, #267BB8 , #79397C,#C21728); /* 标准的语法 */
}
.action1{
background: linear-gradient(to right, #EF832C , #D03A6B,#AE2C82); /* 标准的语法 */
}
.action2{
background: linear-gradient(to right, #34BEB7 , #2A9FD1,#3E65AF); /* 标准的语法 */
}
.tishi{
position: fixed;
top:0;
left:0;
width:100%;
height: 100%;
z-index:100;
background: rgba(255,255,255,0);
}
.tishimian{
width:100%;
/* position: absolute; */
z-index:101;
display: flex;
align-items: center;
justify-content: center;
/* left:50%;
bottom:30%;
transform: translateX(-50%); */
color:#fff;
font-size:25rpx;
}
.tishiimg{
width:98rpx;
height: 98rpx;
margin: 0 22rpx;
display: flex;
align-items: center;
justify-content: center;
}
.tishiimg image{
width:100%;
height: 100%;
display: block;
}
.goother{
color:#009FE8;
border-bottom:1rpx solid #009FE8;
}