| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- .table {
 
- 	padding-top: 10rpx;
 
- 	background-color: #fff;
 
- 	text-align: center;
 
- 	.table-head {
 
- 		position: sticky;
 
- 		top: 0px;
 
- 		display: flex;
 
- 		color: rgb(129, 129, 129);
 
- 		line-height: 80rpx;
 
- 		font-size: 26rpx;
 
- 		z-index: 9;
 
- 		view {
 
- 			flex-shrink: 0;
 
- 			background-color: #F2F2F2;
 
- 		}
 
- 	}
 
- 	.line {
 
- 		font-size: 26rpx;
 
- 		color: rgb(129, 129, 129);
 
- 		line-height: 60rpx;
 
- 		display: flex;
 
- 		.line-1 {
 
- 			flex-shrink: 0;
 
- 			padding: 0 10rpx;
 
- 			box-sizing: border-box;
 
- 			background-color: #fff;
 
- 		}
 
- 	}
 
- 	/* .line view:first-child {
 
- 		color: #13C0C0;
 
- 		text-decoration: underline;
 
- 	} */
 
- 	.table-head view:first-child,
 
- 	.line view:first-child {
 
- 		position: sticky;
 
- 		left: 0;
 
- 		z-index: 7;
 
- 	}
 
- }
 
 
  |