123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- .container {
- background-color: #f7f7f7;
- font-size: 0;
- }
- .helpBox {
- padding: 20rpx;
- }
- .formBox {
- margin: 0;
- padding-bottom: 140rpx;
- }
- .fway-btnBox {
- position: absolute;
- bottom: 0;
- width: 100%;
- padding: 20rpx 0 30rpx;
- background-color: #f7f7f7;
- z-index: 9;
- }
- .hiddenDangerBox {
- padding: 30rpx 20rpx 0;
- }
- .hiddenDangerItemBox {
- padding: 0;
- background-color: #fff;
- margin-top: 20rpx;
- box-shadow: 0rpx 5rpx 12rpx 0rpx #c7c7c7;
- border-radius: 10rpx;
- }
- .hiddenDangerHeader {
- padding: 30rpx 20rpx 20rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #000;
- }
- .hiddenDangerBody {
- padding: 0 20rpx 10rpx;
- }
- .hiddenDangerItem {
- margin-bottom: 20rpx;
- }
- .hiddenDangerItemHeader {
- padding: 10rpx 0;
- display: flex;
- justify-content: left;
- align-items: center;
- height: 32rpx;
- }
- .mustTips {
- width: 30rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #fd0101;
- }
- .itemHeaderText {
- color: #000;
- font-size: 28rpx;
- }
- .itemHeaderTips {
- font-size: 24rpx;
- color: #777;
- }
- .hiddenDangerItemBody {
- padding: 0;
- }
- .hiddenDangerHeaderBtn {
- width: calc(100% - 288rpx);
- display: inline-block;
- vertical-align: middle;
- text-align: right;
- }
- .fway-form-item {
- padding: 0 10rpx;
- }
- .fway-form-textarea {
- width: calc(100% - 40rpx);
- padding: 20rpx;
- height: 180rpx;
- }
- .fway-form-tips {
- padding: 10rpx 0;
- }
- .workBox .fway-form-lable {
- width: 180rpx;
- }
- .workBox .lableTips {
- font-size: 24rpx;
- color: #777;
- }
- .workBox .fway-form-input {
- width: calc(100% - 20rpx);
- }
- .workBox .fway-form-input-select {
- width: calc(100% - 210rpx);
- position: relative;
- }
- .workBox .fway-form-input-inline {
- width: calc(100% - 210rpx);
- position: relative;
- }
- .workBox .fway-form-input-select .fway-form-input {
- width: calc(100% - 50rpx);
- padding-right: 40rpx;
- }
- .workBox .fway-form-input-select .fway-form-selectImg {
- position: absolute;
- right: 10rpx;
- top: 34rpx;
- }
- .workBox .fway-form-checkbox {
- margin-right: 20rpx;
- }
- .reportPersonBox .fway-form-item {
- border-bottom: 2rpx #eaeaea solid;
- }
- .reportPersonBox .fway-form-lable {
- padding: 10rpx 0;
- width: 150rpx;
- color: #777;
- }
- .reportPersonBox .fway-form-input-inline {
- width: calc(100% - 150rpx);
- padding: 10rpx 0 0;
- }
- .reportPersonBox .fway-form-input {
- background-color: #fff;
- }
- .chooseFileItem {
- padding: 0 0 0 10rpx;
- }
- .chooseFileItemHeader {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 60rpx;
- line-height: 60rpx;
- }
- .chooseFileItemBtn {
- height: 50rpx;
- line-height: 50rpx;
- color: #FFFFFF;
- background-color: #3e6ffd;
- text-align: center;
- border-radius: 20rpx;
- padding: 0 40rpx;
- }
- .photoListBox {
- width: calc(100% - 20rpx);
- padding: 10rpx 0 20rpx;
- display: flex;
- justify-content: left;
- align-items: start;
- flex-wrap: wrap;
- align-content: start;
- }
- .photoItemBox {
- width: calc(25% - 20rpx);
- height: 130rpx;
- position: relative;
- border: 2rpx #E5E5E5 solid;
- border-radius: 10rpx;
- }
- .photoItemBox + .photoItemBox {
- margin-left: 20rpx;
- }
- .photoItemBox + .photoItemBoxsel {
- margin-left: 20rpx;
- }
- .photoItemBoxsel {
- width: calc(25% - 20rpx);
- height: 130rpx;
- position: relative;
- background-color: #f7f7f7;
- border-radius: 10rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .photoItemImg {
- width: 100%;
- height: 100%;
- }
- .photoItemImgsel {
- width: 60rpx;
- height: 60rpx;
- }
- .closeBtn {
- background-color: #00000060;
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- padding: 10rpx;
- top: 0;
- right: 0;
- }
- .fileListBox {
- padding: 20rpx 10rpx;
- }
- .fileItemBox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- }
- .fileItemBox + .fileItemBox {
- margin-top: 20rpx;
- }
- .fileName {
- width: calc(100% - 60rpx);
- margin-right: 20rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #53d4fc;
- }
- .fileDeleteBtn {
- width: 40rpx;
- height: 40rpx;
- }
- .inspectBox {
- margin: 10rpx 0;
- border-radius: 30rpx;
- box-shadow: 0rpx 5rpx 12rpx 0rpx #c7c7c7;
- background-color: #fafafa;
- }
- .inspectItem {
- padding: 20rpx 10rpx;
- margin: 0 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .inspectItem + .inspectItem {
- border-Top: 2rpx #bebebe dashed;
- }
- .inspectItemText {
- width: calc(100% - 230rpx);
- line-height: 40rpx;
- }
- .inspectItemResult {
- width: 230rpx;
- text-align: right;
- }
- .inspectBox .fway-form-checkbox {
- margin-right: 0;
- }
- .inspectBox .fway-form-checkbox + .fway-form-checkbox {
- margin-left: 30rpx;
- }
- .inspectBox radio-group label {
- padding-right: 0;
- }
|