Blame view

pages/chooseCom/official.scss 486 Bytes
bd028579   易尊强   2/28
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
  .official {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	background-color: #fff;
  	box-shadow: 0 -10rpx 20rpx 0 #efefef;
  	height: 120rpx;
  	width: 100%;
  	padding: 20rpx;
  	border-radius: 20rpx 20rpx 0 0;
  	position: fixed;
  	bottom: 0;
  	.official-btn {
  		background-color: #E60012;
  		color: #fff;
  		font-size: 28rpx;
  		border-radius: 100rpx;
  		padding: 0 50rpx;
  		height: 70rpx;
  		line-height: 70rpx;
  	}
  	.official-num {
  		color: #E60012;
  		font-weight: bold;
  	}
  }