123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- .comment-falls-wrap {
- max-height: 530px;
- overflow-y: auto;
- padding-top: 20px;
- padding-bottom: 20px;
- background: #fff;
- .comment-falls {}
- .grid-item {
- width: 25%;
- padding: 5px;
- .item {
- max-height: 260px;
- background: #FAFAFA;
- border: 1px solid #F1F4F7;
- padding: 20px;
- overflow: hidden;
- .item-header {
- margin-bottom: 10px;
- position: relative;
- .assets {
- width: 40px;
- height: 40px;
- }
- .name {
- color: #5E677B;
- font-size: 16px;
- padding-left: 10px;
- vertical-align: middle;
- display: inline-block;
- }
- .date {
- position: absolute;
- color: #8897A8;
- font-size: 12px;
- right: 0px;
- top: 12px;
- }
- }
- .item-body {
- color: #8897A8;
- padding-left: 10px;
- overflow: hidden;
- }
- }
- }
- }
- .other-contact {
- >.body {
- width: 1200px !important;
- margin: 0 auto;
- .m-title {
- font-size: 32px;
- font-weight: 600;
- color: #303139;
- }
- }
- height: 420px;
- padding-top: 80px;
- background: #6865FD;
- .step-list {}
- .step {
- width: 33.33%;
- display: inline-block;
- box-sizing: border-box;
- vertical-align: top;
- .title {
- font-size: 16px;
- color: #fff;
- margin-bottom: 30px;
- font-weight: 600;
- }
- .desc {
- font-size: 16px;
- color: #fff;
- margin-bottom: 10px;
- }
- .qrcode {
- background: #8683fb;
- padding: 15px;
- display: inline-block;
- }
- }
- }
- .other-consultation {
- width: 1200px;
- margin: 0 auto;
- padding: 100px 0;
- .line {
- border-bottom: 2px dashed #C2C2DFFF;
- margin: 20px 0;
- }
- .list {
- .item {
- display: inline-block;
- width: 33.33%;
- text-align: center;
- }
- }
- }
- .other-answer-carousel {
- background: #fafafa;
- text-align: center;
- padding: 70px 0;
- .body {
- width: 1150px;
- margin: 0 auto;
- position: relative;
- .tabs {
- text-align: left;
- margin-bottom: 30px;
- .tab {
- padding-left: 10px;
- padding-right: 10px;
- }
- }
- .fixed {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- cursor: pointer;
- }
- .next {
- position: absolute;
- right: -50px;
- top: 90px;
- }
- .prev {
- position: absolute;
- left: -50px;
- top: 90px;
- }
- .slider-frame {
- padding: 40px 0 !important;
- }
- }
- .item {
- width: 354px;
- height: 155px;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
- border-radius: 4px;
- position: relative;
- padding: 30px;
- padding-left: 70px;
- .item-block {
- position: relative;
- height: 40px;
- text-align: left;
- font-size: 12px;
- line-height: 16px;
- color: #303139FF;
- margin-bottom: 10px;
- .assets {
- position: absolute;
- left: -40px;
- top: -5px;
- }
- }
- }
- }
- .comment-item {
- padding: 20px 0;
- position: relative;
- border-bottom: 1px solid #eee;
- .assets {
- border-radius: 50%;
- width: 60px;
- height: 60px;
- }
- }
|