| | |
| | | <u-popup :show="showLocation" :round="10" mode="bottom" @close="closeLocation" :closeable="true"> |
| | | <view style="padding: 40upx;display: flex;flex-wrap: wrap;"> |
| | | <view class="u-page__tag-item" v-for="(item, index) in locationList" :key="index"> |
| | | <u-tag :text="item" :plain="item != address" type="warning" :name="index" |
| | | <u-tag :text="item" :plain="item != address" type="primary" :name="index" |
| | | @click="locationClick(item)"> |
| | | </u-tag> |
| | | </view> |
| | |
| | | font-size: 14px; |
| | | // height: 391upx; |
| | | // background: linear-gradient( 180deg, #314ABB 0%, #5277E0 100%); |
| | | background: url('/static/index/beijing.png') center no-repeat; |
| | | background: url('../../static/index/beijing.png') center no-repeat !important; |
| | | background-size: cover; |
| | | /* 背景图片覆盖整个区域 */ |
| | | |