123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .bgc-2fb499{
- background-color: #2fb499;
- }
- .bgc-17b3ec{
- background-color: #17b3ec;
- }
- .bgc-ffa54b{
- background-color: #ffa54b;
- }
- .bgc-fc6e6e{
- background-color: #fc6e6e;
- }
- .bgc-68b738{
- background-color: #68b738;
- }
- .bgc-a189e1{
- background-color: #a189e1;
- }
- .bgc-1fc2f3{
- background-color: #1fc2f3;
- }
- .bgc-b4d72b{
- background-color: #b4d72b;
- }
- .c-ff4c4c{
- color: #ff4c4c;
- }
- .c-48d047{
- color: #48d047;
- }
- .c-17b3ec{
- color: #17b3ec;
- }
- .c-47a8ef{
- color: #47a8ef;
- }
- .w-50{
- width: 50%;
- }
- .sbbind-flag{
- background-color: #17B3EC;
- height: 42px;
- padding: 0px 10px 0 5px;
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px;
- }
- .header-icon{
- display: inline-block;
- width: 22px;
- height: 22px;
- border-radius: 50%;
- padding: 4px;
- }
- .header-icon img{
- width: 14px;
- }
- .switch-box{
- /*height: 30px;
- line-height: 30px;*/
- border: 1px solid #17b3ec;
- border-radius: 15px;
- text-align: center;
- }
- .switch-box span{
- width: 40px;
- display: inline-block;
- border-radius: 15px;
- color: #17b3ec;
- height: 30px;
- line-height: 30px;
- }
- .switch-box span.active{
- color: #fff;
- background-color: #17B3EC;
- /*border: 1px solid #17B3EC;*/
- }
- .cycle-div{
- width: 50px;
- height: 50px;
- line-height: 50px;
- border-radius: 50%;
- text-align: center;
- margin: 0 auto;
- }
- .border-red{
- border: 1px solid #ff4c4c;
- }
- .border-green{
- border: 1px solid #48d047;
- }
- .border-blue{
- border: 1px solid #17b3ec;
- }
- .info-section{
- background-color: #fff;
- border: 1px solid #e1e1e1;
- width: calc((100% - 5px) / 2);
- }
- .info-section:first-child{
- border-left: 0;
- }
- .info-section:nth-child(2){
- border-right: 0;
- margin-left: 5px;
- }
- .section-detail{
- height: 60px;
- width: 100%;
- text-align: center;
- display: table;
- }
- .section-detail .cell{
- display: table-cell;
- text-align: center;
- vertical-align: middle;
- }
- .fa-angle-right{
- position: absolute;
- top: 50%;
- right: 10px;
- font-size: 24px;
- margin-top: -12px;
- color: #909090;
- }
- .mb-icon-round {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- text-align: center;
- line-height: 39px;
- font-size: 16px;
- margin-right: 10px;
- }
- .mb-icon-round.red {
- border: solid 1px #FF4c4c;
- color: #FF4c4c;
- }
- .mb-icon-round.orange {
- border: solid 1px #FFc691;
- color: #FFc691;
- }
- .mb-icon-round.green {
- border: solid 1px #06bf04;
- color: #06bf04;
- }
- .mui-loading{
- margin: 0 auto;
- }
|