123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632 |
- @import './reset.scss';
- @import './common.scss';
- // vant Radio 自定义disabled选中样式
- .van-radio__label--disabled {
- color: rgba(102, 102, 102, 1) !important;
- }
- .van-radio__icon--checked {
- background: rgba(3, 101, 249, 1) !important;
- color: white !important;
- border: none !important;
- }
- .second_title {
- float: left;
- width: 30%;
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #777777;
- }
- .second_title_1 {
- float: left;
- width: 25%;
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #777777;
- }
- .iconfont {
- /*font-family: "iconfont" !important;*/
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .float_left {
- float: left;
- }
- .clear_both {
- clear: both;
- }
- .margin12rpx {
- margin: 12rpx
- }
- .chuzu_label {
- width: 312rpx;
- height: 36rpx;
- font-size: 26rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 36rpx;
- }
- .chuzu_vlaue {
- width: 86rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #ec7359;
- line-height: 38rpx;
- }
- .mb14rpx {
- margin-bottom: 14rpx;
- }
- .height34rpx {
- height: 34rpx;
- }
- .height50rpx {
- height: 50rpx;
- }
- .font24rpx {
- font-size: 24rpx;
- }
- .fontcolor251FCA {
- color: #251FCA
- }
- .roomstatus1 {
- height: 38rpx;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- line-height: 38rpx;
- background: rgba(29, 24, 188, 0.05);
- border: none;
- padding: 0rpx 16rpx;
- font-weight: 500;
- color: #1d18bc;
- }
- .roomstatus {
- height: 50rpx;
- line-height: 50rpx;
- font-size: 24rpx;
- padding: 0rpx 16rpx;
- float: left;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #1d18bc;
- border: 2rpx solid #1d18bc;
- margin-left: 16rpx;
- }
- .roomstatus:first-child {
- margin-left: 0 !important;
- }
- .height50px {
- height: 50rpx;
- }
- .mb8rpx {
- margin-bottom: 8rpx;
- }
- .width100 {
- width: 100%;
- }
- .width90 {
- width: 90%;
- }
- .width10 {
- width: 10%;
- }
- .width10imp {
- width: 10% !important;
- }
- .height36rpx {
- height: 36rpx;
- }
- .height40rpx {
- height: 40rpx;
- }
- .list-row {
- width: calc(100% - 64rpx);
- padding: 32rpx 32rpx 32rpx 32rpx;
- background: #ffffff;
- margin-bottom: 16rpx;
- display: flex;
- //height: 278rpx;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- }
- .list {
- width: calc(100% - 64rpx);
- margin: 32rpx;
- }
- .mb16rpx {
- margin-bottom: 16rpx;
- }
- .height66rpx {
- height: 66rpx;
- }
- .height44rpx {
- height: 44rpx;
- }
- .total {
- padding: 8rpx 32rpx 8rpx 0;
- text-align: right;
- background: #ffffff;
- }
- .roomstatus {
- height: 50rpx;
- line-height: 50rpx;
- font-size: 24rpx;
- padding: 0rpx 16rpx;
- float: left;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #1d18bc;
- border: 2rpx solid #1d18bc;
- margin-left: 16rpx;
- }
- .companystatus {
- height: 42rpx;
- width: 80rpx;
- line-height: 42rpx;
- font-size: 24rpx;
- text-align: center;
- float: left;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #1d18bc;
- background-color: #F1f1f9;
- border-radius: 8rpx;
- margin-left: 16rpx;
- }
- .bgc1d18bc {
- background-color: #1d18bc;
- }
- .van-tabs__line {
- background-color: #1d18bc !important;
- }
- .mt42rpx {
- margin-top: 42rpx;
- }
- .mb42rpx {
- margin-bottom: 42rpx;
- }
- .pd42rpx {
- padding-bottom: 42rpx;
- }
- .margint16rpx {
- margin-top: 16rpx
- }
- .height554rpx {
- height: 554rpx;
- }
- .height35px {
- height: 35px;
- }
- .l35pxheight {
- line-height: 35px;
- }
- .width622rpx {
- width: 622rpx;
- }
- .pdl16 {
- padding-left: 16rpx;
- }
- .mt32rpx {
- margin-top: 32rpx;
- }
- .mb32rpx {
- margin-bottom: 32rpx;
- }
- .mb16rpx {
- margin-bottom: 16rpx;
- }
- .pdr16 {
- padding-left: 16rpx;
- }
- .pdt10 {
- padding-top: 10rpx;
- }
- .pdb10 {
- padding-bottom: 10rpx;
- }
- .mt60rpx {
- margin-top: 60rpx
- }
- .margint8rpx {
- margin-top: 8rpx
- }
- .icon-arrow-up:before {
- content: "\e685";
- }
- .icon-location:before {
- content: "\e600";
- }
- .icon-right:before {
- content: "\e70d";
- }
- .icon-radio:before {
- content: "\e601";
- }
- .icon-time:before {
- content: "\e621";
- }
- .icon-radio-checked:before {
- content: "\e60c";
- }
- .icon-actived:before {
- content: "\e61e";
- }
- .icon-arrow-down:before {
- content: "\e602";
- }
- .width100 {
- width: 100%;
- }
- .width30 {
- width: 30%;
- }
- .width60 {
- width: 60%;
- }
- .whitespacenowrap {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .first_title {
- height: 44rpx;
- line-height: 44rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .third_title {
- float: left;
- width: 60%;
- font-size: 26rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #AAAAAA;
- }
- .third_title_1 {
- float: left;
- width: 40%;
- font-size: 26rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #AAAAAA;
- }
- .yongtu_first_title {
- width: 100%;
- height: 44rpx;
- font-size: 32rpx;
- margin-bottom: 4rpx;
- text-align: center;
- font-weight: 500;
- color: #333333;
- }
- .yongtu_second_title {
- width: 100%;
- height: 36rpx;
- font-size: 26rpx;
- text-align: center;
- color: #AAAAAA;
- }
- .height28rpx {
- height: 28rpx;
- }
- .width80 {
- width: 80% !important;
- }
- .width70 {
- width: 70%;
- }
- .width30 {
- width: 30%;
- }
- .width20 {
- width: 20% !important;
- }
- .width40 {
- width: 40% !important;
- }
- .width40rpx {
- width: 40rpx;
- }
- .width50 {
- width: 50%;
- }
- .float_left {
- float: left;
- }
- .float_right {
- float: right;
- }
- .pdl32 {
- padding-left: 32rpx;
- }
- .pdr32 {
- padding-right: 32rpx;
- }
- .pdt32 {
- padding-top: 32rpx;
- }
- .pdb32 {
- padding-bottom: 32rpx;
- }
- .pdb16 {
- padding-bottom: 16rpx;
- }
- .mgb20 {
- margin-bottom: 20rpx;
- }
- .allpd32rpx {
- padding: 32rpx;
- }
- .pdb20 {
- margin-bottom: 20rpx;
- }
- .pdt20 {
- padding-top: 20rpx
- }
- .height50rpx {
- height: 50rpx;
- }
- .marginb16 {
- margin-bottom: 16rpx;
- }
- .height40rpx {
- height: 40rpx;
- }
- .list_date {
- color: #AAAAAA;
- font-size: 28rpx;
- font-weight: 500;
- }
- .border_bottom_ccc {
- border-bottom: 2rpx solid #CCCCCC;
- }
- .report_title {
- font-size: 28rpx;
- height: 40rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .border_bottom_f5f5f5 {
- border-bottom: 2rpx solid #F5F5F5;
- }
- .txt_center {
- text-align: center;
- }
- .height300rpx {
- height: 300rpx;
- }
- .bgcF9F9F9 {
- background: #f9f9f9;
- }
- .height218rpx {
- height: 218rpx;
- }
- .cell_1 {
- float: left;
- width: 100%;
- }
- .cell_2 {
- float: left;
- width: 20%;
- img {
- height: 60rpx;
- width: 60rpx;
- float: right;
- margin: 96rpx 0rpx 94rpx 0;
- }
- }
- .ml16 {
- margin-left: 16rpx;
- }
- .ml32 {
- margin-left: 32rpx;
- }
- .mt10 {
- margin-top: 10rpx;
- }
- .cell_3 {
- width: 5%;
- float: right;
- img {
- height: 50rpx;
- width: 50rpx;
- float: right;
- margin: 35rpx 0;
- }
- }
- .width50 {
- width: 50%;
- }
- .marginl8 .ml8 {
- margin-left: 8rpx;
- }
- .lh40rpx {
- line-height: 40rpx;
- }
- .lh50rpx {
- line-height: 50rpx;
- }
- .disflex {
- display: flex;
- }
- .align_items_center {
- align-items: center;
- }
- .height44rpx {
- height: 44rpx;
- }
- .disblock {
- display: block;
- }
- .marginauto {
- margin: auto;
- }
- .font28rpx {
- font-size: 28rpx;
- }
- .color292d98 {
- color: #292d98;
- }
- .colorfffff {
- color: #FFFFFF;
- }
- .bgcFFFFFF {
- background-color: #FFFFFF;
- }
- .mt24rpx {
- margin-top: 24rpx;
- }
- .mb24rpx {
- margin-bottom: 24rpx;
- }
- .padb24rpx {
- padding-bottom: 24rpx;
- }
- .height80rpx {
- height: 80rpx;
- }
- .height24rpx {
- height: 24rpx;
- }
|