123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- .resource-details {
- background: #e2e2e2;
- .jianjie {
- background: #fff;
- }
- .img-box {
- position: relative;
- .img-box-text {
- position: absolute;
- left: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.4);
- width: 100%;
- height: 40px;
- line-height: 40px;
- padding: 0 16px;
- box-sizing: border-box;
- color: #fff;
- font-size: 14px;
- }
- }
- .title-box {
- padding: 16px 16px 4px 16px;
- .title-box-name {
- height: 45px;
- line-height: 45px;
- font-size: 22px;
- font-weight: bolder;
- vertical-align: baseline;
- margin: 0 0 8px 0;
- // .title-value{
- // width: 70%;
- // display: inline-block;
- // }
- .title-type {
- // color: #F60;
- display: inline-block;
- padding: 5px;
- font-size: 15px;
- font-weight: 400;
- vertical-align: baseline;
- }
- }
- }
- .title-box-point {
- .aa {
- margin: 0 5px 5px 0;
- }
- }
- .title-label-box {
- padding: 20px 16px;
- text-align: center;
- .title-label-box-item {
- border-right: 1px solid #e2e2e2;
- &.lasth {
- border-right: 1px solid transparent;
- }
- text {
- font-weight: bold;
- }
- .title-label-box-item-title {
- font-size: 14px;
- color: #333333;
- padding: 2px 0 2px 0;
- }
- }
- }
- .box-title {
- padding: 0 16px;
- // margin: 0 0 5px 0;
- // font-size: 20px;
- // font-weight: bold;
- height: 30px;
- line-height: 20px;
- text {
- font-size: 14px;
- color: #333333;
- font-weight: 400;
- padding: 0 0 0 10px;
- }
- }
- .brief-box {
- .brief-box-main {
- padding: 0 16px;
- line-height: 28px;
- font-size: 13px;
- text-align: justify;
- height: 90px;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 3;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- }
- }
- .cengban {
- background: #fff;
- // border-bottom-left-radius: 20px;
- // border-bottom-right-radius: 20px;
- overflow: hidden;
- margin: 1px 0 0 0;
- padding: 10px 0 20px 0;
- .cengban-item {
- line-height: 30px;
- text-align: justify;
- padding: 0 16px;
- }
- }
- .huiyi,
- .kefang,
- .canting,
- .sheshi {
- // border-radius: 20px;
- overflow: hidden;
- background: #fff;
- // margin: 8px 0 0 0;
- padding: 10px 0;
- min-height: 400px;
- &.cengban{
- min-height: 0px;
- }
- .huiyi-main {
- padding: 0 16px;
- .huiyi-item {
- display: block;
- padding: 12px 0;
- border-top: 1px solid #e2e2e2;
- &::after,
- &::before {
- content: "";
- display: block;
- clear: both;
- }
- &.hide {
- display: none;
- }
- &:last-child {
- // border-bottom: 1px solid transparent;
- }
- .hui-item-left {
- float: left;
- width: 120px;
- box-sizing: border-box;
- }
- .hui-item-right {
- float: left;
- width: calc(100% - 120px);
- padding: 0 10px 0 16px;
- box-sizing: border-box;
- .item-title {
- font-size: 17px;
- font-weight: bold;
- height: 35px;
- line-height: 35px;
- }
- >view {
- font-size: 13px;
- line-height: 22px;
- }
- }
- }
- .huiyi-item-btn {
- padding: 10px 0 0 0;
- }
- }
- }
- .sheshi-main {
- padding: 0 16px;
- .sheshi-title {
- // line-height: 30px;
- vertical-align: top;
- // view{
- // display: inline-block;
- // vertical-align: top;
- // }
- .text{
- display: inline-block;
- padding:0 5px;
- font-size: 14px;
- font-weight: bold;
- height: 30px;
- line-height: 25px;
- vertical-align: top;
- }
-
- }
- .sheshi-item-box{
- padding:0 0 10px 24px;
- font-size: 13px;
- line-height: 26px;
- }
- }
- .peitao {
- margin: 10px 0 0 0;
- }
- .detail {
- background: #fff;
- min-height:400px ;
- .detail-main {
- padding: 16px;
- line-height: 26px;
- font-size: 13px;
- text-align: justify;
- text-indent: 28px;
- }
- }
- }
|