You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
818 B

.head-tit{font-size: 28rpx; padding: 20rpx;}
.footer{display: flex; align-items: center; position:fixed; left: 0; bottom: 0; right: 0; background-color: #fff; width: 100%;text-align: center; line-height: 80rpx; font-size: 30rpx; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.footer .long{color: #fff; background-color: #0a6597;}
.table-head{display: flex; align-items: center; text-align: center; font-size: 28rpx; font-weight: 600; background-color: #f0f0f0; line-height: 80rpx; border: 1px solid #CCC;}
.table-head view{flex: 1;}
.table-body .list{display: flex; align-items: center; text-align: center; font-size: 26rpx; background-color: #fff; padding: 30rpx 0; }
.table-body .list>view{flex: 1;}
.table-body .list:nth-child(2n + 1){background-color: #f6fafc;}