123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- .materialTransfer.data-v-24c2b874 {
- background-color: #f2f2f2;
- min-height: 100vh;
- }
- .materialTransfer .user-select.data-v-24c2b874 {
- display: flex;
- justify-content: space-between;
- height: 80rpx;
- line-height: 80rpx;
- padding: 0 20rpx;
- }
- .tabs.data-v-24c2b874 {
- background-color: #fff;
- display: flex;
- justify-content: space-between;
- }
- .tabs .tab-box.data-v-24c2b874 {
- width: 49%;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- position: relative;
- color: #000;
- }
- .tabs .tab-box .blue-line.data-v-24c2b874 {
- position: absolute;
- bottom: 0;
- left: 50%;
- height: 4rpx;
- width: 100rpx;
- margin-left: -50rpx;
- background-color: blue;
- }
- .tabs .tab-box .op0.data-v-24c2b874 {
- opacity: 0;
- }
- .tabs .active.data-v-24c2b874 {
- color: #000 !important;
- }
- .tabs .active.data-v-24c2b874::before {
- position: absolute;
- bottom: 0;
- left: 50%;
- content: " ";
- height: 4rpx;
- width: 100rpx;
- margin-left: -50rpx;
- background-color: blue;
- }
- .footer-btn-warp.data-v-24c2b874 {
- display: flex;
- padding: 20rpx;
- }
- .footer-btn-warp button.data-v-24c2b874 {
- width: 48%;
- color: #fff;
- }
- .search-box.data-v-24c2b874 {
- background-color: #fff;
- text-align: center;
- }
- .search-box .input-warp.data-v-24c2b874 {
- padding: 40rpx;
- }
- .search-box .search-input.data-v-24c2b874 {
- border: 1rpx solid #dcdcdc;
- padding: 20rpx;
- }
- .search-box ._ul ._li.data-v-24c2b874 {
- padding: 25rpx 30rpx;
- border-bottom: 1rpx solid #dcdcdc;
- list-style: none;
- }
- .search-box .no-data.data-v-24c2b874 {
- padding: 100rpx;
- }
- .addModal-content.data-v-24c2b874 {
- background-color: #fff;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- padding-top: 40rpx;
- }
- .addModal-content .footer-btn-warp.data-v-24c2b874 {
- display: flex;
- padding: 20rpx;
- }
- .addModal-content .footer-btn-warp button.data-v-24c2b874 {
- width: 48%;
- color: #fff;
- }
- .addModal-content .ul .li.data-v-24c2b874 {
- display: flex;
- justify-content: space-between;
- height: 80rpx;
- line-height: 80rpx;
- margin-top: 20rpx;
- }
- .addModal-content .ul .li .input.data-v-24c2b874 {
- width: 70%;
- }
- .addModal-content .ul .li .input input.data-v-24c2b874 {
- border: 1rpx solid #dcdcdc;
- height: 78rpx;
- line-height: 78rpx;
- padding: 0 20rpx;
- }
- .addModal-content .ul .delete-icon.data-v-24c2b874 {
- height: 80rpx;
- width: 80rpx;
- text-align: center;
- line-height: 80rpx;
- font-size: 40rpx;
- color: #fff;
- background-color: #ccc;
- }
- .addModal-content .select-warp.data-v-24c2b874 {
- height: 80rpx;
- line-height: 80rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- }
- .addModal-content .select-warp .show-text.data-v-24c2b874 {
- width: 60%;
- border: 1rpx solid #dcdcdc;
- padding: 0 20rpx;
- overflow: hidden;
- height: 80rpx;
- }
- .addModal-content .select-warp .add-icon.data-v-24c2b874 {
- height: 80rpx;
- width: 80rpx;
- text-align: center;
- line-height: 80rpx;
- font-size: 40rpx;
- color: #fff;
- background-color: #ccc;
- }
- .ul .li.data-v-24c2b874 {
- background-color: #fff;
- border-radius: 5rpx;
- margin: 20rpx 20rpx 0;
- }
- .ul .li .label.data-v-24c2b874 {
- height: 100rpx;
- line-height: 100rpx;
- font-weight: 30rpx;
- border-bottom: 1rpx solid #ccc;
- padding: 0 20rpx;
- overflow: hidden;
- }
- .ul .li .lists.data-v-24c2b874 {
- border-bottom: 1rpx solid #ccc;
- }
- .ul .li .lists .list-box.data-v-24c2b874 {
- height: 100rpx;
- line-height: 100rpx;
- display: flex;
- justify-content: space-between;
- padding: 0 20rpx;
- }
- .ul .li .list-btn-warp.data-v-24c2b874 {
- display: flex;
- padding: 20rpx;
- }
- .ul .li .list-btn-warp button.data-v-24c2b874 {
- width: 48%;
- }
- .add-header.data-v-24c2b874 {
- height: 100rpx;
- line-height: 100rpx;
- font-size: 30rpx;
- font-weight: bold;
- overflow: hidden;
- padding: 20rpx;
- }
- .add-header button.data-v-24c2b874 {
- width: 200rpx;
- color: #fff;
- background-color: red;
- float: right;
- margin: 14rpx 0;
- }
|