| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845 |
- page {
- background-color: #ffffff;
- }
- /* 隐藏scroll-view滚动条 sh4wmoo 2020-10-17 */
- ::-webkit-scrollbar {
- display: none;
- width: 0;
- height: 0;
- color: transparent;
- }
- /* 修改card组件内容元素间距 sh4wmoo 2020-10-19 */
- .van-card__desc {
- margin-top: 12rpx;
- }
- .van-card__bottom {
- margin-top: 12rpx;
- }
- .van-card__title {
- font-size: 16px;
- font-weight: 900;
- }
- /* 加载更多外部view样式 */
- .load-more {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 12rpx;
- }
- /* 加载更多文字 */
- .van-loading__text {
- color: #d9001b !important;
- }
- .edit-class{
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20rpx;
- width: 100rpx;
- height: 100rpx;
- }
- /*
- hxd 列表样式
- start
- */
- /* 卡片整体 */
- .list_card {
- background-color: #fff;
- border-radius: 15rpx;
- border-left: 3px solid #e5e5e9;
- /* border-right: 2px solid #e5e5e9; */
- border-bottom: 2px solid #e5e5e9;
- border-top: 2px solid #e5e5e9;
- width: 96%;
- margin-left: 4px;
- box-shadow: 3px 5px 10px #7C7C7C;
- margin-top: 18rpx;
- }
- /* 卡片总标题 */
- .list_card_title {
- font-size: 14px;
- margin-left: 4%;
- /* height: 60rpx; */
- overflow: hidden;
- /*不换行*/
- white-space: nowrap;
- /*添加...*/
- text-overflow: ellipsis;
- line-height: 2.5;
- font-weight: bold;
- width: 100%;
- }
- /* 分割线 */
- .list_card_divide_line {
- border-bottom: 1px dashed #ccc;
- }
- /* 一标题 + 一内容 的内容体*/
- .list_card_content {
- margin-left: 3%;
- margin-top: 10rpx;
- }
- /* 一标题 + 一内容 的标题*/
- .list_card_content_title {
- font-size: 12px;
- color: gray;
- margin: 6rpx;
- width: 21%;
- float: left;
- height: 16px;
- }
- /* 一标题 + 一内容 的内容*/
- .list_card_content_content {
- font-size: 12px;
- color: black;
- margin: 6rpx;
- width: 70%;
- float: left;
- min-height: 16px;
- /* font-weight:bold; */
- }
- /* 2标题 + 2内容 的一行*/
- .list_card_content_line {
- margin-left: 3%;
- width: 96%;
- font-size: 12px;
- margin-bottom: 10rpx;
- }
- /* 2标题 + 2内容 的左边标题+内容*/
- .list_card_content_left {
- width: 52%;
- float: left;
- border-right: 1px solid #ccc;
- }
- /* 2标题 + 2内容 的右边标题+内容*/
- .list_card_content_right {
- width: 44%;
- float: left;
- margin-left: 12rpx;
- }
- /* 2标题 + 2内容 的左边标题*/
- .list_card_content_left_title {
- font-size: 12px;
- margin: 6rpx;
- width: 42%;
- float: left;
- color: gray;
- }
- /* 2标题 + 2内容 的左边内容*/
- .list_card_content_left_content {
- margin: 6rpx;
- /* width: 46%;
- float: left; */
- color: black;
- /* font-weight:bold; */
- }
- /* 2标题 + 2内容 的右边标题*/
- .list_card_content_right_title {
- font-size: 12px;
- margin: 6rpx;
- width: 40%;
- float: left;
- color: gray;
- }
- /* 2标题 + 2内容 的右边内容*/
- .list_card_content_right_content {
- margin: 6rpx;
- /* width: 30%;
- float: left; */
- color: black;
- /* font-weight:bold; */
- }
- /*
- hxd 列表样式
- end
- */
- .red-label,
- .red-label>view {
- color: #437FF8 !important;
- font-style: normal;
- font-weight: bold;
- font-size: 14px;
- }
- .black-label,
- .black-label>view {
- color: black !important;
- }
- .van-cell__value{
- overflow:none !important;
- }
- .cell-group-label {
- display: flex;
- justify-content: space-between;
- width: 91%;
- font-size: 14px;
- color: #969799;
- padding: 2vw 3vw;
- margin-left: 5px;
- }
- /** 以下为一览界面 start**/
- .main-class {
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- box-shadow:2px 2px 5px #e5e5e6;
- }
- .main-foot {
- background: #fff;
- width: 100%;
- border-radius: 15rpx 15rpx 0px 0px;
- background: linear-gradient(95.33deg, #ADC6FF -2.27%, #F0F5FF 60.66%), linear-gradient(0deg, #F4F8FF, #F4F8FF), radial-gradient(58.28% 235.72% at 10.78% 50%, rgba(191, 213, 255, 0.6) 0%, rgba(216, 229, 255, 0) 56.69%);
- background-repeat: no-repeat;
- background-size: 100% 80rpx;
- }
- .main-foot-1 {
- background: #fff;
- width: 100%;
- border-radius: 15rpx 15rpx 0px 0px;
- background: linear-gradient(95.33deg, #ADC6FF -2.27%, #F0F5FF 60.66%), linear-gradient(0deg, #F4F8FF, #F4F8FF), radial-gradient(58.28% 235.72% at 10.78% 50%, rgba(191, 213, 255, 0.6) 0%, rgba(216, 229, 255, 0) 56.69%);
- background-repeat: no-repeat;
- background-size: 100% 80rpx;
-
- }
- .main-foot-2 {
- background: #fff;
- width: 100%;
- border-radius: 15rpx 15rpx 0px 0px;
- /* background: linear-gradient(180deg, #6A9DFB 0%, #FAFCFF 100%),#fff; */
- background-repeat: no-repeat;
- background-size: 100% 80rpx;
- background: linear-gradient(95.33deg, #ADC6FF -2.27%, #F0F5FF 60.66%), linear-gradient(0deg, #F4F8FF, #F4F8FF), radial-gradient(58.28% 235.72% at 10.78% 50%, rgba(191, 213, 255, 0.6) 0%, rgba(216, 229, 255, 0) 56.69%);
- }
- .table {
- width: 94%;
- padding: 10px 3% 10px 3%;
- }
- .table-row {
- display: flex;
- width: 100%;
- flex-direction: row;
- }
- .table-row-center {
- padding: 8px 5px 8px 5px;
- font-size: 12px;
- width: 100%;
- flex-direction: row;
- margin-top: 6px;
- }
- .table-row-item:nth-child(1) {
- background: #fff;
- width: 50%;
- /* line-height: 60rpx; */
- /* border-left: 1px #dedede solid; */
- /* border-top: 1px #dedede solid;
- border-bottom: 1px #dedede solid; */
- padding: 8px 5px 8px 5px;
- font-size: 12px;
- /* font-weight: 600; */
- }
- .item-red {
- color: #fe6627;
- }
- .telephone-image {
- color: #fe6627;
- font-size: 19px;
- transform: translateY(1vw) rotate(180deg);
- float: right;
- margin-top: -5px;
- }
- .telephone-image-small {
- color: #d5d8e0;
- font-size: 13px;
- transform: rotate(180deg);
- }
- .address-image-small {
- color: #d5d8e0;
- font-size: 13px;
- }
- .table-row-item:nth-child(2) {
- display: flex;
- justify-content: flex-start;
- background: #fff;
- width: 50%;
- word-break: break-all;
- /* line-height: 60rpx; */
- padding: 8px 5px 8px 5px;
- /* border: 1px #dedede solid; */
- /* border-top: 1px #dedede solid;
- border-bottom: 1px #dedede solid; */
- font-size: 12px;
- /* font-weight: 600; */
- }
- .table-row-item-detail:nth-child(1) {
- background: #fff;
- width: 40%;
- /* line-height: 60rpx; */
- border-top: 1px #dedede solid;
- /* border-left: 1px #dedede solid; */
- /* border-bottom: 1px #dedede solid; */
- padding: 10px 5px 10px 5px;
- font-size: 13px;
- /* font-weight: 600; */
- }
- .table-row-item-detail:nth-child(2) {
- display: flex;
- justify-content: flex-end;
- background: #fff;
- width: 60%;
- /* line-height: 60rpx; */
- padding: 10px 5px 10px 5px;
- /* border: 1px #dedede solid; */
- border-top: 1px #dedede solid;
- /* border-bottom: 1px #dedede solid; */
- font-size: 13px;
- /* font-weight: 600; */
- }
- .no-top-border {
- border-top: 0px !important;
- }
- .no-bottom-border {
- border-bottom: 0px !important;
- }
- .first-font-size {
- font-size: 13px !important;
- font-weight: bold
- }
- .oas-no {
- width: 50%;
- font-size: 13px;
- color: #3b3b3b;
- text-align: left;
- font-weight: bold
- }
- .oas-status {
- width: 50%;
- font-size: 26rpx;
- color: #1989fa;
- text-align: right;
- }
- .oas-status1 {
- color: #e97e04;
- }
- .oas-copy {
- width: 5vw;
- height: 5vw;
- /* margin-left: 20rpx;
- transform: translateY(5rpx); */
- }
- .oas-title {
- width: 87%;
- font-size: 13px;
- color: #3b3b3b;
- text-align: left;
- font-weight: bold
- }
- .oas-longtitle {
- width: 80%;
- font-size: 13px;
- color: #3b3b3b;
- text-align: left;
- font-weight: bold
- }
- .oas-shortstatus {
- width: 19%;
- font-size: 13px;
- color: #1989fa;
- text-align: right;
- }
- .oas-all {
- background: #fff;
- width: 100%;
- padding: 8px 5px 8px 5px;
- font-size: 12px;
- }
- .header-no {
- padding-left: 10rpx;
- font-size: 13px !important;
- }
- .header-status {
- position: absolute;
- right: 10px;
- color: #1989fa;
- }
- .table-row-whole {
- background: #fff;
- width: 100%;
- padding: 8px 5px 8px 5px;
- font-size: 12px;
- }
- .footer-info {
- width: 100%;
- text-align: right;
- color: #e97e04;
- padding-right: 20rpx;
- font-size: 12px;
- margin-top: 12px;
- margin-bottom: 11px;
- }
- /** 以下为一览界面 end**/
- /** 抽屉 start**/
- .popup {
- position: relative;
- }
- .popup-button {
- position: fixed;
- width: 100%;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: space-around;
- padding-bottom: 15rpx;
- padding-top: 15rpx;
- background: #fff;
- height: 100rpx;
- }
- .pop-button-class{
- border: none !important;
- font-size: 16px !important;
- font-weight: 500 !important;
- color: #002340 !important;
- }
- .van-swipe-cell__right {
- background: #3E69F6;
- color: #fff;
- width: 65px;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .button-class{
- height: 85rpx !important;
- background: #F8F9FD !important;
- color: #95A8CB !important;
- border: 2rpx solid #95A8CB;
- border-radius: 10rpx !important;
- text-align: left !important;
- margin-bottom: 10rpx;
- z-index: 999 !important;
- }
- .button-selected-class{
- height: 85rpx !important;
- background: #606EB2 !important;
- color: #fff !important;
- border: 2rpx solid #606EB2;
- border-radius: 10rpx !important;
- text-align: left !important;
- margin-bottom: 10rpx;
- z-index: 999 !important;
- /* overflow: hidden !important;
- text-overflow: ellipsis !important;
- white-space: nowrap !important; */
- }
- .blue-blue {
- color: #1989fa
- }
-
- .popup-scroll-view {
- height: calc(100% - 220rpx);
- }
- .pop-header {
- width: 100%;
- height: 80rpx;
- background: #d9001b;
- }
- .pop-header-custom {
- width: 100%;
- height: 20rpx;
- background: white;
- }
- .pop-header-x {
- color: #fff;
- font-size: 25px;
- font-weight: 600;
- line-height: 80rpx;
- margin-top: 15rpx;
- float: right;
- margin-right: 15rpx;
- }
- .pop-header-x-custom {
- color: black;
- font-size: 25px;
- font-weight: 600;
- line-height: 20rpx;
- margin-top: 15rpx;
- float: right;
- margin-right: 15rpx;
- }
- .cell-group {
- margin-top: 30rpx;
- }
- .label-class {
- max-width: 4rem !important;
- min-width: 4rem !important;
- }
- .pop-footer {
- width: 100%;
- position: fixed;
- bottom: 0;
- }
- /** 抽屉 end**/
-
- /** 字体 start20220509 **/
- .font-size16 {
- font-size: 16px !important;
- }
- .font-size15 {
- font-size: 15px !important;
- }
- .font-size14{
- font-size: 14px !important;
- }
- .font-size13 {
- font-size: 13px !important;
- }
- .font-size12 {
- font-size: 12px !important;
- }
- .font-size11 {
- font-size: 11px !important;
- }
- .app-font-weight-bold{
- font-weight: bold !important;
- }
- /** 字体 end**/
- /* 于继渤2022/07/25 列表样式 */
- .table-content{
- width: 100%;
- }
- .table-content-row{
- padding: 15rpx 32rpx;
- }
- .table-content-row-font{
- font-size: 14px;
- color: #95A8CB;
- padding-right: 32rpx;
- white-space:nowrap;
- }
- .table-content-class{
- font-size: 13px;
- font-weight:500;
- color: #002340;
- word-break: break-all;
- }
- /**数量计数器 start**/
- .van-stepper__input{
- background: transparent !important;
- width: 50% !important;
- }
- .van-stepper__plus{
- background: #3E69F6 !important;
- border-radius: 5rpx !important;
- width: 50rpx !important;
- height: 50rpx !important;
- color: #fff !important;
- background-color: #3E69F6 !important;
- }
- .van-stepper__minus{
- width: 50rpx !important;
- height: 50rpx !important;
- background: #fff !important;
- border: 1px solid #3E69F6 !important;
- border-radius: 5rpx !important;
- }
- /**数量计数器 end**/
- .van-checkbox__icon--checked{
- background-color: #3E69F6 !important;
- border: none !important;
- }
- /**红色label**/
- .red-label {
- color: red;
- font-size: 14px;
- font-weight: bold;
- }
- /**普通label*/
- .nomal-label .van-field__label{
- color: #95A8CB;
- font-size: 14px !important;
- }
- /**普通label*/
- .nomal-label{
- color: #95A8CB !important;
- font-size: 14px !important;
- }
- /**弹出pop样式*/
- .dk-popup {
- background-color: transparent !important;
- overflow-x: hidden;
- }
- /**pop弹出框的表头样式*/
- .special-topic {
- width: 96%;
- height: 223rpx;
- display: flex;
- padding-left: 4%;
- /* 从最下面开始布局 */
- align-items: center;
- background: #F8F9FD;
- border-radius: 30rpx 30rpx 0px 0px !important;
- }
- /**pop弹出框的表头内容样式*/
- .special-topic-content {
- width:170rpx;
- }
- /**pop弹出框的表头图片样式*/
- .goods-pop-image{
- width: 163rpx;
- height: 163rpx;
- display: flex;
- align-items: center;
- text-align: center;
- border: 1px solid #606EB2;
- border-radius: 15rpx !important;
- margin-bottom: 127rpx;
- }
- /**pop弹出框的表头标题样式*/
- .special-topic-title{
- width: 90%;
- height: 165rpx;
- padding: 1rpx 0 0 20rpx !important;
- }
- /**pop弹出框的内容样式*/
- .pop-content-class{
- padding: 2rpx 28rpx 52rpx 28rpx;
- background: #FFFFFF;
- z-index: 99;
- }
- /**cell值颜色**/
- .dk-cell-value-class {
- text-align: left !important;
- font-size: 13px !important;
- color: #002340 !important;
- font-weight: normal;
- }
- /**cell空值颜色**/
- .dk-cell-value-empty-class{
- text-align: left !important;
- font-size: 13px !important;
- color: #95A8CB !important;
- }
- /**cell值颜色**/
- .dk-cell-value-pop-class {
- text-align: right !important;
- font-size: 13px !important;
- color: #002340 !important;
- font-weight: normal;
- }
- /**查询框的演示*/
- .van-search__content {
- background: #F8F9FD;
- border: 1px solid #000000;
- border-radius: 15rpx !important;
- }
- .tag-text{
- overflow: hidden !important;
- text-overflow: ellipsis !important;
- white-space: nowrap;
- word-wrap: break-all;
- width: 100%;
- height: 44rpx;
- margin-top: -10rpx;
- margin-bottom: -10rpx;
- }
- .selected-sku-text{
- overflow: hidden !important;
- text-overflow: ellipsis !important;
- white-space: nowrap;
- word-wrap: break-all;
- width: 100%;
- height: 50rpx;
- margin-top: -2rpx;
- margin-bottom: -2rpx;
- }
- /**card的外部样式*/
- .dk-card-outer-class{
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- box-shadow:2px 2px 5px #e5e5e6;
- }
- /**card的样式*/
- .dk-card-class{
- background: #FFFFFF;
- box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);
- border-radius: 15rpx !important;
- padding: 5rpx;
- }
- /**提示信息的样式*/
- .van-field__placeholder{
- color: #B3BCCD !important;
- font-weight: normal;
- }
- /**功能pop*/
- .function-pop-class{
- /* height:40% !important; */
- padding-bottom:130rpx !important;
- width:100%;
- z-index:10;
- border-radius: 30rpx 30rpx 0rpx 0rpx !important;
- padding-top: 20rpx;
- }
- /**功能pop文字样式*/
- .function-pop-text-class{
- font-size: 12px !important;
- font-weight: 400 !important;
- color: #002340 !important;
- }
- /**功能菜单的图标样式*/
- .function-pop-image{
- width: 80rpx;
- height: 80rpx;
- display: flex;
- align-items: center;
- text-align: center;
- margin-bottom: 27rpx;
- }
- .function-cell-group {
- margin-top: 10rpx;
- width: 94%;
- margin-left: 3%;
- }
- .cell-value-class{
- font-style: normal;
- font-weight: 400;
- font-size: 14px;
- color: #002340 !important;
- }
- .cell-value-class-no-select{
- font-style: normal;
- font-weight: 400;
- font-size: 14px;
- color: #95A8CB !important;
- }
- /*修改van-grid-item样式*/
- .van-grid-item__content{
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- .van-button{
- z-index: 999 !important;
- }
- .van-uploader__upload {
- border: 2rpx solid #95A8CB !important;
- border-radius: 16rpx;
- }
- .van-uploader__upload-text {
- color: #95A8CB !important;
- }
- .van-icon-photograph {
- color: #95A8CB !important;
- }
|