123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- /* components/diy-content/content.wxss */
- .one_index {
- .one_info {
- margin: 20rpx auto;
- box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
- .one_image {
- width: 100%;
- }
- .one_name {
- margin: 15rpx;
- font-weight: 700;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .tags {
- display: flex;
- font-size: 28rpx;
- margin: 15rpx;
- .tag {
- margin-right: 10rpx;
- }
- }
- .one_down {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #999999;
- margin: 0 20rpx;
- padding-bottom: 10rpx;
- .reading {
- display: flex;
- .read {}
- .autor {
- margin-left: 10rpx;
- }
- }
- .praise {}
- }
- }
- }
- .two_index {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- .two_info {
- box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
- .two_image {
- width: 100%;
- background-size: 100%;
- }
- .two_name {
- margin: 10rpx;
- font-weight: 700;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .tags {
- display: flex;
- font-size: 22rpx;
- margin: 15rpx;
- .tag {
- margin-right: 10rpx;
- }
- }
- .two_down {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #999999;
- margin: 0 15rpx;
- padding-bottom: 15rpx;
- .reading {
- display: flex;
- .autor {
- margin-left: 10rpx;
- }
- }
- .praise {}
- }
- }
- }
- .three_index {
- display: flex;
- .three_info {
- box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
- flex: none;
- .three_image {
- width: 100%;
- background-size: 100%;
- }
- .three_name {
- margin: 10rpx;
- font-weight: 700;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .tags {
- display: flex;
- font-size: 22rpx;
- margin: 15rpx;
- .tag {
- margin-right: 10rpx;
- }
- }
- .three_down {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #999999;
- margin: 0 15rpx;
- padding-bottom: 10rpx;
- .reading {
- display: flex;
- .autor {
- margin-left: 10rpx;
- }
- }
- .praise {}
- }
- }
- }
- // .four_index {
- // box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
- // .four_info {
- // background-size: 100%;
- // color: #ffffff;
- // display: flex;
- // flex-direction: column;
- // justify-content: flex-end;
- // .four_name {
- // font-size: 36rpx;
- // overflow: hidden;
- // display: -webkit-box;
- // -webkit-line-clamp: 2;
- // -webkit-box-orient: vertical;
- // margin: 0 15rpx;
- // }
- // .tags {
- // display: flex;
- // font-size: 24rpx;
- // margin: 15rpx;
- // .tag {
- // margin-right: 10rpx;
- // }
- // .reading {
- // margin: 0 30rpx;
- // }
- // .praise {}
- // }
- // }
- // .down_info {
- // display: flex;
- // align-items: center;
- // justify-content: space-between;
- // margin: 20rpx 15rpx;
- // border-bottom: 1rpx solid #e3e3e3;
- // padding-bottom: 10rpx;
- // .left_info {
- // width: 489rpx;
- // .name {
- // font-size: 34rpx;
- // overflow: hidden;
- // display: -webkit-box;
- // -webkit-line-clamp: 2;
- // -webkit-box-orient: vertical;
- // }
- // .tags {
- // display: flex;
- // font-size: 24rpx;
- // margin: 15rpx;
- // .tag {
- // margin-right: 10rpx;
- // }
- // }
- // .four_down {
- // display: flex;
- // justify-content: space-between;
- // font-size: 24rpx;
- // color: #999999;
- // margin: 0 20rpx;
- // padding-bottom: 20rpx;
- // .reading {}
- // .praise {}
- // }
- // }
- // .four_image {}
- // }
- // }
- .five_index {
- .five_info {
- display: flex;
- justify-content: space-between;
- box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
- height: 230rpx;
- .left_info {
- width: 60%;
- .name {
- min-height: 96rpx;
- font-weight: 700;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- margin: 20rpx 15rpx;
- }
- .tags {
- display: flex;
- font-size: 22rpx;
- margin: 15rpx;
- .tag {
- margin-right: 10rpx;
- }
- }
- .five_down {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #999999;
- margin: 0 15rpx;
- .reading {
- display: flex;
- align-items: center;
- .autor {
- margin-left: 20rpx;
- }
- }
- .praise {}
- }
- }
- .five_image {
- width: 39%;
- height: 100%;
- }
- }
- }
|