Blame view

lvdao-miniapp/pages/mycreated/mycreated.scss 2.95 KB
3f535f30   杨鑫   '初始'
1
2
3
4
5
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
e5b57447   杨鑫   '分包问卷'
6
7
8
9
10
11
  	height: 100%;
  	// padding: 0 40rpx;
  	// background-color: #fff;
  }
  .tabs-box {
  	width: 100%;
3f535f30   杨鑫   '初始'
12
13
14
15
  	padding: 0 40rpx;
  	background-color: #fff;
  }
  .head-search{
e5b57447   杨鑫   '分包问卷'
16
17
18
19
20
21
22
23
24
25
26
  	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   杨鑫   '初始'
27
  		position: relative;
3f535f30   杨鑫   '初始'
28
  	}
e5b57447   杨鑫   '分包问卷'
29
30
31
32
33
34
35
36
37
  	.u-btn {
  		border: unset;
  		border: 0px transparent;
  		height: 46rpx;
  		width: 88rpx;
  		font-size: 24rpx;
  		border-radius: 35rpx;
  	}
  }
3f535f30   杨鑫   '初始'
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  /* 订单列表 */
  .screen-list{
  	display: flex;
  	justify-content: space-between;
  	margin-bottom: 20rpx;
  	view{
  		color: #969696;
  		padding: 10rpx 0rpx 10rpx 0;
  	}
  	.color{
  		color:#55A27D;
  		font-weight: 600;
  		border-bottom: 2px solid #469D71;
  		
  	}
  }
  
  .goods-data{
  	width: 100%;
e5b57447   杨鑫   '分包问卷'
57
  	padding: 0 24rpx;
3f535f30   杨鑫   '初始'
58
59
  	.goods-list{
  		width: 100%;
e5b57447   杨鑫   '分包问卷'
60
61
62
63
64
65
66
67
68
69
70
71
72
73
  		.good-item {
  			width: 100%;
  			background-color: #FFFFFF;
  			border-radius: 10rpx;
  			margin-bottom: 24rpx;
  			.body {
  				display: flex;
  				width: 100%;
  				height: calc(100% - 70rpx);
  				padding: 15rpx 18rpx;
  				image {
  					width: 190rpx;
  					height: 190rpx;
  					margin-right: 26rpx;
3f535f30   杨鑫   '初始'
74
75
  					border-radius: 10rpx;
  				}
e5b57447   杨鑫   '分包问卷'
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
  				.info {
  					width: calc(100% - 236rpx);
  					.title {
  						width: 100%;
  						font-size: 28rpx;
  						line-height: 40rpx;
  						font-weight: 700;
  						white-space: nowrap;
  						overflow : hidden;
  						text-overflow: ellipsis;
  						margin-bottom: 2rpx;
  					}
  					.info-items {
  						.info-item {
  							display: flex;
  							flex-direction: row;
  							align-items: center;
  							line-height: 30rpx;
  							margin-top: 16rpx;
  							font-size: 26rpx;
  							.label {
  								color: #676767;
  							}
  							text {
  								font-weight: 700;
  							}
  						}
3f535f30   杨鑫   '初始'
103
104
  					}
  				}
e5b57447   杨鑫   '分包问卷'
105
106
107
108
109
110
111
  			}
  			.footer {
  				background-color: #EEEEEE;
  				padding: 10rpx 18rpx;
  				border-radius: 0 0 10rpx 10rpx;
  				.u-btn {
  					margin-right: 22rpx;
3f535f30   杨鑫   '初始'
112
  				}
3f535f30   杨鑫   '初始'
113
  			}
3f535f30   杨鑫   '初始'
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
140
141
142
143
  		}
  	}
  	.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;
  		}
  		.tij{
  			background-color: #D09D2F;
  			margin-right: 20rpx;
  		}
  		.xq{
  			background-color: #3f9b6a;
  			margin-right: 20rpx;
  			
  		}
  		.close{
  			background-color: #8E8E8E;
  		}
  	}
  }
3f535f30   杨鑫   '初始'
144
  .page-footer{
e5b57447   杨鑫   '分包问卷'
145
146
147
  	position: fixed;
  	left: 0;
  	bottom: 0;
3f535f30   杨鑫   '初始'
148
  	width: 100%;
e5b57447   杨鑫   '分包问卷'
149
  	height: 120rpx;
3f535f30   杨鑫   '初始'
150
  	background-color: #FFFFFF;
e5b57447   杨鑫   '分包问卷'
151
  	padding: 20rpx 20rpx;
3f535f30   杨鑫   '初始'
152
153
  	padding-bottom: constant(safe-area-inset-bottom);
  	padding-bottom: env(safe-area-inset-bottom);
e5b57447   杨鑫   '分包问卷'
154
  	z-index: 999;
3f535f30   杨鑫   '初始'
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
  	.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;
  			}
  		}
  	}
e5b57447   杨鑫   '分包问卷'
174
  }