| | |
| | | @confirm="toggleSearch" |
| | | type="text" |
| | | style=" |
| | | margin-left: 0.05rem; |
| | | margin-left: 0.16rem; |
| | | color: #2c2c2c; |
| | | flex: 1; |
| | | background-color: #fff; |
| | |
| | | <view |
| | | class="search-logo" |
| | | @click="toggleSearch" |
| | | style=" |
| | | background-color: #244a7b; |
| | | border-radius: 50%; |
| | | margin-top: -4rpx; |
| | | " |
| | | style="background-color: #244a7b; border-radius: 50%" |
| | | ></view> |
| | | </view> |
| | | <el-dropdown |
| | |
| | | >{{ item.name }}</span |
| | | > |
| | | <view |
| | | class="flex flex-content" |
| | | class="detailBtn flex flex-content" |
| | | style=" |
| | | width: 0.5rem; |
| | | height: 0.5rem; |
| | |
| | | }; |
| | | }, |
| | | onLoad() { |
| | | |
| | | uni.getSystemInfo({ |
| | | success: function (info) { |
| | | // console.log('屏幕的宽度:' + info.windowWidth); |
| | |
| | | height: 80% !important; |
| | | } |
| | | |
| | | .Search ::v-deep .ffff { |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | .Search ::v-deep .ffff:focus-within { |
| | | opacity: 1; |
| | | } |
| | | |
| | | ::v-deep .searchBg { |
| | | width: 0.35rem; |
| | | height: 0.35rem; |
| | |
| | | ::v-deep .cleanupBtn{ |
| | | right: 52px !important; |
| | | } |
| | | |
| | | .secretary li .detailBtn { |
| | | transition: translate .3s; |
| | | } |
| | | .secretary li .detailBtn:hover { |
| | | translate: 0 -5px; |
| | | } |
| | | </style> |