123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672 |
- @charset "UTF-8";
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- .normal-tip.data-v-47d68caa {
- font-size: 24rpx;
- line-height: 40rpx;
- padding: 4rpx 10rpx;
- }
- .normal-tip.by.data-v-47d68caa {
- border-radius: 20rpx;
- }
- .normal-tip.yd.data-v-47d68caa {
- border-radius: 5rspx;
- }
- .fixed-page-content.data-v-47d68caa {
- width: 100%;
- height: 100%;
- padding-bottom: 120rpx;
- box-sizing: border-box;
- }
- .page-content.data-v-47d68caa {
- width: 100%;
- height: 100%;
- }
- .white-box.data-v-47d68caa {
- width: 100%;
- font-size: 28rpx;
- padding: 0 40rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .white-box.data-v-47d68caa:not(:last-child) {
- margin-bottom: 30rpx;
- }
- .white-box .flex-item.data-v-47d68caa {
- align-items: center;
- }
- .white-box .flex-item .tel-box.data-v-47d68caa {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .white-box .flex-item .tel-box .custom-tel-component.data-v-47d68caa {
- margin-left: 20rpx;
- }
- .white-box .cell-item.data-v-47d68caa {
- color: var(--Black);
- padding: 30rpx 0;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .white-box .cell-item.data-v-47d68caa::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-47d68caa {
- flex: 1;
- width: 30%;
- }
- .white-box .cell-item > .label .tips.data-v-47d68caa {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .cell-item > .label.required.data-v-47d68caa {
- position: relative;
- }
- .white-box .cell-item > .label.required.data-v-47d68caa::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .cell-item > .tit.data-v-47d68caa {
- color: var(--Black);
- flex: 1;
- width: 70%;
- text-align: right;
- }
- .white-box .cell-item > .tit .van-radio-group.data-v-47d68caa {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-47d68caa:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item.data-v-47d68caa {
- color: var(--Black);
- padding: 30rpx 0;
- position: relative;
- }
- .white-box .block-cell-item.data-v-47d68caa::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-47d68caa {
- width: 100%;
- padding-bottom: 30rpx;
- }
- .white-box .block-cell-item .label.required.data-v-47d68caa {
- position: relative;
- }
- .white-box .block-cell-item .label.required.data-v-47d68caa::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .block-cell-item .label .tips.data-v-47d68caa {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .block-cell-item .tit.data-v-47d68caa {
- width: 100%;
- color: var(--Black);
- }
- .white-box .block-cell-item .tit .van-radio-group.data-v-47d68caa {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-47d68caa:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item .tit .textarea.data-v-47d68caa {
- 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-47d68caa {
- padding-bottom: 30rpx;
- }
- .z-bg.data-v-47d68caa {
- background: #6600ff;
- color: #fff;
- }
- .l-bg.data-v-47d68caa {
- background: #0000FF;
- color: #fff;
- }
- .h-bg.data-v-47d68caa {
- background: #F87A7A;
- color: #fff;
- }
- .z-br.data-v-47d68caa {
- background: #fff;
- border: 1px solid #6600ff;
- color: #6600ff;
- }
- .chaochuyincang.data-v-47d68caa {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .btn-view.data-v-47d68caa {
- width: 100%;
- height: 100rpx;
- padding: 20rpx 10%;
- background-color: #ffffff;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .btn.data-v-47d68caa {
- width: 80%;
- height: 90rpx;
- border-radius: 50rpx 50rpx 50rpx 50rpx;
- background: #1d18bc;
- line-height: 90rpx;
- color: white;
- }
- .save_button.data-v-47d68caa {
- width: calc(100% - 64rpx);
- margin: 64rpx 32rpx 0 32rpx;
- background: #1d18bc;
- border-radius: 50rpx;
- height: 88rpx;
- color: white;
- text-align: center;
- line-height: 88rpx;
- }
- .form.data-v-47d68caa {
- width: calc(100% - 64rpx);
- background: #ffffff;
- padding: 32rpx;
- margin-top: 64rpx;
- }
- .form .label.data-v-47d68caa {
- height: 53rpx;
- line-height: 53rpx;
- }
- .form_row.data-v-47d68caa {
- height: 40rpx;
- font-weight: 400;
- font-size: 24rpx;
- }
- .zaiti_list.data-v-47d68caa {
- width: 100%;
- height: 50rpx;
- line-height: 50rpx;
- }
- .idclass.data-v-47d68caa {
- width: 147rpx;
- height: 100rpx;
- }
- .dengjibutton.data-v-47d68caa {
- margin-top: 24rpx;
- margin-left: 60rpx;
- margin-right: 60rpx;
- width: calc(100% - 120rpx);
- height: 60rpx;
- text-align: center;
- background: #1d18bc;
- color: white;
- line-height: 60rpx;
- }
- .addcompany.data-v-47d68caa {
- margin-bottom: 200rpx;
- }
- .addcompany .detailstitle.data-v-47d68caa {
- height: 42rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- padding-bottom: 16rpx;
- }
- .addcompany .typestitle.data-v-47d68caa {
- height: 42rpx;
- font-size: 24rpx;
- font-weight: 500;
- padding-bottom: 16rpx;
- margin-bottom: 16rpx;
- }
- @charset "UTF-8";
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- .normal-tip {
- font-size: 24rpx;
- line-height: 40rpx;
- padding: 4rpx 10rpx;
- }
- .normal-tip.by {
- border-radius: 20rpx;
- }
- .normal-tip.yd {
- border-radius: 5rspx;
- }
- .fixed-page-content {
- width: 100%;
- height: 100%;
- padding-bottom: 120rpx;
- box-sizing: border-box;
- }
- .page-content {
- width: 100%;
- height: 100%;
- }
- .white-box {
- width: 100%;
- font-size: 28rpx;
- padding: 0 40rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .white-box:not(:last-child) {
- margin-bottom: 30rpx;
- }
- .white-box .flex-item {
- align-items: center;
- }
- .white-box .flex-item .tel-box {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .white-box .flex-item .tel-box .custom-tel-component {
- margin-left: 20rpx;
- }
- .white-box .cell-item {
- color: var(--Black);
- padding: 30rpx 0;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .white-box .cell-item::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 {
- flex: 1;
- width: 30%;
- }
- .white-box .cell-item > .label .tips {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .cell-item > .label.required {
- position: relative;
- }
- .white-box .cell-item > .label.required::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .cell-item > .tit {
- color: var(--Black);
- flex: 1;
- width: 70%;
- text-align: right;
- }
- .white-box .cell-item > .tit .van-radio-group {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item {
- color: var(--Black);
- padding: 30rpx 0;
- position: relative;
- }
- .white-box .block-cell-item::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 {
- width: 100%;
- padding-bottom: 30rpx;
- }
- .white-box .block-cell-item .label.required {
- position: relative;
- }
- .white-box .block-cell-item .label.required::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .block-cell-item .label .tips {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .block-cell-item .tit {
- width: 100%;
- color: var(--Black);
- }
- .white-box .block-cell-item .tit .van-radio-group {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item .tit .textarea {
- background-color: #F8F8F8;
- font-size: 30rpx;
- color: #B7B7B7;
- border-radius: 10rpx;
- padding: 30rpx;
- word-break: break-all;
- }
- .white-box .custom-white-box-content {
- padding-bottom: 30rpx;
- }
- .z-bg {
- background: #6600ff;
- color: #fff;
- }
- .l-bg {
- background: #0000FF;
- color: #fff;
- }
- .h-bg {
- background: #F87A7A;
- color: #fff;
- }
- .z-br {
- background: #fff;
- border: 1px solid #6600ff;
- color: #6600ff;
- }
- .chaochuyincang {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .is-open + .uni-collapse-item__wrap {
- height: auto !important;
- }
- .uni-collapse-item__wrap-content {
- height: auto !important;
- }
- .pageconfig {
- background: #ffffff;
- padding: 32rpx;
- }
- .input_title {
- width: 40%;
- font-size: 28rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #333333;
- }
- .input_value {
- width: 60%;
- font-size: 28rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #777777;
- }
- .uni-collapse-item__title-box {
- padding: 0 !important;
- }
- .uni-collapse-item__title-text {
- color: #1d18bc !important;
- font-size: 32rpx !important;
- }
- @charset "UTF-8";
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- .normal-tip {
- font-size: 24rpx;
- line-height: 40rpx;
- padding: 4rpx 10rpx;
- }
- .normal-tip.by {
- border-radius: 20rpx;
- }
- .normal-tip.yd {
- border-radius: 5rspx;
- }
- .fixed-page-content {
- width: 100%;
- height: 100%;
- padding-bottom: 120rpx;
- box-sizing: border-box;
- }
- .page-content {
- width: 100%;
- height: 100%;
- }
- .white-box {
- width: 100%;
- font-size: 28rpx;
- padding: 0 40rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .white-box:not(:last-child) {
- margin-bottom: 30rpx;
- }
- .white-box .flex-item {
- align-items: center;
- }
- .white-box .flex-item .tel-box {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .white-box .flex-item .tel-box .custom-tel-component {
- margin-left: 20rpx;
- }
- .white-box .cell-item {
- color: var(--Black);
- padding: 30rpx 0;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .white-box .cell-item::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 {
- flex: 1;
- width: 30%;
- }
- .white-box .cell-item > .label .tips {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .cell-item > .label.required {
- position: relative;
- }
- .white-box .cell-item > .label.required::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .cell-item > .tit {
- color: var(--Black);
- flex: 1;
- width: 70%;
- text-align: right;
- }
- .white-box .cell-item > .tit .van-radio-group {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item {
- color: var(--Black);
- padding: 30rpx 0;
- position: relative;
- }
- .white-box .block-cell-item::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 {
- width: 100%;
- padding-bottom: 30rpx;
- }
- .white-box .block-cell-item .label.required {
- position: relative;
- }
- .white-box .block-cell-item .label.required::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .block-cell-item .label .tips {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .block-cell-item .tit {
- width: 100%;
- color: var(--Black);
- }
- .white-box .block-cell-item .tit .van-radio-group {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item .tit .textarea {
- background-color: #F8F8F8;
- font-size: 30rpx;
- color: #B7B7B7;
- border-radius: 10rpx;
- padding: 30rpx;
- word-break: break-all;
- }
- .white-box .custom-white-box-content {
- padding-bottom: 30rpx;
- }
- .z-bg {
- background: #6600ff;
- color: #fff;
- }
- .l-bg {
- background: #0000FF;
- color: #fff;
- }
- .h-bg {
- background: #F87A7A;
- color: #fff;
- }
- .z-br {
- background: #fff;
- border: 1px solid #6600ff;
- color: #6600ff;
- }
- .chaochuyincang {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .example-body {
- padding: 10px;
- padding-top: 0;
- }
- .custom-image-box {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .text {
- font-size: 14px;
- color: #333;
- }
- .uni-file-picker__item {
- display: none;
- }
- .uploadbutton {
- width: 162rpx;
- height: 44rpx;
- }
|