/* components/voyages/Voyages.wxss */ page { background: #fff; } .df { display: flex; } .jcsb { justify-content: space-between; } .jcc { justify-content: center; } .jcfe { justify-content: flex-end; } .jcsa { justify-content: space-around; } .aic { align-items: center; } .search { border: 1rpx solid grey; width: 80%; background: #fff; } .tabs { width: 100%; height: 100rpx; background: #fff; box-shadow: rgb(209, 206, 206) 5rpx 5rpx 10rpx; border-bottom: 2rpx solid grey; } .tabsview { width: 130rpx; height: 50rpx; font-size: 28rpx; text-align: center; color: #333; } .line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30rpx; color: #333; } .line-item { display: flex; align-items: center; justify-content: space-between; width: 45%; } .line-full-item { width: 100%; display: flex; align-items: center; } .line-full-title { width: 25%; } .line-title, .line-text { width: 50%; } .line-title, .line-full-title { color: #444; } .type2 .line-full-title { width: 50%; } .ship-discharge-list>view:first-child { font-size: 26rpx; } .ship-discharge-list>view>view { width: 160rpx; text-align: center; color: #444; } .truck-load-list>view:first-child { font-size: 26rpx; } .truck-load-list>view>view { width: 160rpx; text-align: center; color: #444; } .bottom-text { text-align: center; padding-top: 30rpx; padding-bottom: 50rpx; font-size: 22rpx; color: #777; } page { box-sizing: border-box; } .item { padding: 0 20rpx; width: 50%; } .item>view { width: 90rpx; text-align: justify; text-align-last: justify; margin-right: 16rpx; } .card { padding: 20rpx 30rpx; border: 2rpx solid #ddd; width: 95%; margin: 20rpx auto; border-radius: 20rpx; box-shadow: 3rpx 1rpx 5px #ddd; } .circle { width: 20rpx; height: 20rpx; border-radius: 50%; background: #999; position: relative; left: 4rpx; margin-right: 38rpx; z-index: 20; } .title-circle { width: 28rpx; height: 28rpx; border-radius: 50%; background: #999; position: relative; z-index: 20; } .in-text { font-size: 22rpx; color: #666; } .long-line { border: 2rpx solid #ddd; height: calc(100vh - 800rpx); position: absolute; left: 62rpx; top: 24rpx; z-index: 0; } .card-title { font-size: 26rpx; margin-bottom: 8rpx; line-height: 30rpx; } .transInfos { background: rgb(197, 56, 56); }