guide.css 1.19 KB
*{
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}

.text-panel {
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  text-align: left;
}

.text-title {
  font-size:16px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
}

.text-title-sm {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
  margin-bottom: 13.5px;
}

.text-title-sm-sm {
  font-size:12px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
}

.text-area {
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
}


p {
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  margin-top: 0.2rem;
}




.bold-text {
  font-size:12px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
}

.address-title {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
}

.btn-click:active {
  background:  #F4F6F9;
}