Blame view

lvdao-miniapp/pages/shops/shops.scss 2.79 KB
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
8
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  }
  .head-search{
e5b57447   杨鑫   '分包问卷'
9
10
11
12
13
14
15
16
17
18
19
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	position: relative;
  	margin: 20rpx 0;
  	background-color: #FFFFFF;
  	border-radius: 35rpx;
  	padding: 0 10rpx;
  	border: 2rpx solid #E8E8E8;
  	margin: 22rpx 24rpx;
  	.u-search {
3f535f30   杨鑫   '初始'
20
  		position: relative;
3f535f30   杨鑫   '初始'
21
  	}
e5b57447   杨鑫   '分包问卷'
22
23
24
25
26
27
28
29
30
  ::v-deep .u-but{
  		border: unset;
  		border: 0px transparent;
  		height:32px;
  		width: 88rpx;
  		font-size: 24rpx;
  		border-radius: 35rpx;
  	}
  }
3f535f30   杨鑫   '初始'
31
32
33
34
35
36
37
38
  .screen-list {
  		display: flex;
  		align-items: center;
  		width: 100%;
  		margin: 40rpx 0;
  		padding: 0 20rpx;
  		.zidong{
  			width: 160rpx;
cfcb44ef   杨鑫   '改bug版'
39
  			background-color: #19be6b;
3f535f30   杨鑫   '初始'
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
  		color: #fff;
  		padding: 10rpx;
  		border-radius: 30rpx;
  		font-size: 24rpx;
  		text-align: center;
  		}
  		.list {
  			display: flex;
  			justify-content: center;
  			align-items: center;
  			width: 25%;
  			height: 100%;
  			text {
  				font-size: 26rpx;
  				color: #555555;
  			}
  			image {
  				width: 30rpx;
  				height: 30rpx;
  				margin-left: 10rpx;
  			}
  		}
  		.action {
  			text {
  				color: $base;
  			}
  		}
  	}
  
  .goods-data{
  	width: 100%;
  	.goods-list{
  		width: 100%;
  		padding: 0 25rpx;
  		.list{
  			display: flex;
e5b57447   杨鑫   '分包问卷'
76
77
78
79
  			margin-bottom: 20rpx;
  			background-color: #fff;
  			padding: 14rpx;
  			border-radius: 14rpx;
3f535f30   杨鑫   '初始'
80
81
82
  			.thumb{
  				display: flex;
  				align-items: center;
e5b57447   杨鑫   '分包问卷'
83
84
  				// width: 36%;
  				width: 25vw;
3f535f30   杨鑫   '初始'
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
135
136
137
138
139
  				image{
  					width: 230rpx;
  					height: 230rpx;
  					border-radius: 10rpx;
  				}
  			}
  			.item{
  				width: 60%;
  				margin-left: 4%;
  				.title{
  					display: flex;
  					align-items: center;
  					width: 100%;
  					text{
  						font-size: 30rpx;
  						font-weight: bold;
  						color: #222222;
  					}
  				}
  				.tag {
  					margin: 20rpx 0;
  					text {
  						display: inline-block;
  						color: #0FBB59;
  						font-size: 24rpx;
  						margin-right: 20rpx;
  						background-color: #EEFFF5;
  						padding:0 10rpx;
  					}
  				}
  				.introduce{
  					display: flex;
  					align-items: center;
  					width: 100%;
  					margin-bottom: 50rpx;
  					image {
  						width: 26rpx;
  						height: 26rpx;
  						margin-right: 10rpx;
  					}
  					text{
  						font-size: 24rpx;
  						color: #c0c0c0;
  						width: 98%;
  					}
  				}
  				.like-goods{
  					display: flex;
  					align-items: center;
  					justify-content: flex-end;
  					width: 100%;
  					margin-top: 20rpx;
  					.retail-price {
  						display: flex;
  						align-items: flex-end;
e3789a75   杨鑫   '最新'
140
  						width: 50%;
3f535f30   杨鑫   '初始'
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
  						color: #676767;
  						font-size: 24rpx;
  						.min {
  							display: inline-block;
  							color: #000;
  							font-weight: bold;
  						}
  						.max {
  							font-size: 28rpx;
  							color: #000;
  							font-weight: bold;
  						}
  						.line {
  							height: 24rpx;
  							width: 2rpx;
  							border-right: 2rpx solid #E5E5E5;
  							margin: 0 12rpx;
  						}
  					}
  				}
  			}
  		}
  	}
  }
  	.zulinY{
  		padding: 20rpx;
  		width: 100%;
  		position: relative;
  	}