Blame view

lvdao-miniapp/pagesA/projectManagement/projectManagement.scss 2.72 KB
3f535f30   杨鑫   '初始'
1
2
3
4
5
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
40a0b33d   杨鑫   '最新'
6
  	// min-height: 100vh;
a6a3878d   杨鑫   最新绿道
7
  	padding-top:40rpx;
40a0b33d   杨鑫   '最新'
8
  	// background-color: #fff;
3f535f30   杨鑫   '初始'
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
  }
  .head-search{
  		display: flex;
  		align-items: center;
  		justify-content: space-between;
  		position: relative;
  		margin: 20rpx 0;
  		.search{
  			
  			display: flex;
  			align-items: center;
  			width: 100%;
  			height: 72rpx;
  			
  			border: 2rpx solid #E8E8E8;
  			justify-content: space-between;
  			padding: 0 10rpx 0 30rpx;
  			.icon{
  				display: flex;
  				align-items: center;
  				margin-left: 20rpx;
  				margin-right: 15rpx;
  				image{
  					width: 29rpx;
  					height: 29rpx;
  				}
  			}
  
  		}
  	}
  /* 订单列表 */
  .screen-list{
  	display: flex;
40a0b33d   杨鑫   '最新'
42
  	justify-content: flex-start;
3f535f30   杨鑫   '初始'
43
  	margin-bottom: 20rpx;
40a0b33d   杨鑫   '最新'
44
45
46
47
  	padding:  0 20px;
  	background-color: #fff;
  	font-size: 14px;
  	font-weight: bold;
3f535f30   杨鑫   '初始'
48
49
50
  	view{
  		color: #969696;
  		padding: 10rpx 0rpx 10rpx 0;
40a0b33d   杨鑫   '最新'
51
  	
3f535f30   杨鑫   '初始'
52
53
54
55
  	}
  	.color{
  		color:#55A27D;
  		font-weight: 600;
40a0b33d   杨鑫   '最新'
56
  		border-bottom: 4px solid #469D71;
3f535f30   杨鑫   '初始'
57
58
59
60
61
62
  		
  	}
  }
  
  .goods-data{
  	width: 100%;
40a0b33d   杨鑫   '最新'
63
64
  	padding: 0 20px;
  	
3f535f30   杨鑫   '初始'
65
66
67
68
69
  	.goods-list{
  		width: 100%;
  		
  		.list{
  			display: flex;
40a0b33d   杨鑫   '最新'
70
  			margin-bottom: 10rpx;
3f535f30   杨鑫   '初始'
71
72
73
  			.thumb{
  				// display: flex;
  				// align-items: center;
40a0b33d   杨鑫   '最新'
74
  				// width: 36%;
3f535f30   杨鑫   '初始'
75
  				image{
40a0b33d   杨鑫   '最新'
76
77
  					width: 100px;
  					height: 100px;
3f535f30   杨鑫   '初始'
78
79
80
81
82
  					border-radius: 10rpx;
  				}
  			}
  			
  			.item{
40a0b33d   杨鑫   '最新'
83
  				width: 65%;
3f535f30   杨鑫   '初始'
84
85
86
87
88
  				margin-left: 4%;
  				.title{
  					display: flex;
  					align-items: center;
  					width: 100%;
40a0b33d   杨鑫   '最新'
89
  					margin: 16rpx 0;
3f535f30   杨鑫   '初始'
90
  					.color{
40a0b33d   杨鑫   '最新'
91
92
  						// color: #A8A8A8;
  						font-size: 14px;
3f535f30   杨鑫   '初始'
93
94
95
96
97
98
99
100
101
102
103
104
105
  					}
  				}
  				
  				text{
  					font-size: 30rpx;
  					// font-weight: bold;
  					color: #222222;
  				}
  				
  			}
  			
  		}
  		.goods-border{
40a0b33d   杨鑫   '最新'
106
107
108
109
110
  			padding: 20rpx 30rpx;
  			// border: 1px solid #F3F3F3;
  			background-color: #fff;
  			border-radius: 10px;
  			margin-bottom: 15px;
3f535f30   杨鑫   '初始'
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
  		}
  	}
  	.canyu{
  		display: flex;
  		view{
  			padding: 14rpx 0rpx;
  			color: #fff;
  			width: 130rpx;
  			text-align: center;
  			// line-height: 20rpx;
  			font-size: 24rpx;
  		}
  		.bj{
  			background-color: #427EDC;
  			margin-right: 20rpx;
40a0b33d   杨鑫   '最新'
126
  			border-radius: 8px;
3f535f30   杨鑫   '初始'
127
128
129
130
  		}
  		.tij{
  			background-color: #D09D2F;
  			margin-right: 20rpx;
40a0b33d   杨鑫   '最新'
131
  			border-radius: 8px;
3f535f30   杨鑫   '初始'
132
133
134
135
  		}
  		.xq{
  			background-color: #3f9b6a;
  			margin-right: 20rpx;
40a0b33d   杨鑫   '最新'
136
  			border-radius: 8px;
3f535f30   杨鑫   '初始'
137
138
139
140
  			
  		}
  		.close{
  			background-color: #8E8E8E;
40a0b33d   杨鑫   '最新'
141
  			border-radius: 8px;
3f535f30   杨鑫   '初始'
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
170
171
  		}
  	}
  }
  /* 保存按钮 */
  .page-footer{
  	width: 100%;
  	background-color: #FFFFFF;
  	padding-bottom: constant(safe-area-inset-bottom);
  	padding-bottom: env(safe-area-inset-bottom);
  	margin:40rpx 0 40rpx 0;
  	.footer-buy{
  		display: flex;
  		align-items: center;
  		justify-content: space-between;
  		width: 100%;
  		height: 100%;
  		.cart-add{
  			display: flex;
  			align-items: center;
  			justify-content: center;
  			width: 100%;
  			height: 70rpx;
  			background-color: #3f9b6a;
  			text{
  				font-size: 28rpx;
  				color: #FFFFFF;
  			}
  		}
  	}
  }