From de1ef43c565e1666484d7d71203afd7526f4e3de Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 18 七月 2025 08:53:43 +0800 Subject: [PATCH] 用工运货接口对接 --- small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.wxss | 85 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 85 insertions(+), 0 deletions(-) diff --git a/small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.wxss b/small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.wxss new file mode 100644 index 0000000..5444034 --- /dev/null +++ b/small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.wxss @@ -0,0 +1,85 @@ +@charset "UTF-8"; +/** + * 杩欓噷鏄痷ni-app鍐呯疆鐨勫父鐢ㄦ牱寮忓彉閲� + * + * uni-app 瀹樻柟鎵╁睍鎻掍欢鍙婃彃浠跺競鍦猴紙https://ext.dcloud.net.cn锛変笂寰堝涓夋柟鎻掍欢鍧囦娇鐢ㄤ簡杩欎簺鏍峰紡鍙橀噺 + * 濡傛灉浣犳槸鎻掍欢寮�鍙戣�咃紝寤鸿浣犱娇鐢╯css棰勫鐞嗭紝骞跺湪鎻掍欢浠g爜涓洿鎺ヤ娇鐢ㄨ繖浜涘彉閲忥紙鏃犻渶 import 杩欎釜鏂囦欢锛夛紝鏂逛究鐢ㄦ埛閫氳繃鎼Н鏈ㄧ殑鏂瑰紡寮�鍙戞暣浣撻鏍间竴鑷寸殑App + * + */ +/** + * 濡傛灉浣犳槸App寮�鍙戣�咃紙鎻掍欢浣跨敤鑰咃級锛屼綘鍙互閫氳繃淇敼杩欎簺鍙橀噺鏉ュ畾鍒惰嚜宸辩殑鎻掍欢涓婚锛屽疄鐜拌嚜瀹氫箟涓婚鍔熻兘 + * + * 濡傛灉浣犵殑椤圭洰鍚屾牱浣跨敤浜唖css棰勫鐞嗭紝浣犱篃鍙互鐩存帴鍦ㄤ綘鐨� scss 浠g爜涓娇鐢ㄥ涓嬪彉閲忥紝鍚屾椂鏃犻渶 import 杩欎釜鏂囦欢 + */ +/* uni.scss */ +/* 棰滆壊鍙橀噺 */ +/* 琛屼负鐩稿叧棰滆壊 */ +/* 鏂囧瓧鍩烘湰棰滆壊 */ +/* 鑳屾櫙棰滆壊 */ +/* 杈规棰滆壊 */ +/* 灏哄鍙橀噺 */ +/* 鏂囧瓧灏哄 */ +/* 鍥剧墖灏哄 */ +/* Border Radius */ +/* 姘村钩闂磋窛 */ +/* 鍨傜洿闂磋窛 */ +/* 閫忔槑搴� */ +/* 鏂囩珷鍦烘櫙鐩稿叧 */ +.t-index-address.data-v-38cbf0c2 { + height: 100%; +} +.t-index-address__scroll-view.data-v-38cbf0c2 { + width: 100%; + height: 100%; + max-height: 100vh; +} +.t-index-address__anchor.data-v-38cbf0c2 { + padding: 15rpx 30rpx; + width: 100%; + font-size: 28rpx; + font-weight: 500; + color: #606266; + background-color: whitesmoke; +} +.t-index-address__list.data-v-38cbf0c2 { + padding: 0 70rpx 0 30rpx; +} +.t-index-address__cell.data-v-38cbf0c2 { + height: 100rpx; + line-height: 100rpx; + border-bottom: 1rpx solid #f2f2f2; +} +.t-index-address__cell.data-v-38cbf0c2:last-child { + border: none; +} +.t-index-address__sidebar.data-v-38cbf0c2 { + position: fixed; + top: 50%; + right: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + z-index: 99; +} +.t-index-address__index.data-v-38cbf0c2 { + padding: 10rpx 20rpx; + font-size: 22rpx; + font-weight: 500; + line-height: 1; +} +.t-index-address__alert.data-v-38cbf0c2 { + position: fixed; + top: 50%; + right: 90rpx; + z-index: 99; + margin-top: -60rpx; + width: 120rpx; + height: 120rpx; + font-size: 50rpx; + color: #fff; + border-radius: 24rpx; + background-color: rgba(0, 0, 0, 0.5); + display: flex; + justify-content: center; + align-items: center; +} + -- Gitblit v1.9.3