123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- page {
- min-height: 100%;
- width: 100%;
- background-color: #f9f9fb;
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .no_scroll.data-v-bda952f4 {
- postion: relative;
- height: 100vh;
- overflow-y: hidden;
- }
- .order_manage.data-v-bda952f4 {
- postion: relative;
- padding-bottom: 180rpx;
- }
- .order_manage .order_top.data-v-bda952f4 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: #fff;
- z-index: 99;
- }
- .order_manage .order_top .inp.data-v-bda952f4 {
- width: 100%;
- height: 140rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- background-color: #fff;
- }
- .order_manage .order_top .inp .search_inp.data-v-bda952f4 {
- width: 540rpx;
- height: 80rpx;
- border: 2rpx solid #cccccc;
- border-radius: 44rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .order_manage .order_top .inp .search_inp input.data-v-bda952f4 {
- width: 80%;
- height: 80rpx;
- line-height: 80rpx;
- color: #333;
- }
- .order_manage .order_top .inp .search_inp .iconfont.data-v-bda952f4 {
- color: #cccccc;
- font-size: 40rpx;
- }
- .order_manage .order_top .inp .search_btn.data-v-bda952f4 {
- width: 124rpx;
- height: 64rpx;
- text-align: center;
- line-height: 64rpx;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- font-size: 28rpx;
- color: #fff;
- border-radius: 44rpx;
- }
- .order_manage .order_top .tabs.data-v-bda952f4 {
- width: 100%;
- height: 112rpx;
- }
- .order_manage .order_top .tabs .tab_active .tab_status.data-v-bda952f4 {
- color: #fb231f;
- font-weight: bold;
- }
- .order_manage .order_top .tabs .tab_active .tab_status.data-v-bda952f4::after {
- content: '';
- display: block;
- position: absolute;
- bottom: -8rpx;
- left: 52rpx;
- width: 44rpx;
- height: 6rpx;
- border-radius: 48rpx;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- text-align: center;
- }
- .order_manage .order_top .tabs .tab_item.data-v-bda952f4 {
- width: 20%;
- text-align: center;
- position: relative;
- }
- .order_manage .order_top .tabs .tab_item .tab_status.data-v-bda952f4 {
- font-size: 26rpx;
- }
- .order_manage .order_top .tabs .tab_item .tab_num.data-v-bda952f4 {
- min-width: 36rpx;
- min-height: 36rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 24rpx;
- border-radius: 44rpx;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- position: absolute;
- top: -24rpx;
- right: 0rpx;
- }
- .order_manage .order_top .tabs .tab_item .more_num.data-v-bda952f4 {
- width: 60rpx;
- height: 32rpx;
- position: absolute;
- right: -18rpx;
- }
- .order_manage .order_list.data-v-bda952f4 {
- margin: 272rpx 0 120rpx;
- }
- .order_manage .order_list .list_con.data-v-bda952f4 {
- width: 690rpx;
- margin: 30rpx auto 0;
- background-color: #fff;
- font-size: 28rpx;
- border-radius: 24rpx;
- position: relative;
- }
- .order_manage .order_list .list_con .goods_con.data-v-bda952f4 {
- border-top: 1rpx solid #e9e9e9;
- border-bottom: 1rpx solid #e9e9e9;
- }
- .order_manage .order_list .list_con .goods_con .goods_img.data-v-bda952f4 {
- width: 188rpx;
- height: 144rpx;
- margin-right: 20rpx;
- border-radius: 8rpx;
- flex-shrink: 0;
- }
- .order_manage .order_list .list_con .goods_con > view.data-v-bda952f4 {
- margin-top: 15rpx;
- }
- .order_manage .order_list .list_con .goods_opera .more_opera.data-v-bda952f4 {
- font-size: 36rpx;
- color: #999;
- font-weight: bold;
- margin-left: 15rpx;
- }
- .order_manage .order_list .list_con .goods_opera .dialog.data-v-bda952f4 {
- position: absolute;
- background-color: #fff;
- margin: 20rpx auto;
- bottom: 82rpx;
- right: 20rpx;
- width: 220rpx;
- text-align: center;
- border-radius: 8rpx;
- box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16);
- }
- .order_manage .order_list .list_con .goods_opera .dialog.data-v-bda952f4:after {
- content: '';
- position: absolute;
- width: 0;
- height: 0;
- border: 10rpx solid transparent;
- border-top-color: #fff;
- top: 100%;
- left: 50%;
- margin-left: 72rpx;
- }
- .order_manage .order_list .list_con .goods_opera .dialog > view.data-v-bda952f4 {
- height: 88rpx;
- line-height: 88rpx;
- font-size: 32rpx;
- }
- .order_manage .order_list .list_con .goods_opera .dialog > view.data-v-bda952f4:not(:last-child) {
- border-bottom: 2rpx solid #eeeeee;
- }
- .order_manage .order_list .list_con > view.data-v-bda952f4 {
- padding: 20rpx 20rpx;
- box-sizing: border-box;
- }
- .order_manage .order_list .list_con > view.data-v-bda952f4:first-child {
- padding: 25rpx 10rpx;
- }
- .order_manage .order_list .list_con .refund_img.data-v-bda952f4 {
- width: 202rpx;
- height: 170rpx;
- position: absolute;
- top: 15rpx;
- right: 25rpx;
- }
- .order_manage .order_list .list_con .close_order.data-v-bda952f4 {
- width: 630rpx;
- background: #ffeac7;
- color: #fb231f;
- font-size: 28rpx;
- font-weight: bold;
- margin: 15rpx auto 0;
- border-radius: 8rpx;
- padding: 8rpx 0 8rpx 30rpx;
- }
- .order_manage .order_list .list_con .cancel_img.data-v-bda952f4 {
- width: 195rpx;
- height: 125rpx;
- position: absolute;
- top: 0;
- right: 30rpx;
- }
- .order_manage .order_list .list_con .opear_btn.data-v-bda952f4 {
- width: 192rpx;
- height: 68rpx;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- opacity: 1;
- border-radius: 34rpx;
- color: #fff;
- font-size: 28rpx;
- margin-left: 20rpx;
- }
- .order_manage .order_list .list_con .price.data-v-bda952f4 {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- }
- .order_manage .order_list .list_con .ident.data-v-bda952f4 {
- background: rgba(65, 133, 245, 0.1);
- color: #4185f5;
- padding: 5rpx 15rpx;
- border-radius: 28rpx 8rpx 28rpx 8rpx;
- flex-shrink: 0;
- }
- .share_show.data-v-bda952f4 {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 999;
- }
- .share_show .share_con.data-v-bda952f4 {
- width: 80%;
- margin: 0 auto;
- height: 100%;
- z-index: 999999;
- }
- .share_show .share_con .canvas.data-v-bda952f4 {
- width: 540rpx;
- height: 960rpx;
- position: relative;
- }
- .share_show .share_con .canvas #canvas.data-v-bda952f4 {
- width: 540rpx;
- height: 960rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- .share_show .share_con .canvas .poster_img.data-v-bda952f4 {
- -webkit-touch-callout: default;
- width: 100%;
- height: 100%;
- display: block;
- }
- .share_show .share_con .canvas ._img[src].data-v-bda952f4,
- .share_show .share_con .canvas ._img.data-v-bda952f4:not([src]) {
- opacity: 0;
- }
- .share_show .share_con .save_img.data-v-bda952f4 {
- color: #fff;
- width: 100%;
- text-align: center;
- font-size: 40rpx;
- margin-top: 20rpx;
- }
- .share_show .share_con .iconfont.data-v-bda952f4 {
- position: absolute;
- top: 4vh;
- right: 25rpx;
- color: #dedede;
- font-size: 60rpx;
- z-index: 999;
- }
- .share_show .sub_btn.data-v-bda952f4 {
- margin-top: 76rpx;
- }
- .qrimg.data-v-bda952f4 {
- opacity: 0;
- }
- .pay_pop.data-v-bda952f4 {
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.8);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 99999;
- }
- .pay_pop .pay_con.data-v-bda952f4 {
- position: relative;
- width: 620rpx;
- text-align: center;
- margin: 0 auto;
- min-height: 384rpx;
- background: #fff;
- border-radius: 8rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .pay_pop .pay_con .pay_title.data-v-bda952f4 {
- font-size: 32rpx;
- font-weight: bold;
- margin-top: 85rpx;
- }
- .pay_pop .pay_con .pay_intr.data-v-bda952f4 {
- font-size: 30rpx;
- font-weight: bold;
- margin: 100rpx 0 50rpx;
- min-height: 100rpx;
- }
- .pay_pop .pay_con .pay_intr view.data-v-bda952f4 {
- color: #999;
- margin-top: 15rpx;
- }
- .pay_pop .pay_con .hint_icon.data-v-bda952f4 {
- width: 183rpx;
- height: 135rpx;
- position: absolute;
- top: -67rpx;
- margin-left: 18rpx;
- }
- .pay_pop .pay_con .pay_btn.data-v-bda952f4 {
- position: relative;
- width: 560rpx;
- height: 88rpx;
- }
- .pay_pop .pay_con .pay_btn view.data-v-bda952f4 {
- width: 360rpx;
- height: 88rpx;
- line-height: 88rpx;
- color: #fff;
- text-align: center;
- font-size: 32rpx;
- }
- .pay_pop .pay_con .pay_btn view.data-v-bda952f4:first-child {
- width: 200rpx;
- height: 84rpx;
- background: #FFF4F3;
- border: 2rpx solid #fb231f;
- border-radius: 44rpx 0 0 44rpx;
- color: #fb231f;
- }
- .pay_pop .pay_con .pay_btn view.data-v-bda952f4:last-child {
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- border-radius: 0 44rpx 44rpx 0;
- text-align: left;
- padding-left: 24rpx;
- box-sizing: border-box;
- }
- .pay_pop .pay_con .pay_btn .recommend.data-v-bda952f4 {
- width: 76rpx;
- height: 48rpx;
- position: absolute;
- top: 0rpx;
- right: 29rpx;
- }
- .pay_pop .iconfont.data-v-bda952f4 {
- margin-top: 30rpx;
- color: #fff;
- font-size: 60rpx;
- }
|