@ -23,9 +23,4 @@
display: flex;
align-items: center;
justify-content: center;
}
.transform {
transform-origin: 50% 50%;
transform: rotate(180deg);
@ -1 +0,0 @@
/* pages/agent/index/index.wxss */
@ -1,11 +0,0 @@
.margin-top{
margin-top: 16rpx;
.page-btn {
height: 27px;
background: rgba(255, 66, 43, 1);
box-shadow: 0px 4px 14px -6px rgba(255, 43, 45, 0.8);
color: white;
font-size: 32rpx;
@ -62,6 +62,7 @@ Page({
wx.removeStorage({
key: 'mall-search',
success (res) {
rearchStringList = []
that.setData({ searchList: [], keyIndex: 0 })
})