@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { height: auto; } .logistics-container { width: 100%; height: auto; float: left; background: #F7F7F7; border-top: 1px solid #F8F8F8; } .logistics-container .logistics-batch { display: flex; flex-direction: column; margin-bottom: 24rpx; } .logistics-container .order-item { width: 702rpx; padding: 24rpx 24rpx 12rpx 24rpx; height: auto; float: left; background: #FFFFFF; margin-bottom: 20rpx; } .logistics-container .order-item .goods-title { width: 100%; height: 48rpx; float: left; margin-bottom: 12rpx; } .logistics-container .order-item .goods-title .title-logo { width: 48rpx; height: 48rpx; float: left; border-radius: 8rpx; border: 1px solid #e1e1e1; } .logistics-container .order-item .goods-title .title-logo image { border-radius: 8rpx; width: 48rpx; height: 48rpx; } .logistics-container .order-item .goods-title .title-text { float: left; margin-left: 16rpx; font-size: 28rpx; color: #333333; text-align: left; line-height: 48rpx; font-weight: bold; } .logistics-container .order-item .goods-item { width: 100%; height: auto; border-bottom: 1px solid #e1e1e1; } .logistics-container .order-item .goods-item:last-child { border-bottom: none; } .logistics-container .order-item .goods-pros-t { display: flex; align-items: center; width: 100%; height: 180rpx; padding: 20rpx 0; } .logistics-container .order-item .goods-pros-t .pros-img { width: 180rpx; height: 180rpx; border-radius: 10rpx; margin: 0 26rpx 0 0; border: 1px solid #f3f3f3; } .logistics-container .order-item .goods-pros-t .pros-img image { width: 100%; height: 100%; border-radius: 10rpx; } .logistics-container .order-item .pros-product { width: 468rpx; height: 100%; line-height: 36rpx; font-size: 26rpx; position: relative; } .logistics-container .order-item .pros-product .producttitle { width: 100%; display: inline-block; height: auto; text-overflow: ellipsis; display: -webkit-box; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 28rpx; } .logistics-container .order-item .pros-product .productspec { height: 36rpx; color: #999999; line-height: 36rpx; font-size: 26rpx; } .logistics-container .order-item .pros-product .productspec .color { color: #333333; } .logistics-template { width: 702rpx; height: 100%; background: #FFFFFF; float: left; padding: 24rpx 24rpx 12rpx 24rpx; } .logistics-template .logistics-content { width: 100%; padding: 20rpx 0; height: auto; } .logistics-template .logistics-content .arrow-showMore { position: absolute; right: 24rpx; z-index: 99; } .logistics-template .logistics-content .logistics-top { width: 100%; height: 40rpx; line-height: 40rpx; font-size: 28rpx; color: #333333; text-align: left; padding-bottom: 24rpx; border-bottom: 1px solid #F8F8F8; } .logistics-template .logistics-content .logistics-top .name { float: left; font-weight: bold; } .logistics-template .logistics-content .logistics-top .icon-web_xiangxiazhankai { -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform-origin: center center; transform-origin: center center; float: right; font-size: 32rpx; color: #000000; /* transition: transform 0.3s ease;*/ transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-duration: 0.3s; transition-timing-function: ease; } .logistics-template .logistics-content .logistics-top .icon-web_xiangxiazhankai-active { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .logistics-template .logistics-content .logistics-warp { width: 100%; overflow: hidden; } .logistics-template .logistics-content .logistics-warp .table { height: 76rpx; line-height: 76rpx; font-size: 26rpx; color: #333333; text-align: left; } .logistics-template .logistics-content .logistics-warp .expressNumber { width: 250rpx; display: inline-block; } .logistics-template .logistics-content .logistics-main-top { width: 100%; height: auto; float: left; padding-top: 24rpx; } .logistics-template .logistics-content .logistics-main-top .main-top, .logistics-template .logistics-content .logistics-main-top .main-bot { font-size: 28rpx; color: #333333; line-height: 40rpx; margin: 4rpx 0; } .logistics-template .logistics-content .logistics-main-bot { width: 100%; height: auto; font-size: 24rpx; color: #333333; line-height: 56rpx; text-align: justify; float: left; } .logistics-template .logistics-content .logistics-animation { /* transition: transform 0.3s ease;*/ transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-duration: 0.3s; transition-timing-function: ease; } .logistics-template .logistics-content .logistics-warp__wrapper { display: flex; flex-direction: column; } .logistics-template .logistics-content .logistics-warp--hide { display: none; } .logistics-template .logistics-content .clipboard { width: 80rpx; height: 40rpx; background: #fff8fd; text-align: center; font-size: 22rpx; color: #ff457b; border-radius: 7rpx; line-height: 40rpx; display: inline-block; }