| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- /* 申请类型 */
- .request_type{
- width: 750rpx;
- height: 137rpx;
- opacity: 0.9;
- background: rgba(255, 255, 255, 1);
- font-weight: 400;
- }
- .type_title{
- position: absolute;
- margin: 20rpx 0 0 20rpx;
- font-size: 32rpx;
- line-height: 46rpx;
- color: rgba(0, 0, 0, 1);
- }
- .type_time{
- position: absolute;
- margin: 72rpx 0 0 20rpx;
- font-size: 24rpx;
- line-height: 35rpx;
- color: rgba(153, 153, 153, 1);
- }
- .type_zhuang{
- position: absolute;
- margin: 31rpx 0 0 576rpx;
- width: 154rpx;
- height: 72rpx;
- border-radius: 9rpx;
- background: rgba(225, 245, 244, 1);
- font-size: 31rpx;
- line-height: 72rpx;
- color: rgba(9, 101, 98, 1);
- text-align: center;
- }
- .type_zhuang2{
- position: absolute;
- margin: 31rpx 0 0 576rpx;
- width: 154rpx;
- height: 72rpx;
- border-radius: 9rpx;
- background: rgba(245, 228, 228, 1);
- font-size: 31rpx;
- line-height: 72rpx;
- color: rgba(212, 48, 48, 1);
- text-align: center;
- }
- .type_zhuang3{
- position: absolute;
- margin: 31rpx 0 0 576rpx;
- width: 154rpx;
- height: 72rpx;
- border-radius: 9rpx;
- background: rgba(247, 231, 215, 1);
- font-size: 31rpx;
- line-height: 72rpx;
- color: rgba(255, 141, 26, 1);
- text-align: center;
- }
- /* 申请内容 */
- .request_detail{
- margin-top: 20rpx;
- width: 750rpx;
- height: 428rpx;
- opacity: 0.9;
- background: rgba(255, 255, 255, 1);
- }
- .uni-forms{
- margin-left: 20px;
- }
- .uni-forms-item[data-v-61dfc0d0] {
- position: relative;
- display: flex;
- margin-bottom: 0px;
- flex-direction: row;
- }
- /* 名称 */
- .uni-forms-item__label {
- display: contents;
- flex-direction: row;
- align-items: center;
- text-align: left;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- height: 46rpx;
- line-height: 88rpx;
- padding: 0 12rpx 0 0;
- vertical-align: middle;
- flex-shrink: 0;
- box-sizing: border-box;
- }
- .uni-input{
- margin-right: 10px;
- height: 36px;
- line-height: 44px;
- text-align: right;
- }
- .form-line{
- position: absolute;
- width: 356px;
- height: 1rpx;
- background: rgba(230, 230, 230, 1);
- border-radius: 0px 0px 0px 0px;
- opacity: 1;
- }
- /* 申请备注 */
- .request_remark{
- padding-left: 20px;
- margin-top: 20rpx;
- width: 750rpx;
- height: 277rpx;
- opacity: 0.9;
- background: rgba(255, 255, 255, 1);
- }
- .liyou{
- margin-left: 0rpx;
- margin-top: -10rpx;
- width: 690rpx;
- height: 98px;
- opacity: 1;
- border-radius: 10rpx;
- }
- .textsrea-txt{
- position: absolute;
- margin-left: 317px;
- margin-top: -57rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: rgba(128, 128, 128, 1);
- }
- /* 审批记录 */
- .request_list{
- margin-top: 20rpx;
- width: 750rpx;
- height: 577rpx;
- opacity: 0.9;
- background: rgba(255, 255, 255, 1);
- }
- .list_title{
- position: absolute;
- margin: 20rpx 0 0 16rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: rgba(0, 0, 0, 1);
- }
- /* 几级审批 */
- .item_image{
- position: absolute;
- margin: 0 0 0 22rpx;
- width: 60rpx;
- height: 60rpx;
- background-color: rgba(255, 170, 0, 1.0);
- border-radius: 50%;
- }
- .item_title{
- position: absolute;
- margin: 0 0 0 105rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- }
- .item_name{
- position: absolute;
- margin: 31rpx 0 0 105rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: rgba(128, 128, 128, 1);
- }
- .item_time{
- margin: 13rpx 0 0 539rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: rgba(166, 166, 166, 1);
- }
- .item_line{
- margin: 13rpx 0 0 52rpx;
- height: 50rpx;
- width: 0px;
- border: 2rpx solid rgba(204, 204, 204, 1);
- }
|