/* monitor/pages/myMaterial/myMaterial.wxss */ .top-box{background-color: #FFF; position: fixed; top: 0; left: 0; width: 100%; z-index: 10;} .swiper-tab {width: 100%; text-align: center; display: flex; line-height: 80rpx; border-bottom: 1rpx solid #ddd; justify-content: space-around; height: 80rpx; box-sizing: border-box; background: #fff;} .swiper-tab>view { font-size: 28rpx; box-sizing: border-box; color: #999;} .swiper-tab .on { color: #096b94; border-bottom: 5rpx solid #096b94; font-weight: bold;} .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;} .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; float: right;} .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; }