123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- body{
- background-color: #F1F1F1;
- }
- .container{
- max-width: 750px;
- margin: 0 auto;
- padding: 0;
- overflow: hidden;
- }
- .header-box{
- width: 100%;
- height: 50px;
- line-height: 50px;
- text-align: center;
- color: #FFFFFF;
- font-family: Arial;
- font-size: 18px;
- /*background-color: #4f1f1d;*/
- background-color: #023894;
- }
- .swiper-box{
- width: calc(100% - 20px);
- height: 188px;
- margin:0 10px;
- margin-top: 5px;
- }
- .swiper-box .swiper{
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .swiper-box .swiper img{
- width: 100%;
- height: 100%;
- margin-top: 5px;
- }
- .phone-box{
- width: calc(100% - 20px);
- height: 50px;
- line-height: 50px;
- text-align: center;
- margin: 10px;
- background-color: #023894;
- color: #ffffff;
- font-size: 18px;
- }
- .phone-box img{
- width: 30px;
- height: 30px;
- vertical-align: middle;
- margin-right: 20px;
- }
- .module-box{
- width: calc(100% - 20px);
- height: auto;
- overflow: hidden;
- margin: 0 10px;
- }
- .module-box .col-xs-4{
- height: 110px;
- margin-bottom: 10px;
- text-align: center;
- padding: 0 6px;
- }
- .module-box .row{
- margin-left: 0;
- margin-right: 0;
- }
- .module-box .module-info{
- width: 100%;
- height: 110px;
- display: inline-block;
- float: left;
- background-color: #fff;
- /*margin-left: 10px;*/
- /*text-align: center;*/
- overflow: hidden;
- }
- .module-box .module-info img{
- width: 60px;
- height: 60px;
- margin-top: 10px;
- }
- .module-box .module-info .name{
- width: 100%;
- color: #4f1f1d;
- font-size: 18px;
- margin-top: 10px;
- }
- .add-content-box{
- width: calc(100% - 20px);
- height: 200px;
- background-color: #FFFFFF;
- margin: 10px 10px 0 10px;
- border-radius: 20px;
- }
- .add-content-box textarea{
- width: calc(100% - 20px);
- height: calc(100% - 20px);
- border: none;
- padding: 10px;
- border-radius: 20px;
- }
- .add-img-box{
- width: calc(100% - 20px);
- height: auto;
- background-color: #FFFFFF;
- margin: 10px 10px 0 10px;
- border-radius: 20px;
- overflow: hidden;
- text-align: center;
- padding-top: 20px;
- }
- .add-contacts-info-box{
- width: calc(100% - 20px);
- height: auto;
- margin: 10px;
- background-color: #fff;
- border-radius: 20px;
- padding-left: 10px;
- padding-bottom: 20px;
- }
- .add-contacts-info-box .header-box{
- width: calc(100% - 10px);
- height: 50px;
- line-height: 50px;
- font-size: 18px;
- font-weight: bold;
- color: #023894 !important;
- text-align: left;
- background-color: #fff !important;
- border-radius: 20px;
- }
- .add-contacts-info-box .add-form-group{
- width: 100%;
- height: 50px;
- line-height: 50px;
- }
- .add-contacts-info-box .add-form-group .input-right{
- width: 60%;
- height: 50px;
- display: inline-block;
- float: right;
- margin-right: 10px;
- }
- .add-contacts-info-box .add-form-group .input-right input{
- width: 100%;
- height: 40px;
- border: none;
- float: right;
- text-align: right;
- outline: none;
- }
- .add-btn{
- width: 80%;
- height: 40px;
- line-height: 40px;
- color: #FFFFFF;
- font-size: 18px;
- text-align: center;
- margin: 0 auto;
- margin-top: 50px;
- background-color: #023894;
- border-radius: 20px;
- display: inherit;
- }
- .add-table-record-box{
- width: calc(100% - 10px);
- height: auto;
- /*background-color: #fff;*/
- margin: 30px 5px 0 5px;
- }
- .questionnaire-box{
- width: calc(100% - 20px);
- height: auto;
- background-color: #fff;
- border-radius: 10px;
- margin: 10px 10px 0 10px;
- padding-left: 10px;
- }
- .questionnaire-box a{
- text-decoration: none;
- color: #000;
- }
- .questionnaire-box .name{
- width: 100%;
- height: 50px;
- line-height: 50px;
- font-size: 18px;
- font-weight: bold;
- }
- .questionnaire-box .create-time{
- width: 100%;
- height: 30px;
- font-size: 16px;
- }
- .video-box{
- /*width: calc(100% - 20px);*/
- width: 100%;
- height: 220px;
- background-color: #fff;
- border-radius: 10px;
- /*margin: 10px 10px 0 10px;*/
- position: relative;
- z-index: 10;
- }
- .video-box video{
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 4;
- object-fit: fill;
- }
- .video-box .title{
- width: 100%;
- height: 30px;
- line-height: 30px;
- overflow: hidden;
- text-align: center;
- position: absolute;
- z-index: 6;
- bottom: 0;
- left: 0;
- right: 0;
- background: rgba(0,0,0,.7);
- color: #fff;
- font-size: 14px;
- }
- .success-txt{
- text-align: center;
- margin: 20px 0px;
- font-size: 18px;
- }
- .back-btn{
- width: 80%;
- height: 40px;
- line-height: 40px;
- background-color: #00A3D9;
- text-align: center;
- margin: 0 auto;
- border-radius: 10px;
- margin-top: 20px;
- color: #fff!important;
- }
- .back-a{
- text-decoration: none;
- color: #fff !important;
- }
- .success-img{
- width: 100%;
- height: auto;
- margin-top: 80px;
- text-align: center;
- }
- .success-img img{
- width: 40px;
- height: 40px;
- }
|