¶Ô±ÈÐÂÎļþ |
| | |
| | | @charset "UTF-8"; |
| | | /** |
| | | * è¿éæ¯uni-appå
ç½®çå¸¸ç¨æ ·å¼åé |
| | | * |
| | | * uni-app 宿¹æ©å±æä»¶åæä»¶å¸åºï¼https://ext.dcloud.net.cnï¼ä¸å¾å¤ä¸æ¹æä»¶å使ç¨äºè¿äºæ ·å¼åé |
| | | * å¦æä½ æ¯æä»¶å¼åè
ï¼å»ºè®®ä½ 使ç¨scssé¢å¤çï¼å¹¶å¨æä»¶ä»£ç ä¸ç´æ¥ä½¿ç¨è¿äºåéï¼æ é import è¿ä¸ªæä»¶ï¼ï¼æ¹ä¾¿ç¨æ·éè¿æç§¯æ¨çæ¹å¼å¼åæ´ä½é£æ ¼ä¸è´çApp |
| | | * |
| | | */ |
| | | /** |
| | | * å¦æä½ æ¯Appå¼åè
ï¼æä»¶ä½¿ç¨è
ï¼ï¼ä½ å¯ä»¥éè¿ä¿®æ¹è¿äºå鿥å®å¶èªå·±çæä»¶ä¸»é¢ï¼å®ç°èªå®ä¹ä¸»é¢åè½ |
| | | * |
| | | * å¦æä½ ç项ç®åæ ·ä½¿ç¨äºscssé¢å¤çï¼ä½ ä¹å¯ä»¥ç´æ¥å¨ä½ ç scss 代ç ä¸ä½¿ç¨å¦ä¸åéï¼åæ¶æ é 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; |
| | | } |
| | | |