Blame view

lvdao-miniapp/pages/activityDetail/activityDetail.scss 724 Bytes
e5b57447   杨鑫   '分包问卷'
1
2
3
  .page {
  	position: relative;
  	width: 100%;
b1fef010   杨鑫   '最新代码'
4
  	min-height: 94vh;
e5b57447   杨鑫   '分包问卷'
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  	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;
b1fef010   杨鑫   '最新代码'
23
  		font-size: 30rpx;
e5b57447   杨鑫   '分包问卷'
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  		margin-bottom: 30rpx;
  	}
  	.banner-info-top {
  		display: flex;
  		align-items: center;
  		justify-content: space-between;
  		margin-bottom: 30rpx;
  	}
  }
  // 活动信息
  .info-box {
  	margin-top: 30rpx;
  	.title {
  		font-weight: 700;
  		color: #3D3D3D;
  		font-size: 28rpx;
  		margin-bottom: 10rpx;
  	}
  	.info-item {
  		font-size: 26rpx;
  		line-height: 50rpx;
  	}
  }