Blame view

yslvdao-miniapp/pages/shopjcMsg/shopjcMsg.scss 904 Bytes
d64cd58f   wesley88   上传验收小程序
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
  .page{
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  }
  .titleall-left-line {
  			width: 16rpx;
  			height: 36rpx;
  			border-radius: 100rpx;
  			background: -webkit-gradient(linear, top top, bottom top, from(#30a738), to(#4dcc56));
  			background: -o-linear-gradient(top, #30a738, #4dcc56);
  			background: linear-gradient(to top, #30a738, #4dcc56);
  			margin-right: 20rpx;
  			box-shadow: 0 5rpx 10rpx #ace2b0;
  		}
  .card_msg{
  			margin-bottom: 10rpx;
  			padding:10px 20px;
  			background-color: #fff;
  		}
  .head-search{
  
  		margin: 20rpx;
  		
  		.head-title{
  			font-size: 34rpx;
  			margin-bottom: 20px;
  			display: flex;
  			align-items: center;
  		}
  		.head-body{
  			font-size: 30rpx;
  			padding: 0 20px;
  			image{
  				width: 120rpx;
  				height:120rpx
  			}
  			.u-row{
  				margin-bottom: 15px;
  			}
  			.col-left{
  				text-align: center;
  			}
  			.col-right{
  				margin-top: 6rpx;
  			}
  		}
  	}