Blame view

pages/servicedetails/servicedetails.scss 756 Bytes
4dfe89e4   monkeyhouyi   初始化
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
54
55
56
57
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  }
  
  .msglist{
  	padding:40rpx 30rpx;
  	background-color: #Fff;
  	position: relative;
  	.msg_title{
  		display: flex;
  		width: 100%;
  		margin-bottom: 30rpx;
  	}
  	view{
  		width: 25%;
  	}
  	.msg_body{
  		margin-left: 30rpx;
  		width: 70%;
  	}
  	.state{
  		position: absolute;
  		right: -60rpx;
  		top: 28rpx;
  		font-weight: 600;
  		font-size: 32rpx;
  	}
  	.org{
  		color:#CDA33A;
  	}
  	.green{
  		color:#219129;
  	}
  }
  .footbtn{
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: 10;
  	width: 100%;
  	.zhifu{
  		display: flex;
  		justify-content: space-between;
  		padding: 40rpx;
  		background-color: #fff;
  	}
  	.zhifuBtn{
  		padding: 20rpx 0;
  		background-color:#3F9B6A;
  		color: #fff;
  		text-align: center;
  	}
  }