selectPostCompany.wxss 1.16 KB
/* page/subPackage/pages/selectPostCompany/selectPostCompany.wxss */


page {
  background-color: #F0F0F0;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.table-cell {
  background-color: white;
}

.margin-bottom {
  margin-bottom: 20rpx;
}

.margin-right {
  margin-right: 20rpx;
}

.margin-top {
  margin-top: 20rpx;
}

.margin-left {
  margin-left: 20rpx;
}

.padding-left {
  padding-left: 20rpx;
}

.large-text-size {
  font-size: 32rpx;
}

.small-text-size {
  font-size: 24rpx;
}

.middle-text-size {
  font-size: 28rpx;
}

.border-bottom {
  border-bottom: 1rpx solid #E0E0E0;
}

.serachIcon {
  width:30rpx;
  height:30rpx;
  margin-left:20rpx;
}

.search-bar {
  align-items: center;
  background-color: #F0F0F0;
  width: 710rpx;
  border-radius: 10rpx;
}

.search-bar-bg {
  background-color: white;
  height: 94rpx;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.company-list {
  margin-top: 94rpx;
}

.searchInput {
  width: 640rpx;
}

.search-bg {
  background-color: white;
  width: 100%;
  margin-top: -1600rpx;
  height: 1200rpx;
  z-index: 999;
}