reui.css 2.06 KB

/* vue version 2 css */
.diy-reset {
  margin: 0; 
  padding: 0
}
.diy-flex {
  display: flex; 
  flex-wrap: wrap;
}
.diy-flex-50 {
  width: 50%;
}
.diy-flex-100 {
  width: 100%;
}
.diy-text-left {
  text-align: left;
}
.diy-text-right {
  text-align: right;
}
.diy-tip {
  color: #4A90E2; 
  font-size: 20px;
}
.diy-error {
  color: #D11244;
  font-size: 20px;
}
.diy-danger {
  color: #D11244; margin-left: 10px;
}
.el-card {
  border: none;
}
.el-card__header {
  padding: 24px 40px;
  background-color: #f9f9f9;
  border-bottom: none;
}
.el-card__body {
  padding: 40px;
}
.el-form-item__label {
  font-size: 16px;
  color: #333333;
}
.el-radio__label {
  font-size: 16px;
  color: #333333;
}
.title-big {
  font-size: 24px; 
  font-weight: Semibold; 
  color: #666666;
}
.title-small {
  font-size: 14px; 
  color: #999999; 
  margin-left: 10px;
}
.init-tooltip {
  position: absolute;
  top: 10px;
  left: 190px;
  margin-left: 10px;
}
.init-transparent-tooltip {
  position: absolute; 
  left: -80px; 
  top: 6px; 
  opacity: 0
}
.diy-button {
  height: 40px;
  font-size: 16px;
  border-radius: 6px;
}
.width-140 {
  width: 140px;
}
.width-190 {
  width: 190px;
}
.bg-blue {
  background-color: #4A90E2;
  border-color: #4A90E2;
}
.bg-red {
  background-color: #D11244;
  border-color: #D11244;
}
.bg-white {
  background-color: transparent;
  border-color: #B4B4B4;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  color: #FF725C;
}
/* !!!!! */
.el-input {
  --el-input-placeholder-color: #b4b4b4;
}
.el-input__inner {
  font-size: 16px;
  color: #333333;
}
/* !!!!! */
.el-input__inner:hover {
  --el-input-focus-border: #4A90E2;
}
.el-textarea__inner {
  resize: none;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
}
.el-radio__inner {
  width: 16px;
  height: 16px;
  border: 1px solid #E3E3E3;
}
.el-divider--horizontal {
  margin: 30px 0;
}
.el-radio__input.is-checked+.el-radio__label {
  color: #4A90E2;
}
textarea  {
  font-family: initial;
}