diff --git a/pages/activity/presell/index.vue b/pages/activity/presell/index.vue index bc71290..663ba5c 100644 --- a/pages/activity/presell/index.vue +++ b/pages/activity/presell/index.vue @@ -6,15 +6,9 @@ - - + :custom-style="{'background-color':'#fff',width:'100%',height:'66rpx'}" + prefixIconStyle="font-size: 22px;color: #909399"> + 搜索 @@ -469,8 +463,27 @@ align-items: center; height: 40px; - .v-input /deep/.u-button__text { - font-size: 28rpx !important; + .v-input { + position: relative; + + .v-search-btn { + position: absolute; + right: 10rpx; + top: 50%; + transform: translateY(-50%); + width: 90rpx; + line-height: 50rpx; + height: 50rpx; + background: linear-gradient(to right, #F84221, #FF6C20); + font-size: 26rpx; + border-radius: 50rpx; + color: #fff; + text-align: center; + } + + .hoverClass { + opacity: .8; + } } }