123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- @charset "UTF-8";
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- .normal-tip.data-v-7ae141e0 {
- font-size: 24rpx;
- line-height: 40rpx;
- padding: 4rpx 10rpx;
- }
- .normal-tip.by.data-v-7ae141e0 {
- border-radius: 20rpx;
- }
- .normal-tip.yd.data-v-7ae141e0 {
- border-radius: 5rspx;
- }
- .fixed-page-content.data-v-7ae141e0 {
- width: 100%;
- height: 100%;
- padding-bottom: 120rpx;
- box-sizing: border-box;
- }
- .page-content.data-v-7ae141e0 {
- width: 100%;
- height: 100%;
- }
- .white-box.data-v-7ae141e0 {
- width: 100%;
- font-size: 28rpx;
- padding: 0 40rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .white-box.data-v-7ae141e0:not(:last-child) {
- margin-bottom: 30rpx;
- }
- .white-box .flex-item.data-v-7ae141e0 {
- align-items: center;
- }
- .white-box .flex-item .tel-box.data-v-7ae141e0 {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .white-box .flex-item .tel-box .custom-tel-component.data-v-7ae141e0 {
- margin-left: 20rpx;
- }
- .white-box .cell-item.data-v-7ae141e0 {
- color: var(--Black);
- padding: 30rpx 0;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .white-box .cell-item.data-v-7ae141e0::after {
- position: absolute;
- box-sizing: border-box;
- content: ' ';
- pointer-events: none;
- right: 0;
- bottom: 0;
- left: 0;
- border-bottom: 2rpx solid #ebedf0;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- .white-box .cell-item > .label.data-v-7ae141e0 {
- flex: 1;
- width: 30%;
- }
- .white-box .cell-item > .label .tips.data-v-7ae141e0 {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .cell-item > .label.required.data-v-7ae141e0 {
- position: relative;
- }
- .white-box .cell-item > .label.required.data-v-7ae141e0::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .cell-item > .tit.data-v-7ae141e0 {
- color: var(--Black);
- flex: 1;
- width: 70%;
- text-align: right;
- }
- .white-box .cell-item > .tit .van-radio-group.data-v-7ae141e0 {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-7ae141e0:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item.data-v-7ae141e0 {
- color: var(--Black);
- padding: 30rpx 0;
- position: relative;
- }
- .white-box .block-cell-item.data-v-7ae141e0::after {
- position: absolute;
- box-sizing: border-box;
- content: " ";
- pointer-events: none;
- right: 16rpx;
- bottom: 0;
- left: 16rpx;
- border-bottom: 2rpx solid #ebedf0;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- .white-box .block-cell-item .label.data-v-7ae141e0 {
- width: 100%;
- padding-bottom: 30rpx;
- }
- .white-box .block-cell-item .label.required.data-v-7ae141e0 {
- position: relative;
- }
- .white-box .block-cell-item .label.required.data-v-7ae141e0::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .block-cell-item .label .tips.data-v-7ae141e0 {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .block-cell-item .tit.data-v-7ae141e0 {
- width: 100%;
- color: var(--Black);
- }
- .white-box .block-cell-item .tit .van-radio-group.data-v-7ae141e0 {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-7ae141e0:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item .tit .textarea.data-v-7ae141e0 {
- background-color: #F8F8F8;
- font-size: 30rpx;
- color: #B7B7B7;
- border-radius: 10rpx;
- padding: 30rpx;
- word-break: break-all;
- }
- .white-box .custom-white-box-content.data-v-7ae141e0 {
- padding-bottom: 30rpx;
- }
- .z-bg.data-v-7ae141e0 {
- background: #6600ff;
- color: #fff;
- }
- .l-bg.data-v-7ae141e0 {
- background: #0000FF;
- color: #fff;
- }
- .h-bg.data-v-7ae141e0 {
- background: #F87A7A;
- color: #fff;
- }
- .z-br.data-v-7ae141e0 {
- background: #fff;
- border: 1px solid #6600ff;
- color: #6600ff;
- }
- .chaochuyincang.data-v-7ae141e0 {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .modifysend .btn-view.data-v-7ae141e0 {
- width: 100%;
- height: 100rpx;
- padding: 20rpx 10%;
- background-color: #ffffff;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .modifysend .uni-select_2.data-v-7ae141e0 {
- font-size: 22rpx;
- border: 2px solid #e5e5e5;
- box-sizing: border-box;
- border-radius: 8rpx;
- padding: 0 10rpx;
- padding-left: 20rpx;
- position: relative;
- display: flex;
- -webkit-user-select: none;
- user-select: none;
- flex-direction: row;
- align-items: center;
- border-bottom: solid 2px #e5e5e5;
- width: 100%;
- flex: 1;
- height: 70rpx;
- color: #6a6a6a;
- }
- .modifysend .btn.data-v-7ae141e0 {
- width: 80%;
- height: 90rpx;
- border-radius: 50rpx 50rpx 50rpx 50rpx;
- background: #1d18bc;
- line-height: 90rpx;
- color: white;
- }
- .modifysend .top-add.data-v-7ae141e0 {
- background-color: #fff;
- padding: 30rpx;
- text-align: right;
- box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
- }
- .modifysend .top-add ._i.data-v-7ae141e0 {
- font-size: 36rpx;
- color: #6600FF;
- margin-right: 15rpx;
- }
- .modifysend .top-add .txt.data-v-7ae141e0 {
- font-size: 32rpx;
- color: #6600FF;
- }
- .modifysend .info-findRectificationManagementInOutList.data-v-7ae141e0 {
- height: calc(100vh - 124rpx);
- overflow-y: auto;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item.data-v-7ae141e0 {
- background-color: #fff;
- padding: 20rpx 30rpx;
- margin-bottom: 20rpx;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-top.data-v-7ae141e0 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-top .left.data-v-7ae141e0 {
- width: 286rpx;
- height: 168rpx;
- font-size: 0;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-top .left ._img.data-v-7ae141e0 {
- width: 100%;
- height: 100%;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-top .right.data-v-7ae141e0 {
- align-self: flex-start;
- width: 380rpx;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-top .right .tit.data-v-7ae141e0 {
- width: 380rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- font-size: 32rpx;
- line-height: 1.4;
- font-weight: bold;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- margin-bottom: 20rpx;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-top .right .txt.data-v-7ae141e0 {
- font-size: 28rpx;
- color: #666;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-bottom.data-v-7ae141e0 {
- margin-top: 20rpx;
- padding-top: 20rpx;
- border-top: 1rpx dashed #dbdbdb;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-bottom .left ._i.data-v-7ae141e0 {
- font-size: 30rpx;
- color: #999999;
- margin-left: 10rpx;
- }
- .modifysend .info-findRectificationManagementInOutList .info-item .info-bottom .left ._span.data-v-7ae141e0 {
- font-size: 28rpx;
- color: #999999;
- }
|