123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- .tab-title {
- text-align: left;
- font-size: 22px;
- font-weight: 400;
- margin: 5px 24px;
- letter-spacing: .1em;
- color: #eeefef;
- }
- .row .col-lg-3, .row .col-lg-2, .row .col-lg-7, .row .col-lg-9 {
- background-color: #ffffff;
- }
- .wrapper-content {
- padding: 20px 20px 20px 25px;
- }
- .wrapper-content > .row {
- margin-right: 0;
- }
- .row.row-background {
- background-color: #ffffff;
- }
- .middle {
- position: relative;
- height: 100%;
- display: flex;
- }
- .wrapper-content > .row > div {
- /* height: 100%; */
- height:auto;
- /* min-height:100339px; */
- padding-right: 0;
- word-wrap: break-word;
- word-break: normal;
- padding-left: 0;
- }
- .wrapper-content > .row > div.left-border, .wrapper-content > div.row.left-border{
- border-left: 3px solid #23b7e5;
- }
- .tab-container .row{
- overflow: hidden;
- margin-left: 0;
- }
- .tab-container [class*="col-"]{
- margin-bottom: -100000px;
- padding-bottom: 100000px;
- }
- .tab-container .row .col-lg-3 {
- padding-left: 0;
- }
- .tab-container .row .col-lg-3 > div > img {
- margin: auto;
- }
- .box {
- height: 275px;
- }
- .top {
- padding-top: 38px;
- /* padding-bottom: 50px; */
- }
- .top > img {
- padding-bottom: 10px;
- padding-right: 4px;
- }
- .top.row {
- margin: 0;
- }
- .title {
- font-size: 1.6em;
- }
- .o-btn-group {
- /* padding-left: 30px; */
- height: 161px;
- margin: auto;
- text-align: center;
- }
- .o-btn-group > span{
- display: block;
- padding: 10px 0;
- color: #9fa1a5;
- }
- .o-btn-group > img {
- position: relative;
- top: -15px;
- z-index: 0;
- }
- button.m-btn{
- font-size: 20px;
- color: #fff0f0;
- background: red;
- padding: 0 30px;
- height: 64px;
- line-height: 64px;
- z-index: 9999;
- -moz-box-shadow: 0px -4px 5px #b32a2a inset,0px 4px 5px #f38b8b inset;
- -webkit-box-shadow: 0px -4px 5px #b32a2a inset, 0px 4px 5px #f38b8b inset;
- box-shadow: 0px -4px 5px #b32a2a inset, 0px 4px 5px #f38b8b inset;
- }
- button.m-btn i {
- margin-right: 10px;
- }
- .m-btn-next {
- line-height: 28px;
- height: 28px;
- padding: 0 12px;
- border-radius: 20px;
- background: #ebebeb;
- color: #ffffff;
- font-size: 13px;
- }
- .m-btn-next:hover {
- background: #ebebeb;
- color: #ffffff;
- }
- .m-btn-next-active {
- background: #0ab8ed;
- }
- .m-btn-next.m-btn-next-active:hover {
- background: #0ab8ed;
- opacity: 0.8;
- }
- .meeting-content {
- display: block;
- padding: 10px;
- text-align: left;
- }
- .meeting-content p {
- float: none;
- width: 100%;
- }
- button.m-btn-processing {
- background: #41c50d;
- box-shadow: 0px -4px 5px #2f7b11 inset, 0px 4px 5px #ebffe3 inset;
- }
- button.m-btn-finish {
- background: #d2cfbc;
- box-shadow: 0px -4px 5px #aba894 inset, 0px 4px 5px #fffffd inset;
- }
- .layui-btn-primary.m-btn-finish:hover {
- border-color: #d2cfbc;
- color: #fff0f0;
- }
- fieldset.subject-title {
- border: none;
- text-align: left;
- }
- .layui-elem-field > legend {
- width: 100%;
- }
- .layui-progress-big .layui-progress-text {
- display: inherit;
- }
- button.btn-disabled {
- background: #d2cfbc;
- box-shadow: 0px -4px 5px #aba894 inset, 0px 4px 5px #fffffd inset;
- }
|