| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- page {
- background: #F5F5F5;
- }
- .privacy {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background: rgba(0, 0, 0, .5);
- z-index: 9999999;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .contentview {
- width: 632rpx;
- padding: 48rpx;
- box-sizing: border-box;
- background: #fff;
- border-radius: 16rpx;
- }
- .contentview .title {
- text-align: center;
- color: #333;
- font-weight: bold;
- font-size: 32rpx;
- }
- .contentview .des {
- font-size: 26rpx;
- color: #666;
- margin-top: 40rpx;
- text-align: justify;
- line-height: 1.6;
- }
- .contentview .des .link {
- color: #07c160;
- text-decoration: underline;
- }
- button::after {
- border: none;
- }
- .btns {
- margin-top: 48rpx;
- display: flex;
- }
- .btns .item {
- justify-content: space-between;
- width: 244rpx;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 16rpx;
- box-sizing: border-box;
- border: none;
- }
- .btns .reject {
- background: #f4f4f5;
- color: #909399;
- }
- .btns .agree {
- background: #07c160;
- color: #fff;
- }
- .content {
- margin-top: 100rpx;
- min-height: 100vh; /* 设置最小高度为视口高度 */
- }
- .slot-wrap {
- display: flex;
- justify-content: center;
- align-items: center;
- /* 如果您想让slot内容占满整个导航栏的宽度 */
- /* flex: 1; */
- /* 如果您想让slot内容与导航栏左右有空隙 */
- /* padding: 0 30rpx; */
- }
- .u-title {
- color: #000000 !important;
- font-size: 31rpx !important;
- font-weight: bold !important;
- }
- .solt {
- position: relative;
- }
- .slot_left {
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- top: 15rpx;
- left: 20rpx;
- }
- .slot_left image {
- width: 60rpx;
- height: 60rpx;
- }
- .slot_content {
- width: 35rpx;
- height: 35rpx;
- position: absolute;
- top: 26rpx;
- left: 280rpx;
- }
- .slot_content image {
- width: 35rpx;
- height: 35rpx;
- }
- /* tabs */
- .u-tab-item {
- color: #333333 !important;
- /* font-size: 26rpx !important; */
- letter-spacing: 2rpx;
- }
- .u-tab-bar {
- width: 65rpx !important;
- height: 8rpx !important;
- background-color: #FF7F00 !important;
- border-radius: 0rpx !important;
- position: absolute !important;
- bottom: 0rpx !important;
- left: -14rpx !important;
- }
- .tabs_box {
- display: none;
- padding-bottom: 120rpx;
- }
- .dis {
- display: block;
- width: 100%;
- margin-bottom: 190rpx;
- }
- .list_box1 {
- width: 90%;
- margin: 0 auto;
- height: auto;
- background: #FFFFFF;
- border-radius: 23rpx;
- box-shadow: 0rpx 5rpx 5rpx 0rpx rgba(198, 186, 181, 0.20);
- margin-top: 20rpx;
- padding-bottom: 20rpx;
- }
- .list_box {
- width: 90%;
- margin: 0 auto;
- height: auto;
- background: #FFFFFF;
- border-radius: 23rpx;
- box-shadow: 0rpx 5rpx 5rpx 0rpx rgba(198, 186, 181, 0.20);
- margin-top: 20rpx;
- padding-bottom: 20rpx;
- }
- .list_box2{
- width: 90%;
- margin: 0 auto;
- height: auto;
- background: #FFFFFF;
- border-radius: 23rpx;
- box-shadow: 0rpx 5rpx 5rpx 0rpx rgba(198, 186, 181, 0.20);
- margin-top: 20rpx;
- }
- .order_title{
- width: 90%;
- margin: 0 auto;
- border-radius: 14px 14px, 0px, 0px;
- background: rgba(255, 239, 222, 1);
- height: 40rpx;
- color: rgba(255, 141, 26, 1);
- font-size: 24rpx;
- line-height: 40rpx;
- text-align: center;
- }
- .part1 {
- width: 90%;
- margin: 0 auto;
- justify-content: left;
- align-items: center;
- display: flex;
- height: 100rpx;
- position: relative;
- }
- .box_one {
- background: #c4e2ff;
- color: #359CFF;
- /* width: 60px;
- height: 45rpx; */
- padding: 0px 10px;
- font-size: 26rpx;
- text-align: center;
- line-height: 45rpx;
- border-radius: 5rpx;
- }
- .box_four {
- color: #666666;
- border: 1rpx solid #666666;
- font-size: 22rpx;
- width: 95px;
- height: 40rpx;
- text-align: center;
- line-height: 40rpx;
- border-radius: 5rpx;
- margin-left: 20rpx;
- }
- .box_two {
- color: #666666;
- border: 1rpx solid #666666;
- font-size: 22rpx;
- /* width: 60px; */
- height: 40rpx;
- text-align: center;
- line-height: 40rpx;
- border-radius: 5rpx;
- margin-left: 20rpx;
- padding: 0 10rpx
- }
- .box_two1 {
- width: auto;
- padding: 0 10rpx;
- }
- .box_three {
- color: #666666;
- border: 1rpx solid #666666;
- font-size: 22rpx;
- width: 75px;
- height: 40rpx;
- text-align: center;
- line-height: 40rpx;
- border-radius: 5rpx;
- margin-left: 20rpx;
- }
- .part2 {
- width: 90%;
- margin: 0 auto;
- }
- /* 下线 */
- .address_name {
- font-size: 28rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- /* line-height: 60rpx; */
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- overflow: hidden;
- }
- .name {
- color: #999999;
- font-size: 21rpx;
- }
- .name text {
- /* margin-left: 10rpx; */
- }
- /* 上线 */
- .box_add {
- display: flex;
- }
- .distance {
- flex: 1;
- /* text-align: center; */
- font-size: 28rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .a {
- font-size: 16rpx;
- }
- .add_name {
- /* display: flex; */
- flex: 4;
- }
- .sh_name {
- font-size: 28rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .sh_name1 {
- font-size: 28rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- color: #999999;
- }
- .xs_add {
- color: #999999;
- font-size: 21rpx;
- margin-top: 10rpx;
- }
- .jiantou {
- margin-left: 43rpx;
- display: flex;
- /* justify-content: space-between; */
- align-items: center;
- height: 40px;
- line-height: 40px;
- }
- .jiantou image {
- width: 20rpx;
- height: 40rpx;
- }
- .jiantou>view {
- margin-left: 10rpx;
- }
- .part3 {
- width: 90%;
- margin: 0 auto;
- display: flex;
- }
- .three_left {
- flex: 1;
- height: 100rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .three_left image {
- width: 20px;
- height: 20px;
- }
- .three_left text {
- color: #FF7F00;
- font-size: 25rpx;
- margin-left: 10rpx;
- }
- .three_right {
- /* flex: 1; */
- height: 100rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- color: #FF7F00;
- font-size: 32rpx;
- font-weight: bold;
- }
- .part4 {
- width: 90%;
- margin: 0 auto;
- }
- .box_btn {
- width: 100%;
- background: #CCCCCC;
- height: 70rpx;
- color: white;
- text-align: center;
- line-height: 70rpx;
- font-size: 26rpx;
- letter-spacing: 2rpx;
- border-radius: 8rpx;
- }
- .box_btn1 {
- width: 100%;
- background: #FF7F00;
- height: 80rpx;
- color: white;
- text-align: center;
- line-height: 80rpx;
- font-size: 31rpx;
- letter-spacing: 2rpx;
- border-radius: 8rpx;
- }
- .box_btn5{
- width: 16%;
- margin-left: 40rpx;
- background: #FF7F00;
- height: 60rpx;
- color: white;
- text-align: center;
- line-height: 60rpx;
- font-size: 31rpx;
- letter-spacing: 2rpx;
- border-radius: 8rpx;
- }
- .part_six {
- width: 90%;
- margin: 0 auto;
- display: flex;
- }
- .phone {
- flex: 1;
- }
- .phone image {
- width: 29rpx;
- height: 33rpx;
- margin-left: 30rpx;
- }
- .conmm {
- font-size: 19rpx;
- text-align: center;
- letter-spacing: 5rpx;
- }
- .box_btn2 {
- flex: 5;
- width: 100%;
- background: #FF7F00;
- height: 70rpx;
- color: white;
- text-align: center;
- line-height: 70rpx;
- font-size: 26rpx;
- letter-spacing: 2rpx;
- border-radius: 6rpx;
- }
- /* tabbar */
- .tabbar {
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- right: 0rpx;
- width: 100%;
- height: 100rpx;
- background: #ffffff;
- display: flex;
- }
- .tabbar_type {
- flex: 1;
- text-align: center;
- font-size: 22rpx;
- margin-top: 10rpx;
- }
- .type_image {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .type_image image {
- width: 47rpx;
- height: 47rpx;
- }
- .tabbar_btn {
- flex: 4;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .btn {
- width: 90%;
- height: 80rpx;
- background: #FF7F00;
- color: white;
- text-align: center;
- line-height: 80rpx;
- font-size: 26rpx;
- letter-spacing: 2rpx;
- border-radius: 8rpx;
- }
- .btn3 {
- width: 90%;
- height: 80rpx;
- background: #CCCCCC;
- color: white;
- text-align: center;
- line-height: 80rpx;
- font-size: 26rpx;
- letter-spacing: 2rpx;
- border-radius: 8rpx;
- }
- /* 接单设置弹框 */
- .u-drawer-bottom {
- background-color: #F5F5F5 !important;
- }
- .popup_box {
- width: 90%;
- margin: 0 auto;
- margin-top: 35rpx;
- }
- .title {
- font-size: 29rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .part_one {
- width: 100%;
- background: #ffffff;
- margin-top: 18rpx;
- border-radius: 20rpx;
- display: flex;
- height: 120rpx;
- }
- .left {
- flex: 3;
- line-height: 40rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- }
- .gotype {
- font-size: 26rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .tit {
- color: #999999;
- font-size: 22rpx;
- letter-spacing: 2rpx;
- }
- .right {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-right: 30rpx;
- }
- .part_two {
- width: 100%;
- margin: 0 auto;
- background: #ffffff;
- border-radius: 20rpx;
- margin-top: 20rpx;
- height: 130rpx;
- display: flex;
- }
- .two_left {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- margin-left: 30rpx;
- font-size: 29rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .two_right {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-right: 30rpx;
- color: #999999;
- font-size: 25rpx;
- letter-spacing: 2rpx;
- }
- .slot-content {
- padding: 30rpx;
- }
- /* */
- .tabs_box {
- display: none;
- }
- .dis {
- display: block;
- width: 100%;
- }
- .u-tab-item {
- /* font-size: 26upx !important; */
- /* color: #666666 !important; */
- }
- .success_box {
- width: 100%;
- }
- .order_box {
- width: 90%;
- margin: 0 auto;
- /* height: 420rpx; */
- background: #FFFFFF;
- margin-top: 20rpx;
- border-radius: 16px;
- }
- .order_success {
- width: 90%;
- margin: 0 auto;
- display: flex;
- height: 80rpx;
- }
- .order_name {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- font-weight: bold;
- font-size: 29rpx;
- letter-spacing: 1rpx;
- }
- .order_data {
- flex: 1;
- color: #999999;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 26rpx;
- }
- .city_type {
- width: 90%;
- margin: 0 auto;
- height: 60rpx;
- line-height: 60rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .type_name {
- font-size: 27rpx;
- }
- .city_text {
- width: 70rpx;
- line-height: 36rpx;
- color: #49A5FF;
- background: #c4e2ff;
- text-align: center;
- font-size: 19rpx;
- margin-left: 20rpx;
- }
- .city_address {
- width: 92%;
- margin: 0 auto;
- margin-top: -10rpx;
- }
- /* 发货地址 */
- .fh_box {
- display: flex;
- /* height: 80upx; */
- margin-top: 20rpx;
- }
- .fh_image {
- flex: 1;
- display: flex;
- /* justify-content: left;
- align-items: center; */
- }
- .box {
- flex: 9;
- }
- .fh_name {
- font-size: 26rpx;
- font-weight: 600;
- letter-spacing: 2rpx;
- }
- .fh_type {
- color: #999999;
- font-size: 22rpx;
- }
- .fh_type text {
- margin-left: 20rpx;
- }
- /* 送货地址 */
- .sh_box {
- display: flex;
- margin-bottom: 14rpx;
- margin-top: 14rpx;
- }
- .sh_image {
- flex: 1;
- display: flex;
- /* justify-content: left;
- align-items: center; */
- }
- .sh_name {
- font-size: 28rpx;
- font-weight: 600;
- letter-spacing: 2rpx;
- }
- .sh_type {
- color: #999999;
- font-size: 22rpx;
- }
- .sh_type text {
- margin-left: 20rpx;
- }
- .fh_image image {
- width: 40rpx;
- height: 40rpx;
- }
- .sh_image image {
- width: 40rpx;
- height: 40rpx;
- }
- .order_btn {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- height: 100rpx;
- line-height: 100rpx;
- /* margin-top: 8upx; */
- }
- .btn1 {
- width: 170rpx;
- font-size: 28rpx;
- line-height: 60rpx;
- text-align: center;
- border: 1rpx solid #9C9C9C;
- border-radius: 20rpx;
- color: #9C9C9C;
- margin-right: 30rpx;
- }
- /* 拍照 */
- .btn_pai{
- width: 150rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- background: rgba(255, 201, 189, 1);
- font-size: 28rpx;
- border: 2rpx solid rgba(255, 201, 189, 1);
- color: #333333;
- border-radius: 20rpx;
- font-weight: 700;
- margin-left: 15rpx;
- }
- .btn2 {
- width: 170rpx;
- line-height: 60rpx;
- color: white;
- background: #FF6A04;
- font-size: 28rpx;
- text-align: center;
- margin-right: 30rpx;
- border-radius: 20rpx;
- }
- /* 收货码弹框 */
- .receipt_code {
- width: 90%;
- margin: 0 auto;
- }
- .code_title {
- width: 100%;
- line-height: 100rpx;
- font-size: 31rpx;
- font-weight: bold;
- text-align: center;
- letter-spacing: 2rpx;
- margin-top: 21rpx;
- margin-bottom: 25rpx;
- }
- .u-input--border {
- border: 1px solid #F2F2F2 !important;
- background: #F2F2F2 !important;
- color: #999999 !important;
- font-weight: 500 !important;
- letter-spacing: 2rpx !important;
- }
- .u-input__input {
- font-size: 30rpx;
- font-weight: bold;
- flex: 1;
- color: #999999 !important;
- min-height: 85rpx !important;
- margin-top: 7rpx;
- }
- .sure {
- width: 100%;
- height: 80rpx;
- background: #FF7F00;
- color: white;
- border-radius: 46rpx;
- text-align: center;
- line-height: 80rpx;
- margin-top: 30rpx;
- letter-spacing: 2rpx;
- }
- /* 确认送达拍照框 */
- .phone_title{
- margin-top: 10px;
- width: 100%;
- height: 40px;
- /* background-color: #FF7F00; */
- text-align: center;
- line-height: 40px;
- /* color:#FFFFFF; */
- }
- .phone_title2{
- margin-top: 10px;
- text-align: center;
- color:#9d9d9d;
- }
- .code_title2 {
- width: 100%;
- line-height: 50rpx;
- text-align: center;
- letter-spacing: 2rpx;
- margin-top: 21rpx;
- margin-bottom: 25rpx;
- }
|