beauty_deta.wxss
2.24 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
.container {
border-top: 7rpx solid rgb(245, 245, 245);
}
.backcolor {
position: absolute;
top: 0rpx;
left: 0rpx;
z-index: 0;
width: 100%;
height: 270rpx;
background-color: rgb(214, 1, 33);
}
.comments {
position: absolute;
top: 45rpx;
left: 0rpx;
z-index: 1;
padding: 0rpx 23rpx;
}
.name {
font-weight: bold;
float: left;
width: 250rpx;
}
.head {
width: 130rpx;
height: 130rpx;
border-radius: 50%;
float: right;
margin: 0rpx 15rpx;
border: 2rpx solid red;
}
.introduce {
margin-top: 90rpx;
text-indent: 2em;
color: rgb(102, 102, 102);
}
.Personal {
width: 640rpx;
height: 300rpx;
background-color: rgb(255, 255, 255);
border-radius: 5rpx;
box-shadow: 0rpx 2rpx 2rpx 2rpx rgb(250, 228, 230);
margin-bottom: 65rpx;
padding-top: 40rpx;
padding-left: 35rpx;
padding-right: 35rpx;
}
.choice {
width: 704rpx;
height: 70rpx;
background-color: rgb(214, 1, 33);
color: rgb(255, 255, 255);
}
.scroll-h {
white-space: nowrap;
width: 704rpx;
margin-bottom: 25rpx;
overflow: visible;
height: 125rpx;
color: transparent;
}
.scroll-item-h {
display: inline-block;
width: 172rpx;
text-align: center;
overflow: visible;
height: 70rpx;
padding: 15rpx 0rpx;
}
::-webkit-scrollbar{
width: 0;
height: 0;
color: transparent;
}
.box {
width: 0px;
height: 0px;
margin-left: 15rpx;
border-top: 21rpx solid transparent;
border-right: 21rpx solid transparent;
border-left: 21rpx solid transparent;
display: inline-block;
transform: rotate(180deg);
border-bottom: 21rpx solid rgb(214, 1, 33);
}
.bd {
border: 2rpx solid rgb(238, 238, 238);
background-color: rgb(255, 255, 255);
color: rgb(20, 20, 20);
}
.chbd {
border: 2rpx solid rgb(214, 1, 33);
background-color: rgb(214, 1, 33);
color: rgb(255, 255, 255);
}
.Times {
background-color: rgb(238, 243, 247);
margin-bottom: 30rpx;
width: 704rpx;
}
.Time {
border: 2rpx solid rgb(238, 238, 238);
width: 172rpx;
height: 70rpx;
background-color: rgb(255, 255, 255);
text-align: center;
padding-top: 15rpx;
padding-bottom: 15rpx;
}
.chTime{
border-color: rgb(214, 1, 33);
}
.nochTime{
color: rgb(174,177,177);
background-color: rgb(250,250,250);
}
.abs {
left: 55rpx;
bottom: -39rpx;
}