app.wxss
1.4 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
/* 首页的下三角 */
.place_img{
width:10rpx;
height:10rpx;
font-size: 0;
margin-left: 10rpx;
margin-top: 13rpx;
}
.place_img image{
width:100%;
height:100%;
}
.lj_row{
width:40rpx;
height:40rpx;
font-size: 0
}
.lj_row image{
width:100%;
height:100%;
}
/* 首页进详情里的按钮 */
.lj_comment{
width:310rpx;
height:80rpx;
border-radius: 40rpx;
background: #FD8779;
color:#fff;
font-size: 30rpx;
margin: 17rpx auto;
border:none;
outline:none;
}
.footbtn{
width:750rpx;
background: #fff;
height:110rpx;
position:fixed;
bottom:0rpx;
}
.lj_mecomment{
width:686rpx;
height:80rpx;
border-radius:40rpx;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 80rpx;
background: #FD8779;
position:fixed;
bottom:31rpx;
left:0;
right:0;
margin: 0 auto;
}
/* 口碑详情提交 */
.lj_sub{
width:686rpx;
height:80rpx;
border-radius: 40rpx;
background: #FD8779;
color:#fff;
font-size: 30rpx;
text-align: center;
position:fixed;
bottom:31rpx;
left:0;
right:0;
margin: 0 auto;
}
.nodata{
color:#999;
font-size: 30rpx;
text-align: center;
margin-top: 32rpx;
}
.searchfuwu{
width:310rpx;
height:80rpx;
background:rgba(253,135,121,1);
border-radius:40rpx;
color:#fff;
text-align: center;
line-height: 80rpx;
position: absolute;
bottom:32rpx;
left:0;
right:0;
margin:0 auto
}