| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- /* 申请类型 */
- .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);
- }
- /* 审批意见 */
- .option_title{
- margin:21rpx 0 0 19rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: rgba(0, 0, 0, 1);
- }
- .request_list{
- margin-top: 27rpx;
- width: 750rpx;
- height: 208rpx;
- opacity: 0.9;
- background: rgba(255, 255, 255, 1);
- }
- .uni-textarea-placeholder {
- width: 690rpx;
- height: 120px;
- color: grey;
- left: 0rpx;
- top: 22rpx;
- overflow: hidden;
- }
- .uni-textarea-textarea {
- width: 690rpx;
- height: 120px;
- resize: none;
- background: none;
- color: rgba(128, 128, 128, 1);
- opacity: 1;
- font: inherit;
- line-height: inherit;
- letter-spacing: inherit;
- text-align: inherit;
- text-indent: inherit;
- text-transform: inherit;
- text-shadow: inherit;
- }
- /* textarea框 */
- .is-input-border {
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- width: 382px;
- height: 104px;
- align-items: baseline;
- border: 0px solid #F0F0F0;
- background: #F7F8FA;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- -webkit-filter: blur(undefinedpx);
- filter: blur(undefinedpx);
- }
- .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;
- }
|