|
|
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .container.data-v-6cb840e8 {
- min-height: 100vh;
- background: #f8f8f8;
- padding-bottom: 120rpx;
- }
- .banner.data-v-6cb840e8 {
- height: 400rpx;
- background: #ff6b35;
- position: relative;
- overflow: hidden;
- border-radius: 0 0 30rpx 30rpx;
- }
- .banner .banner-title.data-v-6cb840e8 {
- position: absolute;
- top: 30%;
- left: 20%;
- color: #fff;
- font-family: DingTalk JinBuTi;
- font-weight: 400;
- font-style: italic;
- font-size: 30px;
- line-height: 100%;
- letter-spacing: 0%;
- vertical-align: bottom;
- z-index: 2;
- }
- .banner .banner-bg.data-v-6cb840e8 {
- position: absolute;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .user-card.data-v-6cb840e8 {
- margin: -50rpx 30rpx 0;
- background: #fff;
- border-radius: 24rpx;
- padding: 30rpx;
- position: relative;
- z-index: 2;
- }
- .user-card .user-info.data-v-6cb840e8 {
- display: flex;
- align-items: center;
- margin-bottom: 40rpx;
- }
- .user-card .user-info .avatar.data-v-6cb840e8 {
- width: 110rpx;
- height: 110rpx;
- border-radius: 12rpx;
- margin-right: 24rpx;
- }
- .user-card .user-info .info .name.data-v-6cb840e8 {
- font-size: 34rpx;
- font-weight: 600;
- color: #222;
- margin-bottom: 12rpx;
- display: block;
- }
- .user-card .user-info .info .id.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #999;
- display: flex;
- align-items: center;
- }
- .user-card .user-info .info .id.data-v-6cb840e8::before {
- color: #999;
- margin-right: 4rpx;
- }
- .user-card .wallet-info.data-v-6cb840e8 {
- display: flex;
- padding: 30rpx;
- background: #fff8ea;
- border-radius: 16rpx;
- position: relative;
- }
- .user-card .wallet-info.data-v-6cb840e8::after {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 1rpx;
- height: 50%;
- background: #FFE4D9;
- }
- .user-card .wallet-info .balance.data-v-6cb840e8 {
- flex: 1;
- padding-right: 30rpx;
- }
- .user-card .wallet-info .balance .label.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #999;
- margin-bottom: 12rpx;
- display: block;
- }
- .user-card .wallet-info .balance .amount.data-v-6cb840e8 {
- display: flex;
- align-items: baseline;
- margin-bottom: 20rpx;
- }
- .user-card .wallet-info .balance .amount .symbol.data-v-6cb840e8 {
- font-size: 30rpx;
- color: #FF5B05;
- font-weight: normal;
- margin-right: 4rpx;
- }
- .user-card .wallet-info .balance .amount .value.data-v-6cb840e8 {
- font-size: 46rpx;
- font-weight: 600;
- color: #FF5B05;
- line-height: 1;
- }
- .user-card .wallet-info .balance .withdraw-btn.data-v-6cb840e8 {
- display: inline-flex;
- align-items: center;
- padding: 8rpx 16rpx;
- background: #fff0d2;
- border: 1rpx solid rgba(255, 91, 5, 0.2);
- border-radius: 13rpx;
- color: #FF5B05;
- font-size: 24rpx;
- }
- .user-card .wallet-info .balance .withdraw-btn .arrow.data-v-6cb840e8 {
- margin-left: 6rpx;
- font-family: "PingFang SC";
- }
- .user-card .wallet-info .recycle-count.data-v-6cb840e8 {
- flex: 1;
- padding-left: 30rpx;
- }
- .user-card .wallet-info .recycle-count .label.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #999;
- margin-bottom: 12rpx;
- display: block;
- }
- .user-card .wallet-info .recycle-count .count.data-v-6cb840e8 {
- display: flex;
- align-items: baseline;
- }
- .user-card .wallet-info .recycle-count .count .value.data-v-6cb840e8 {
- font-size: 46rpx;
- font-weight: 600;
- color: #222;
- line-height: 1;
- }
- .user-card .wallet-info .recycle-count .count .unit.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #999;
- margin-left: 8rpx;
- font-weight: normal;
- }
- .order-section.data-v-6cb840e8 {
- margin: 20rpx 30rpx;
- background: linear-gradient(to bottom, #fff4e0 0%, #fff 10%);
- border-radius: 20rpx;
- padding: 20rpx 30rpx;
- }
- .order-section .section-header.data-v-6cb840e8 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .order-section .section-header .title.data-v-6cb840e8 {
- font-size: 34rpx;
- font-weight: bold;
- color: #333;
- }
- .order-section .section-header .view-all.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #999;
- display: flex;
- align-items: center;
- }
- .order-section .section-header .view-all .arrow.data-v-6cb840e8 {
- margin-left: 4rpx;
- }
- .order-section .order-tabs.data-v-6cb840e8 {
- display: flex;
- margin-bottom: 30rpx;
- background: #f8f8f8;
- border-radius: 8rpx;
- padding: 4rpx;
- }
- .order-section .order-tabs .tab-item.data-v-6cb840e8 {
- flex: 1;
- text-align: center;
- padding: 16rpx 0;
- position: relative;
- color: #666;
- font-size: 28rpx;
- border-radius: 6rpx;
- }
- .order-section .order-tabs .tab-item.active.data-v-6cb840e8 {
- color: #333;
- font-weight: bold;
- background: #fff;
- box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.05);
- }
- .order-section .order-item.data-v-6cb840e8 {
- background: #fff;
- border-radius: 16rpx;
- padding: 24rpx;
- border: none;
- box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.02);
- }
- .order-section .order-item .order-header.data-v-6cb840e8 {
- margin-bottom: 24rpx;
- }
- .order-section .order-item .order-header .order-id.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #666;
- }
- .order-section .order-item .order-content.data-v-6cb840e8 {
- display: flex;
- margin-bottom: 24rpx;
- align-items: center;
- justify-content: space-between;
- position: relative;
- }
- .order-section .order-item .order-content.data-v-6cb840e8::after {
- content: "";
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 60rpx;
- height: 60rpx;
- background: #f8f8f8;
- border-radius: 50%;
- z-index: 1;
- }
- .order-section .order-item .order-content.data-v-6cb840e8::before {
- content: "⇌";
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- color: #999;
- font-size: 32rpx;
- z-index: 2;
- }
- .order-section .order-item .order-content .goods-image.data-v-6cb840e8 {
- width: 200rpx;
- height: 200rpx;
- border-radius: 16rpx;
- background: #fffbe6;
- padding: 20rpx;
- box-sizing: border-box;
- display: block;
- }
- .order-section .order-item .order-content .order-info-opt.data-v-6cb840e8 {
- width: 200rpx;
- min-height: 110rpx;
- background: linear-gradient(180deg, #fffbe6 0%, #fff 100%);
- border-radius: 16rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- padding: 24rpx 0 16rpx 0;
- box-sizing: border-box;
- margin-left: 16rpx;
- }
- .order-section .order-item .order-content .order-info-top.data-v-6cb840e8 {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 8rpx;
- }
- .order-section .order-item .order-content .order-info-count.data-v-6cb840e8 {
- font-size: 32rpx;
- color: #222;
- font-weight: bold;
- margin-bottom: 4rpx;
- }
- .order-section .order-item .order-content .order-info-price.data-v-6cb840e8 {
- font-size: 22rpx;
- color: #999;
- }
- .order-section .order-item .order-content .order-info-estimate.data-v-6cb840e8 {
- background: linear-gradient(90deg, #ffd01e 0%, #ff8917 100%);
- color: #fff;
- font-size: 24rpx;
- font-weight: bold;
- border-radius: 0 0 16rpx 16rpx;
- padding: 12rpx 0;
- width: 100%;
- text-align: center;
- margin-top: 8rpx;
- box-shadow: 0 2rpx 8rpx rgba(255, 156, 0, 0.08);
- }
- .order-section .order-item .order-footer.data-v-6cb840e8 {
- display: flex;
- align-items: center;
- padding: 24rpx;
- border-top: 1rpx solid #f5f5f5;
- background: #fafafa;
- border-radius: 12rpx;
- margin: 0 -24rpx -24rpx;
- }
- .order-section .order-item .order-footer .courier-avatar.data-v-6cb840e8 {
- width: 80rpx;
- height: 80rpx;
- border-radius: 12rpx;
- margin-right: 20rpx;
- background: #fff;
- }
- .order-section .order-item .order-footer .delivery-info.data-v-6cb840e8 {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .order-section .order-item .order-footer .delivery-info .status.data-v-6cb840e8 {
- font-size: 28rpx;
- color: #333;
- margin-bottom: 8rpx;
- font-weight: bold;
- }
- .order-section .order-item .order-footer .delivery-info .time.data-v-6cb840e8 {
- font-size: 26rpx;
- color: #999;
- }
- .function-list.data-v-6cb840e8 {
- margin: 20rpx 30rpx;
- background: #fff;
- border-radius: 20rpx;
- padding: 0 30rpx;
- }
- .function-list .function-item.data-v-6cb840e8 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx 0;
- border-bottom: 1rpx solid #f5f5f5;
- }
- .function-list .function-item.data-v-6cb840e8:last-child {
- border-bottom: none;
- }
- .function-list .function-item .item-left.data-v-6cb840e8 {
- display: flex;
- align-items: center;
- }
- .function-list .function-item .item-left .icon.data-v-6cb840e8 {
- width: 40rpx;
- height: 40rpx;
- margin-right: 16rpx;
- }
- .function-list .function-item .item-left text.data-v-6cb840e8 {
- font-size: 28rpx;
- color: #333;
- }
- .function-list .function-item .arrow.data-v-6cb840e8 {
- color: #999;
- font-size: 24rpx;
- }
- .tab-bar.data-v-6cb840e8 {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 100rpx;
- background: #fff;
- display: flex;
- padding-bottom: env(safe-area-inset-bottom);
- border-top: 1rpx solid #f5f5f5;
- }
- .tab-bar .tab-item.data-v-6cb840e8 {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 10rpx 0;
- }
- .tab-bar .tab-item image.data-v-6cb840e8 {
- width: 48rpx;
- height: 48rpx;
- margin-bottom: 6rpx;
- }
- .tab-bar .tab-item text.data-v-6cb840e8 {
- font-size: 20rpx;
- color: #999;
- }
- .tab-bar .tab-item.active text.data-v-6cb840e8 {
- color: #ff6b35;
- }
- .user-cards.data-v-6cb840e8 {
- margin: -50rpx 30rpx 0;
- background: #fff;
- border-radius: 24rpx;
- padding: 30rpx;
- position: relative;
- z-index: 2;
- box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05);
- }
- .user-cards .user-info.data-v-6cb840e8 {
- display: flex;
- align-items: center;
- margin-bottom: 40rpx;
- }
- .user-cards .user-info .avatars.data-v-6cb840e8 {
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- margin-right: 24rpx;
- }
- .user-cards .info .name.data-v-6cb840e8 {
- font-size: 34rpx;
- font-weight: 600;
- color: #222;
- margin-bottom: 12rpx;
- display: block;
- }
- .btns.data-v-6cb840e8 {
- width: 100%;
- margin: 0 auto;
- margin-top: 30%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .btns .uv-button.data-v-6cb840e8, .btns .btn.data-v-6cb840e8 {
- width: 100%;
- height: 100rpx;
- background: linear-gradient(90deg, #FFD36D 0%, #FFA800 100%);
- color: #fff;
- font-size: 36rpx;
- border-radius: 50rpx;
- font-weight: bold;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 4rpx 16rpx rgba(255, 168, 0, 0.08);
- border: none;
- margin: 0 auto;
- }
- .btns text.data-v-6cb840e8 {
- margin-top: 20rpx;
- font-family: PingFang SC;
- font-weight: 400;
- font-size: 13px;
- line-height: 100%;
- letter-spacing: 0%;
- text-align: center;
- color: #a3a3a3;
- }
- .share-commission-card.data-v-6cb840e8 {
- width: 90%;
- margin: 32rpx auto 24rpx auto;
- height: 90rpx;
- background: linear-gradient(90deg, #ffd01e 0%, #ff8917 100%);
- border-radius: 24rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 4rpx 16rpx rgba(255, 156, 0, 0.08);
- cursor: pointer;
- }
- .share-commission-text.data-v-6cb840e8 {
- color: #fff;
- font-size: 32rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .manage-list.data-v-6cb840e8 {
- margin-bottom: 20rpx;
- }
|