| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .param{
- margin: 20rpx 0 0 0;
- width: 100%;
- background-color: rgba(255, 255, 255, 1);
- font-size: 28rpx;
- font-weight: 400;
- line-height: 41rpx;
- color: rgba(0, 0, 0, 1);
- }
- .proMiao{
- margin: 31rpx 0 0 20rpx;
- }
- /* 上传附件 */
- .upload-img{
- /* margin: 25rpx 0 0 21rpx;
- width: 200rpx;
- height: 80rpx;
- opacity: 1;
- border-radius: 13rpx;
- background: rgba(0, 97, 255, 0.1);
-
- border: 1rpx solid rgba(0, 97, 255, 1); */
- }
- .proINname{
- margin: 25rpx 0 0 21rpx;
- width: 709rpx;
- height: 90rpx;
- border-radius: 13rpx;
- background: rgba(245, 248, 252, 1);
- border: 1rpx solid rgba(229, 229, 229, 1);
- font-size: 28rpx;
- line-height: 90rpx;
- /* color: rgba(179, 179, 179, 1); */
- }
- .proIMi{
- height: 315rpx;
- }
- /* 操作键 */
- .project{
- display: flex;
- margin: 61rpx 0 0 0;
- justify-content: space-evenly;
- }
- .butt{
- width: 330rpx;
- height: 90rpx;
- border-radius: 117rpx;
- font-size: 32rpx;
- line-height: 90rpx;
- text-align: center;
- }
- .quxiao{
- border: 1rpx solid rgba(0, 97, 255, 1);
- color: rgba(0, 97, 255, 1);
- }
- .queren{
- background: rgba(0, 97, 255, 1);
- color: rgba(255, 255, 255, 1);
- }
- /* 任务负责人弹出框 */
- .popup-content{
- height: 452px;
- overflow-x: hidden;
- .scroll_view_style{
- height: 100%;
- }
- }
- .popup-title{
- display: flex;
- width: 100%;
- height: 104rpx;
- font-size: 32rpx;
- line-height: 104rpx;
- justify-content: space-around;
- color: rgba(0, 0, 0, 1);
- }
- .l-line{
- width: 100%;
- border: 1rpx solid rgba(230, 230, 230, 1);
- }
- .l-kuang{
- margin: 40rpx 0 0 20rpx;
- display: flex;
- }
- .l-circle{
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color:rgba(204, 204, 204, 1);
- }
- .l-label1{
- width: 50rpx;
- height: 50rpx;
- opacity: 1;
- border-radius: 50%;
- background-color: rgba(0, 97, 255, 1);
- }
- .l-label{
- /* margin-left: 404rpx; */
- /* width: 50rpx;
- height: 50rpx;
- opacity: 1;
- border-radius: 50%;
- border: 1rpx solid rgba(166, 166, 166, 1); */
- }
|