Blame view

lvdao-miniapp/pagesA/moreZu/moreZu.scss 437 Bytes
0fd8b750   杨鑫   '最新落地1'
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
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	padding: 15px;
  	overflow-y: scroll;
  	height: calc(100% - 120rpx);
  	background-color: #f6f6f6;
  }
  .cardZu{
  	background-color: #fff;
  	padding: 15px;
  	border-radius: 10px;
  	margin-bottom: 15px;
  }
  .zuTitle{
  	padding-bottom: 10px;
  	border-bottom: 1px solid #F5F5F5;
  	font-size: 18px;
  }
  .youTitle{
  	font-size: 16px;
  }
  .youcont{
  	color: #94969C;
  	padding: 10px 0;
  	font-size: 16px;
  }