@import './vue-flex.scss';
@import './safe.scss';

/* #ifdef MP-WEIXIN */
hk-button {
  width: 100%;
}

you-yuan-input {
  width: 100%;
}

hk-checkbox-group {
  width: 100%;
}

/* 设置全局默认字体大小 */
text,
view {
  font-size: 32rpx;
}

/* #endif */

/* #ifndef APP-NVUE */
.row-label {
  width: var(--row-label-width);
}
.row-content {
  width: calc(100% - var(--row-label-width));
}
/* #endif */

.bg-common {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: white;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #333;
}
// 显示为圆形
.border-circle {
  border-radius: 50%;
}

.border-circle-lr {
  border-radius: 100px;
}

.text-bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
