123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .page.HuiAiXin {
- width: 100%;
- height: 100%;
- .Banner {
- width: 100%;
- padding-bottom: 38%;
- position: relative;
- overflow: hidden;
- > view {
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- overflow: hidden;
- background: #ccc;
- }
- }
- .StarOwnerList {
- padding: 20px 0;
- background: #fff;
- margin-top: 20px;
- > .flex-h {
- padding: 0 20px;
- align-items: center;
- margin-top: 10px;
- > .flex-item {
- > image {
- height: 48px;
- }
- }
- > .More {
- font-size: 26px;
- color: #999;
- > text {
- font-size: 26px;
- }
- }
- }
- > .ListContainer {
- width: 100%;
- position: relative;
- overflow: hidden;
- margin-top: 40px;
- margin-bottom: 10px;
- > scroll-view {
- .List {
- font-size: 0;
- white-space: nowrap;
- overflow: visible;
- > .Item {
- width: 80%;
- position: relative;
- overflow: hidden;
- display: inline-block;
- vertical-align: middle;
- margin-left: 25px;
- border-radius: 20px;
- box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.08);
- &:last-child {
- margin-right: 25px;
- }
- > .Img {
- width: 100%;
- padding-bottom: 45%;
- background: #ccc;
- position: relative;
- overflow: hidden;
- }
- > .Info {
- display: block;
- padding: 0 34px;
- font-size: 24px;
- line-height: 70px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #333;
- }
- }
- }
- }
- }
- }
- .StoryList {
- padding: 20px 0;
- background: #fff;
- margin-top: 20px;
- > .flex-h {
- padding: 0 20px;
- align-items: center;
- margin-top: 10px;
- > .flex-item {
- > image {
- height: 48px;
- }
- }
- > .More {
- font-size: 26px;
- color: #999;
- > text {
- font-size: 26px;
- }
- }
- }
- > .List {
- position: relative;
- overflow: hidden;
- margin-bottom: 30px;
- padding-left: 30px;
- > .Item {
- padding: 40px 0;
- border-bottom: 2px solid #f5f5f5;
- > .flex-item {
- margin-right: 20px;
- > text {
- display: block;
- font-size: 28px;
- line-height: 40px;
- overflow: hidden;
- margin-top: 6px;
- &:nth-child(1) {
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- margin-top: 0;
- }
- &:nth-child(2) {
- color: #666;
- font-size: 24px;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- &:nth-child(3) {
- color: #FE4E45;
- font-size: 24px;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- }
- }
- > .Img {
- width: 34%;
- margin-right: 20px;
- position: relative;
- overflow: hidden;
- > view {
- width: 100%;
- padding-bottom: 70%;
- background: #ccc;
- position: relative;
- overflow: hidden;
- }
- }
- }
- }
- }
- }
|