couponSearch.wxss 1.11 KB
/* page/subPackage/pages/couponList/couponSearch.wxss */

 .header {
  width: 100%;
  height: 90rpx;
  position: fixed;
  top: 88rpx;
  z-index: 998;
  display: flex;
  align-items: center;
  background: white;
  border-bottom: 1rpx solid #F0F0F0;
}

 .header .headerTopView{
  width: 100%;
  height: 60rpx;
  display: flex;
  flex-direction:row;
  background: white;
}

 .header .headerTopView .button {
  width: 110rpx;
  height: 60rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20rpx;
  border-radius: 2px;
}

 .header .headerTopView .button .buttonText{
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #FFFFFF;
  letter-spacing: -0.39px;
}

 .header .headerTopView .inputView {
    border-radius: 2px;
    margin-left: 20rpx;
    width: 580rpx;
    height: 60rpx;
}

 .header .headerTopView .inputView .input {
    padding-left: 10px;
    height: 60rpx;
    background: #F0F0F0;
    border-radius: 4rpx;
}

 .header .headerTopView .inputView .input .input-placeholder {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: -0.39px;
}