Blame view

lvdao-miniapp/pages/business/businessDetail/businessDetail.scss 2 KB
e5b57447   杨鑫   '分包问卷'
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
  .page {
  	position: relative;
  	width: 100%;
  	// height: 100%;
  	overflow-x: hidden;
  	// overflow-y: auto;
  }
  .page-info {
  	width: 100%;
  	padding: 24rpx;
  }
  // 活动详情
  .banner {
  	width: 100%;
  	margin-top: 10rpx;
  	border-radius: 30rpx;
  	background-color: #fff;
  	padding: 24rpx 30rpx;
  	color: #888D9C;
  	.title {
  		font-weight: 700;
  		color: #3D3D3D;
  		font-size: 28rpx;
  		margin-bottom: 30rpx;
  	}
  	.banner-info-top {
  		display: flex;
  		align-items: center;
  		justify-content: space-between;
  		margin-bottom: 30rpx;
  	}
  	// .banner-info-item {
  	// 	font-size: 24rpx
  	// }
  }
  .good-item {
  	width: 100%;
  	display: flex;
  	.img {
  		width: 150rpx;
  		height: 150rpx;
  	}
  	.info {
  		width: calc(100% - 170rpx);
  		margin-left: 20rpx;
  		.title {
  			width: 100%;
  			font-size: 28rpx;
  			line-height: 44rpx;
  			font-weight: 700;
  			white-space: nowrap;
  			overflow : hidden;
  			text-overflow: ellipsis;
fa21ce0f   杨鑫   最新更改bug
54
  			
60cd6339   杨鑫   '最新'
55
  			margin-top: 10rpx;
e5b57447   杨鑫   '分包问卷'
56
57
58
59
60
61
  		}
  		.info-item {
  			display: flex;
  			line-height: 30rpx;
  			font-size: 26rpx;
  			color: #9FABB5;
60cd6339   杨鑫   '最新'
62
63
64
65
66
  			image{
  				width: 26rpx;
  				height: 26rpx;
  				margin-right: 10rpx;
  			}
e5b57447   杨鑫   '分包问卷'
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
  			text {
  				white-space: nowrap;
  				overflow : hidden;
  				text-overflow: ellipsis;
  				margin-left: 10rpx;
  			}
  			.u-tag {
  				margin: 0 6rpx;
  				border: unset;
  			}
  		}
  	}
  }
  .info-box {
  	margin-top: 28rpx;
  	color: #3D3D3D;
  	.title {
  		font-weight: 700;
  		font-size: 28rpx;
  		margin-bottom: 18rpx;
  	}
  	.info-item {
  		font-size: 26rpx;
  		line-height: 50rpx;
  	}
  }
  
  /* 底部 */
  .page-footer{
  	position: fixed;
  	left: 0;
  	bottom: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 100%;
  	height: 125rpx;
  	background-color: #FFFFFF;
  	padding-bottom: constant(safe-area-inset-bottom);
  	padding-bottom: env(safe-area-inset-bottom);
  	.footer-btn {
  		display: flex;
  		width: 70vw;
  	}
  	.footer-service {
  		display: flex;
  		flex-direction: column;
  		align-items: center;
  		text {
  			margin-top: 6rpx;
  			line-height: 42rpx;
  		}
  	}
  }
  
  .userForm {
  	.form-box {
  		padding: 28rpx;
  	}
  	.title {
  		font-size: 32rpx;
  		font-weight: 700;
  	}
  }