index.wxss 1.21 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
/* static/nativeComponents/AreaNavigation/index.wxss */
@import '../../nicon/iconfont.wxss';
.area-navigation {
  width: 100%;
  box-sizing: border-box;
  padding: 12rpx 24rpx;
  z-index: 99999999;
  font-size: 32rpx;
  top: 0;
}
.area-l{
  line-height: 60rpx;
}
.area-l .ant-gongsidizhi{
  line-height: 60rpx;
  float: left;
}
.area-l .title{
  display: block;
  float: left;
}
.area-r {
  margin-left: 20rpx;
  flex: 1; 
}
.area-search {
  width: 100%;
  height: 60rpx;
  border-radius: 30rpx;
  box-sizing: border-box;
  padding: 0 24rpx;
  line-height: 60rpx;
  border: none;
}
.change-dialog {
  text-align: center;
  padding: 20rpx 80rpx 36rpx !important;
  box-sizing: border-box;
}
.change-dialog .continue {
  height: 60rpx;
  padding: 0 20rpx;
  box-sizing: border-box;
  width: 100%;
  border-radius: 30rpx;
  background-color: white;
  text-align: center;
  line-height: 60rpx;
  margin: 20rpx auto 0;
  border: 1rpx solid #999;
  font-size: 28rpx;
}
.change-dialog .change-btn {
  height: 60rpx;
  border-radius: 30rpx;
  line-height: 60rpx;
  margin: 20rpx auto 0;
  width: 100%;
  box-sizing: border-box;
  color: white;
程智春 committed
61
  background-color: var(--main-color);
62 63 64 65
  text-align: center;
  font-size: 28rpx;
  padding: 0 20rpx;
}