12345678910111213141516171819202122232425262728293031323334353637383940 |
- @import "../../../modules/insert/insert.scss";
- @import "../handOver/index.scss";
- .results {
- display: flex;
- justify-content: space-between;
- padding: 0 30rpx;
- width: 100vw;
- box-sizing: border-box;
- margin-top: 20rpx;
- >view {
- width: 160rpx;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- border: 1px solid #CCCCCC;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- }
- .op {
- border-color: #3874F6;
- background: #3874F6;
- color: #FFFFFF;
- }
- }
- .time {
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- padding-left: 30rpx;
- margin-top: 20rpx;
- }
|