| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-color: #F2F3F5;
- }
- /* 提交记录 */
- .select_submit{
- width: 750rpx;
- height: 70rpx;
- background: rgba(255, 255, 255, 1);
- }
- .uni-select[data-v-6b64008e] {
- font-size: 14px;
- border: 0px solid #e5e5e5;
- box-sizing: border-box;
- border-radius: 4px;
- padding: 0 5px;
- padding-left: 10px;
- position: relative;
- display: flex;
- -webkit-user-select: none;
- user-select: none;
- flex-direction: row;
- align-items: center;
- border-bottom: solid 0px #e5e5e5;
- width: 100%;
- flex: 1;
- height: 35px;
- }
- /* 不同状态的记录 */
- .submit-list{
- margin: 11rpx 0 0 20rpx;
- width: 710rpx;
- height: 370rpx;
- opacity: 0.9;
- border-radius: 10rpx;
- background: rgba(255, 255, 255, 1);
- font-weight: 400;
- font-size: 24rpx;
- line-height: 35rpx;
- color: rgba(153, 153, 153, 1);
- }
- .submit-list2{
- margin: 11rpx 0 0 20rpx;
- width: 710rpx;
- height: 432rpx;
- opacity: 0.9;
- border-radius: 10rpx;
- background: rgba(255, 255, 255, 1);
- font-weight: 400;
- font-size: 24rpx;
- line-height: 35rpx;
- color: rgba(153, 153, 153, 1);
- }
- .submit-title{
- margin: 20rpx 0 0 19rpx;
- font-size: 32rpx;
- line-height: 46px;
- color: rgba(0, 0, 0, 1);
- }
- .submit-time{
- margin: 0 0 0 353rpx;
- }
- .submit-line{
- margin: 0 0 0 21rpx;
- width: 671rpx;
- height: 0px;
- opacity: 1;
- border: 1rpx solid rgba(230, 230, 230, 1);
- }
- .submit-start{
- margin: 22rpx 0 0 21rpx;
- }
- .submit-end{
- margin: 7rpx 0 0 21rpx;
- }
- .submit-teacher{
- margin: 7rpx 0 0 21rpx;
- }
- .submit-remark{
- margin: 7rpx 0 0 21rpx;
- }
- .submit-type{
- margin: 11rpx 0 0 573rpx;
- width: 118rpx;
- height: 55rpx;
- border-radius: 7rpx;
- background: rgba(225, 245, 244, 1);
- line-height: 55rpx;
- color: rgba(9, 101, 98, 1);
- text-align: center;
- }
- .submit-type1{
- margin: 11rpx 0 0 573rpx;
- width: 118rpx;
- height: 55rpx;
- border-radius: 7rpx;
- background: rgba(245, 228, 228, 1);
- line-height: 55rpx;
- color: rgba(212, 48, 48, 1);
- text-align: center;
- }
- .submit-disagree{
- margin: 46rpx 0 0 24rpx;
- width: 310rpx;
- height: 74rpx;
- border-radius: 12rpx;
- border: 1rpx solid rgba(0, 97, 255, 1);
- font-size: 28rpx;
- line-height: 74rpx;
- color: rgba(0, 97, 255, 1);
- text-align: center;
- float: left;
- }
- .submit-agree{
- margin: 46rpx 0 0 382rpx;
- width: 310rpx;
- height: 74rpx;
- border-radius: 12rpx;
- background: rgba(0, 97, 255, 1);
- font-size: 28rpx;
- line-height: 74rpx;
- color: rgba(255, 255, 255, 1);
- text-align: center;
- }
|