1234567891011121314151617181920212223242526272829303132333435363738 |
- .Inspection{
- width: 90%;
- height: 160rpx;
- background: #ffffff;
- box-shadow: 0 0 10rpx gainsboro;
- margin: 20rpx auto;
- padding: 10rpx;
- box-sizing: border-box;
- }
- .Inspection_name{
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 10px;
- }
- .Inspection_time{
- color: #bfbcbc;
- }
- .gengduo{
- width: 90%;
- text-align: center;
- margin: 20rpx auto;
- padding: 10rpx;
- }
-
-
- .red{
- background: #03a9f461;
- position: fixed;
- right: 0;
- bottom: 30px;
- height: 40px;
- width: 40px;
- border-radius: 25px;
- font-size: 14px;
- text-align: center;
- }
-
|