.cell-item{ width: calc((100% - 20rpx) / 2); height: 410rpx; margin:30rpx 20rpx 0rpx 0; background: #FFFFFF; box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(51,51,51,0.06); border-radius: 20rpx 20rpx 20rpx 20rpx; padding: 26rpx 27rpx 30rpx 30rpx; box-sizing: border-box; position: relative; } .cell-item:nth-child(2n){ margin-right: 0; } .cell-item-num{ position: absolute; font-size: 28rpx; font-family: Source Han Sans CN-Bold, Source Han Sans CN; font-weight: bold; color: #666464; line-height: 41rpx; } .cell-item-info{ line-height: 41rpx; font-size: 28rpx; font-family: SourceHanSansCN-Regular-Regular, SourceHanSansCN-Regular; font-weight: 400; color: #A8A5A5; } .cell-item-info-item{ justify-content: space-between; } .cell-item-option{ margin: 37rpx 0rpx 0; position: absolute; bottom: 30rpx; left: 30rpx; right: 30rpx; } .cell-item-option .btn{ line-height: 56rpx; background: #FFFFFF; border-radius: 10rpx 10rpx 10rpx 10rpx; opacity: 1; border: 2rpx solid #EB5C20; font-size: 24rpx; font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular; font-weight: normal; color: #EB5C20; text-align: center; } .kongcang{ width: 112rpx; height: 112rpx; opacity: 1; border: 1px solid #A8A5A5; margin: auto; margin-top: 60rpx; border-radius: 100%; text-align: center; line-height: 112rpx; color: #A8A5A5; } .error-sta{ text-align: center; color: #A8A5A5; } .cell-item .error-sta{ margin-top: 20rpx; } /* 按钮 */ .bottom-btns{ position: fixed; left: 0; right: 0; bottom: 0; background: #FFFFFF; box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05); border-radius: 0rpx 0rpx 0rpx 0rpx; opacity: 1; z-index: 10; } .btn1{ width: 250rpx; line-height: 76rpx; background: #EB5C20; border-radius: 10rpx 10rpx 10rpx 10rpx; opacity: 1; color: #fff; text-align: center; font-weight: 500; font-size: 28rpx; } .btn2{ width: 160rpx; line-height: 76rpx; background: #0FCB27; border-radius: 10rpx 10rpx 10rpx 10rpx; opacity: 1; color: #fff; text-align: center; font-weight: 500; font-size: 28rpx; }