You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.1 KiB

/* monitor/pages/materialApply/materialApply.wxss */
.top-box{background-color: #FFF; position: fixed; top: 0; left: 0; width: 100%; z-index: 10;}
.top-date{padding: 20rpx; font-size: 28rpx; color: #096b94;}
.swiper-tab { width: 100%; text-align: center; display: flex; line-height: 60rpx; border-bottom: 1rpx solid #ddd; justify-content: space-around; height: 100rpx;
box-sizing: border-box; background-color: #FFF;}
.swiper-tab>view { font-size: 22rpx; box-sizing: border-box; color: #333; flex: 1;}
.num { display: block; padding: 0 10rpx; font-weight: bold; font-size: 36rpx; height: 40rpx; line-height: 50rpx;}
.swiper-tab .on { background-image: linear-gradient(180deg, #d5eef8 0%, #f4fcff 100%); color: #096b94; }
.content {width: 750rpx; padding: 20rpx; font-size: 28rpx; }
.content-row { padding: 20rpx; border-radius: 20rpx; background-color: #ffffff; margin-bottom: 20rpx;}
.list{position: relative;}
.list>view{display: flex; padding: 10rpx 0; }
.left-tit {width: 130rpx; color: #999; text-align: right; margin-right: 20rpx;}
.list>view .value{flex: 1; display: flex; justify-content: space-between;}
.list .rj {
border: solid #aaa;
border-width: 0 2rpx 2rpx 0;
display: inline-block;
padding: 8rpx;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
position: absolute; right: 0rpx; top: 120rpx;
}
.status_text{ position: absolute; top: 0rpx; right: 0rpx; font-size: 26rpx;}
.mini-btn{display: inline; background-color: #096b94; color: #FFF; padding: 6rpx 20rpx; border-radius: 10rpx; }
.from-submit-buttom {
position: fixed;
bottom: 0;
display: flex;
flex-direction: row;
width: 750rpx;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
background-color: #fff;
z-index: 10;
}
.from-submit-buttom-confirm {
width: 100%;
height: 80rpx;
background-color: #096b94;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.buttom-margin {
width: 750rpx;
height: 120rpx;
}
.del-btn{color: #ff3333; padding: 6rpx 20rpx; border: solid 1px #ff6666; border-radius: 10rpx;}