| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- .help_box {
- // background: #f7f8fc;
- }
- // 头部信息
- .help_box-head {
- background: url(../../../static/timg3.jpg) no-repeat;
- background-size: 100% 100%;
- height: 28%;
- // position: fixed;
- // width: 100%;
- // z-index: 100;
- }
- .help_box-head-img {
- width: .65rem;
- height: .65rem;
- padding: .35rem 0 0 .25rem;
- }
- .help_box-headBox {
- padding: .5rem 0 0 0;
- }
- .help_box-headImg {
- width: 1.8rem;
- height: 1.8rem;
- border-radius: 50px;
- margin: 0 auto;
- border: 2px solid #fff;
- }
- // / tab切换交流、鉴定、方案
- .help_box-main {
- // border: 1px solid #000;
- // background: #f7f8fc;
- }
- .help_box-main,
- .swiper-container-autoheight,
- .swiper-container-autoheight .swiper-slide {
- height: 100%;
- }
- .help_box-main .navlist ul {
- border-bottom: 1px solid #e9e9e9;
- display: flex;
- justify-content: space-between;
- }
- .help_box-main .navlist .activeT {
- border-bottom: 1px solid #1ec8a1;
- color: #1ec8a1;
- }
- .navli .navliVal {
- padding: 10px 70px 10px 70px;
- font-size: 15px;
- }
- // 交流页面
- .help_box-main-ulA {
- // border: 1px solid #000;
- // padding: 4.5rem 0 0 0;
- }
- .help_box-main-listA {
- // border: 1px solid #1ec8a1;
- background: #fff;
- padding-top: .25rem;
- }
- // 用户信息
- .help_box-main-listA-userBox {
- // border: 1px solid #000;
- display: flex;
- width: 95%;
- margin: 0 auto;
- }
- .help_box-main-listA-userBox-img {
- width: 1.3rem;
- height: 1.3rem;
- border-radius: 25px;
- }
- .help_box-main-listA-userBox-txt {
- margin: 0 0 0 12px;
- }
- .help_box-main-listA-userBox-name {
- font-size: 15px;
- text-align: left;
- line-height: 30px;
- width: 8rem;
- display: flex;
- justify-content: space-between;
- }
- .help_box-main-listA-userBox-name-del {
- width: .5rem;
- height: .5rem;
- }
- .help_box-main-listA-userBox-time {
- color: #acacac;
- font-size: 12px;
- text-align: left;
- line-height: 10px;
- }
- // 交流内容-文字
- .help_box-main-listA-writing {
- // border: 1px solid #000;
- width: 95%;
- margin: 10px auto;
- text-align: left;
- text-indent: 2em;
- }
- // 交流图片
- .help_box-main-listA-image {
- // border: 1px solid #000;
- width: 95%;
- margin: 0 auto;
- }
- .help_box-main-listA-image-ul {
- // border: 1px solid #000;
- display: flex;
- flex-wrap: wrap;
- }
- .help_box-main-listA-image-list {
- // border: 1px solid #000;
- }
- .help_box-main-listA-imageList {
- width: 2.8rem;
- height: 3.5rem;
- margin: .24rem .14rem 0 .15rem;
- }
- // 交流数据的查看评论点赞
- .help_box-main-listA-operation {
- border-top: 1px solid #e8e8e8;
- margin: .25rem auto;
- width: 90%;
- padding-bottom: .25rem;
- }
- .help_box-main-listA-operation-ul {
- margin-top: .35rem;
- display: flex;
- justify-content: space-between;
- }
- .help_box-main-listA-operation-list {
- display: flex;
- }
- .help_box-main-listA-operation-listImg {
- width: .5rem;
- height: .5rem;
- }
- .help_box-main-listA-operation-listNum {
- font-size: 15px;
- line-height: .55rem;
- text-align: left;
- margin: 0 0 0 .15rem;
- color: #989898;
- }
- // 鉴定
- .help_box-main-authenticateUl {
- // border: 1px solid #000;
- width: 95%;
- margin: .25rem auto;
- display: flex;
- flex-wrap: wrap;
- }
- .help_box-main-authenticateList {
- border: 1px solid #fff;
- background: #fff;
- width: 45%;
- margin: .2rem 0 0 .2rem;
- border-radius: 5px;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- position: relative;
- }
- .help_box-main-authenticateList-imgDel {
- width: .8rem;
- height: .8rem;
- position: absolute;
- right: 0;
- top: 0;
- }
- .help_box-main-authenticateList-box1 {
- // border: 1px solid #000;
- width: 95%;
- margin: .1rem auto;
- border-radius: 5px;
- }
- .help_box-main-authenticateList-box1-img {
- // width: 4.5rem;
- width: 100%;
- height: 3rem;
- border-radius: 5px;
- }
- .help_box-main-authenticateList-box1-txt {
- font-size: 13px;
- color: #686565;
- text-align: left;
- }
- .help_box-main-authenticateList-box2 {
- border-top: 1px solid #e9e9e9;
- display: flex;
- justify-content: space-between;
- width: 95%;
- margin: .25rem auto;
- padding: .25rem 0 0 0;
- }
- .help_box-main-authenticateList-box3 {
- // border: 1px solid red;
- display: flex;
- }
- .help_box-main-authenticateList-box3-img {
- width: 1rem;
- height: 1rem;
- vertical-align: middle;
- border-radius: 25px;
- }
- .help_box-main-authenticateList-box3-name {
- font-size: 13PX;
- line-height: 1.2rem;
- text-align: left;
- margin-left: .25rem;
- }
- .help_box-main-authenticateList-box4-img {
- width: .8rem;
- height: .8rem;
- margin-top: .15rem;
- }
- // 暂空处理
- .collect_judge {
- margin: 45% 0 0 0;
- }
- .collect_judge_img {
- margin: 0 auto;
- }
- .collect_judge_text {
- font-size: 25px;
- color: #bfbfbf;
- margin: .5rem 0 0 0;
- text-align: center;
- }
|