Blame view

lvdao-miniapp/pages/record/record.scss 1.18 KB
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  }
3f535f30   杨鑫   '初始'
8
9
10
11
  .screen-list {
  		display: flex;
  		align-items: center;
  		width: 100%;
e5b57447   杨鑫   '分包问卷'
12
13
14
15
16
17
18
19
20
21
22
  		margin: 20rpx 20rpx;
  		padding: 0 10rpx;
  		.zidong{
  			width: 160rpx;
  			background-color: #3F9B6A;
  		color: #fff;
  		padding: 10rpx;
  		border-radius: 30rpx;
  		font-size: 24rpx;
  		text-align: center;
  		}
3f535f30   杨鑫   '初始'
23
  		.list {
60cd6339   杨鑫   '最新'
24
  			width: 35%;
3f535f30   杨鑫   '初始'
25
  			display: flex;
e5b57447   杨鑫   '分包问卷'
26
  			justify-content: center;
3f535f30   杨鑫   '初始'
27
  			align-items: center;
d64cd58f   wesley88   上传验收小程序
28
  			// width: 30%;
e3789a75   杨鑫   '最新'
29
  			height: 32px;
3f535f30   杨鑫   '初始'
30
  			background-color: #fff;
e5b57447   杨鑫   '分包问卷'
31
32
33
  			padding: 10rpx 16rpx;
  			border-radius: 18rpx;
  			color: #0FBB59;
3f535f30   杨鑫   '初始'
34
35
  			text {
  				font-size: 26rpx;
3f535f30   杨鑫   '初始'
36
37
38
39
40
41
42
  			}
  			image {
  				width: 30rpx;
  				height: 30rpx;
  				margin-left: 10rpx;
  			}
  		}
e5b57447   杨鑫   '分包问卷'
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  		.action {
  			text {
  				color: $base;
  			}
  		}
  	}
  /* 记录列表 */
  .record-list{
  	margin: 0 20rpx;
  	.record-list-box {
  		background-color: #FFFFFF;
  		border-radius: 20rpx;
  		padding: 20rpx 30rpx;
  		margin-bottom: 20rpx;
  		.title {
  			display: flex;
b1fef010   杨鑫   '最新代码'
59
  			justify-content:space-between;
e5b57447   杨鑫   '分包问卷'
60
61
62
  			.left {
  				font-size: 28rpx;
  				font-weight: 700;
b1fef010   杨鑫   '最新代码'
63
  				width:90%;
e5b57447   杨鑫   '分包问卷'
64
65
66
67
68
69
70
71
72
73
74
75
76
  			}
  			.right {
  				width: 100rpx;
  				text-align: right;
  				color: #0FBB59;
  			}
  		}
  		.info-item {
  			line-height: 50rpx;
  			color: #808080;
  		}
  	}
  }