| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- page {
- background: #F2EDED;
- }
- /* 取件时间弹框 */
- .popup_data {
- height: 600rpx;
- width: 100%;
- position: relative;
- }
- .data_title {
- width: 92%;
- margin: 0 auto;
- font-size: 32rpx;
- line-height: 100rpx;
- font-weight: bold;
- letter-spacing: 3rpx;
- position: relative;
- top: 0rpx;
- z-index: 99991;
- }
- .data_btn {
- position: absolute;
- bottom: 28rpx;
- width: 100%;
- z-index: 99992;
- }
- .btn {
- width: 90%;
- margin: 0 auto;
- height: 80rpx;
- color: white;
- background: #FF7F00;
- border-radius: 20rpx;
- text-align: center;
- line-height: 80rpx;
- letter-spacing: 2rpx;
- }
- .u-close {
- position: absolute;
- z-index: 999999 !important;
- }
- .u-picker-body {
- height: 700rpx !important;
- }
- /* .u-picker-header {
- position: relative !important;
- top: 138upx;
- z-index: 99992;
- } */
- /* 物品信息弹框 */
- .popup_info {
- height: 950rpx;
- width: 100%;
- position: relative;
- }
- .data_items {
- width: 100%;
- }
- .item_box {
- width: 90%;
- margin: 0 auto;
- }
- .item_btn {
- border: 1rpx solid #cccccc;
- border-radius: 70rpx;
- width: 200rpx;
- height: 70rpx;
- text-align: center;
- line-height: 70rpx;
- font-size: 27rpx;
- margin-right: 10rpx;
- margin-left: 10rpx;
- margin-bottom: 20rpx;
- }
- .item_btn:active {
- background: #ffd9b3;
- border: 2rpx solid #ff7f00;
- }
- .item_type {
- display: flex;
- flex-wrap: wrap;
- margin-top: 20rpx;
- }
- /* 物品保价弹框 */
- .valua_icon {
- width: 90%;
- position: absolute;
- bottom: 120rpx;
- left: 40rpx;
- }
- .input {
- width: 90%;
- margin: 0 auto;
- }
- .u-input--border {
- border-radius: 12rupx;
- /* border-radius:12rupx; */
- border: 2rpx solid #F2F2F2 !important;
- background: #F2F2F2 !important;
- }
- .input_bg {
- width: 90%;
- margin: 0 auto;
- position: relative;
- }
- .input_bg image {
- width: 100%;
- height: 80rpx;
- }
- .input_bg text {
- position: absolute;
- top: 30rpx;
- left: 24rpx;
- color: #FF7F00;
- font-size: 26rpx;
- }
- /* 红包弹框 */
- .popup_money {
- /* height: 400upx; */
- width: 100%;
- height: 630rpx;
- position: relative;
- background: #F2EDED;
- padding-bottom: 45rpx;
- }
- .uni-scroll-view,
- .uni-scroll-view-content {
- position: relative;
- width: 100%;
- height: 100%;
- background: #F2EDED;
- }
- .image_box {
- width: 40%;
- margin: 0 auto;
- margin-bottom: 110rpx;
- }
- .u-drawer-bottom {
- background-color: #FAF7F5 !important;
- }
- .money_box {
- width: 93%;
- margin: 0 auto;
- background: #ffffff;
- border-radius: 14rpx;
- height: 220rpx;
- margin-bottom: 50rpx;
- }
- .box_tit {
- width: 90%;
- margin: 0 auto;
- height: 80rpx;
- display: flex;
- }
- .money_name {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- font-size: 27rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .money_price {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 34rpx;
- font-weight: bold;
- color: red;
- }
- .money_data {
- color: #999999;
- font-size: 24rpx;
- width: 90%;
- margin: 0 auto;
- margin-top: -8rpx;
- }
- .u-line {
- width: 90% !important;
- border-bottom-width: 6rpx !important;
- margin: 0 auto !important;
- margin-top: 22rpx !important;
- margin-bottom: 22rpx !important;
- }
- .box_bottom {
- width: 90%;
- margin: 0 auto;
- display: flex;
- height: 40rpx;
- }
- .money_use {
- flex: 1;
- color: #999999;
- font-size: 24rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .lj_use {
- width: 150rpx;
- border: 2rpx solid #FF7F00;
- color: #FF7F00;
- text-align: center;
- line-height: 48rpx;
- border-radius: 40rpx;
- font-size: 23rpx;
- }
- .slot-wrap {
- /* display: flex; */
- /* align-items: center; */
- /* 如果您想让slot内容占满整个导航栏的宽度 */
- /* flex: 1; */
- /* 如果您想让slot内容与导航栏左右有空隙 */
- /* padding: 0 30rpx; */
- width: 100%;
- text-align: center;
- margin-left: 100rpx;
- letter-spacing: 2rpx;
- font-weight: bold;
- font-size: 30rpx;
- }
- .contents {
- width: 100%;
- margin-top: 25rpx;
- }
- .part_one {
- width: 95%;
- margin: 0 auto;
- /* height: 240upx; */
- background: #ffffff;
- border-radius: 20rpx;
- margin-top: 20rpx;
- padding: 25rpx 10rpx;
- }
- .one_box {
- width: 100%;
- /* height: 80upx; */
- /* background: #F5F5F5; */
- margin: 0 auto;
- border-radius: 12rpx;
- display: flex;
- /* height: 100rpx; */
- align-items: center;
- }
- .box_dian {
- /* flex: 1; */
- width:10%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .box_dian image {
- width: 45rpx;
- height: 45rpx;
- }
- .box_name {
- flex: 5;
- display: flex;
- justify-content: left;
- align-items: center;
- color: #333333;
- font-weight: 700;
- }
- .box_addres {
- /* flex: 5; */
- width: 80%;
- font-size: 32rpx;
- overflow: hidden;
- }
- .box_addres1 {
- /* flex: 5; */
- width: 80%;
- font-size: 28rpx;
- overflow: hidden;
- }
- .name {
- display: inline;
- font-size: 31rpx;
- color: #999999;
- }
- .number {
- display: initial;
- color: #999999;
- font-size: 31rpx;
- margin-left: 30rpx;
- }
- .box_image {
- width: 15%;
- /* margin-right: 22rpx; */
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .u-icon__icon {
- color: #CCCCCC !important;
- }
- .icon_you {
- /* position: relative;
- top: 10upx !important; */
- }
- .box_jh {
- margin-left: 19rpx;
- height: 30rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .box_jh image {
- width: 30rpx;
- height: 30rpx;
- }
- .part_two {
- width: 95%;
- margin: 0 auto;
- /* height: 260rpx; */
- background: #ffffff;
- border-radius: 20rpx;
- margin-top: 20rpx;
- }
- .u-input {
- width: 80% !important;
- margin-left: 130rpx !important;
- }
- .part_three {
- width: 95%;
- margin: 0 auto;
- /* height: 260rpx; */
- background: #ffffff;
- border-radius: 20rpx;
- margin-top: 20rpx;
- }
- .u-form-item__body {
- position: relative !important;
- }
- .u-form-item--left {
- position: absolute !important;
- top: 30rpx;
- left: 10rpx;
- font-size: 31rpx;
- /* font-weight: bold; */
- letter-spacing: 2rpx;
- }
- .u-form-item--right__content {
- margin-right: 20rpx !important;
- }
- .u-form-item {
- line-height: 20rpx !important;
- padding: 25rpx 0 !important;
- }
- .u-input__input {
- font-size: 28rpx !important;
- }
- .u-input {
- position: relative;
- display: flex;
- flex-direction: row;
- justify-content: flex-end !important;
- }
- .part_four {
- width: 95%;
- background: #ffffff;
- margin: 0 auto;
- border-radius: 20rpx;
- display: flex;
- margin-top: 20rpx;
- }
- .take_number {
- flex: 4;
- }
- .number_name {
- width: 90%;
- margin: 0 auto;
- font-size: 31rpx;
- font-weight: bold;
- line-height: 70rpx;
- }
- .number_text {
- width: 90%;
- margin: 0 auto;
- color: #999999;
- font-size: 25rpx;
- line-height: 20rpx;
- }
- .take_number_kg {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content_sure {
- display: flex;
- align-items: center;
- margin-bottom: 160rpx;
- margin-left: 15px;
- margin-top: 10px;
- }
- .u-checkbox__label {
- font-size: 26rpx !important;
- letter-spacing: 2rpx;
- color: #888888 !important;
- }
- .tabbar {
- width: 100%;
- height: 130rpx;
- background: #ffffff;
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- right: 0rpx;
- display: flex;
- z-index: 99;
- }
- .tabbar_price {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- font-size: 30rpx;
- font-weight: bold;
- margin-left: 40rpx;
- }
- .tabbar_price text {
- color: #FF3333;
- font-size: 38rpx;
- font-weight: 500;
- }
- .tabbar_btn {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-right: 25rpx;
- }
- .but {
- background: #FF7F00;
- width: 230rpx;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 60rpx;
- color: white;
- font-size: 27rpx;
- }
- .actclass {
- background-color: #FFD9B3;
- border:none
- }
- /* 支付弹框 */
- .popup_pay {
- width: 100%;
- }
- .pay_btns {
- width: 90%;
- margin: 0 auto 40rpx;
- text-align: center;
- background: #FF7F00;
- height: 80rpx;
- border-radius: 16rpx;
- color: #ffffff;
- line-height: 80rpx;
- margin-top: 20rpx;
- }
|