¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <view class="box"> |
| | | <view class="tips"> |
| | | <image src="/static/ic_tips@2x.png" ></image> |
| | | <text>该åè½éè¦å¨ä¼ä¸å¾®ä¿¡æ«ç 使ç¨</text> |
| | | </view> |
| | | <view class="qiwei"> |
| | | <image src="/static/ic_qiyeweixin@2x.png"></image> |
| | | <text>ä¼ä¸å¾®ä¿¡</text> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | <style> |
| | | .box { |
| | | width: 100%; |
| | | } |
| | | .qiwei{ |
| | | width: 100%; |
| | | text-align: center; |
| | | margin-top: 80rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; /* åç´å±
ä¸ */ |
| | | justify-content: center; /* æ°´å¹³å±
ä¸ï¼å¦æéè¦çè¯ */ |
| | | } |
| | | .qiwei image{ |
| | | width: 120rpx; |
| | | height: 120rpx; |
| | | align-items: center; |
| | | } |
| | | .qiwei text{ |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #111111; |
| | | line-height: 36rpx; |
| | | text-align: center; |
| | | font-style: normal; |
| | | } |
| | | .tips{ |
| | | width: 100%; |
| | | text-align: center; |
| | | margin-top: 300rpx; |
| | | display: flex; |
| | | align-items: center; /* åç´å±
ä¸ */ |
| | | justify-content: center; /* æ°´å¹³å±
ä¸ï¼å¦æéè¦çè¯ */ |
| | | } |
| | | |
| | | .tips image{ |
| | | width: 32rpx; |
| | | height: 32rpx; |
| | | margin-right: 10rpx; |
| | | align-items: center; |
| | | } |
| | | .tips text{ |
| | | font-weight: 400; |
| | | font-size: 30rpx; |
| | | line-height: 40rpx; |
| | | color: #111111; |
| | | line-height: 42rpx; |
| | | text-align: center; |
| | | font-style: normal; |
| | | } |
| | | </style> |