Newer
Older
smart_construction / miniprogram / pages / addDevice / addDevice.wxss
dutingting on 8 Jun 2023 352 bytes bug修复
/* miniprogram/pages/addDevice/addDevice.wxss */
.textcss {
  -webkit-flex: 1;
  flex: 1;
}
.saveButtom{
  margin-bottom: 30rpx;
}
.menuCss{
  margin-right: 20rpx;
}

/* .van-dropdown-item__title{
  margin-right: 1rpx !important;
} */

.van-cell{
  height: 100rpx;
}
.row-class {
    background-color: #fff;
}

.button-class {
    margin-top: 10rpx;
}