123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- .content {
- width: 100%;
- height: auto;
- font-size: 0;
- }
- .content image {
- display: inline-block;
- width: 100%;
- }
- .comments {
- width: 100%;
- height: auto;
- padding-left: 30rpx;
- background: #fff;
- margin-top: 20rpx;
- }
- .comments .h {
- height: 93rpx;
- line-height: 93rpx;
- width: 720rpx;
- padding-right: 30rpx;
- border-bottom: 1px solid #d9d9d9;
- }
- .comments .h .t {
- display: block;
- float: left;
- width: 50%;
- font-size: 29rpx;
- color: #333;
- }
- .comments .h .i {
- display: block;
- float: right;
- width: 33rpx;
- height: 33rpx;
- }
- .comments .b {
- height: auto;
- width: 720rpx;
- }
- .comments .item {
- height: auto;
- width: 720rpx;
- overflow: hidden;
- border-bottom: 1px solid #d9d9d9;
- }
- .comments .info {
- height: 127rpx;
- width: 100%;
- padding: 33rpx 0 27rpx 0;
- }
- .comments .user {
- float: left;
- width: auto;
- height: 67rpx;
- line-height: 67rpx;
- font-size: 0;
- }
- .comments .user .avatar {
- display: block;
- float: left;
- width: 67rpx;
- height: 67rpx;
- margin-right: 17rpx;
- border-radius: 50%;
- }
- .comments .user .nickname {
- display: block;
- width: auto;
- float: left;
- height: 66rpx;
- overflow: hidden;
- font-size: 29rpx;
- line-height: 66rpx;
- }
- .comments .time {
- display: block;
- float: right;
- width: auto;
- height: 67rpx;
- line-height: 67rpx;
- color: #7f7f7f;
- font-size: 25rpx;
- margin-right: 30rpx;
- }
- .comments .comment {
- width: 720rpx;
- padding-right: 30rpx;
- line-height: 45.8rpx;
- margin-bottom: 30rpx;
- font-size: 29rpx;
- color: #333;
- }
- .comments .load {
- width: 720rpx;
- height: 108rpx;
- line-height: 108rpx;
- text-align: center;
- font-size: 38.5rpx;
- }
- .no-comments {
- height: 297rpx;
- }
- .no-comments .txt {
- height: 43rpx;
- line-height: 43rpx;
- display: block;
- width: 100%;
- text-align: center;
- font-size: 29rpx;
- color: #7f7f7f;
- padding-top: 150rpx;
- }
- .sv-goods {
- width: 100%;
- height: auto;
- padding-left: 30rpx;
- background: #fff;
- margin-top: 20rpx;
- }
- .topic-goods .h {
- height: 93rpx;
- line-height: 93rpx;
- width: 720rpx;
- padding-right: 30rpx;
- border-bottom: 1px solid #d9d9d9;
- }
- .topic-goods .h .t {
- display: block;
- float: left;
- width: 50%;
- font-size: 29rpx;
- color: #333;
- }
- .topic-goods .b .item {
- border-top: 1px solid #d9d9d9;
- margin: 0 20rpx;
- height: 244rpx;
- width: 710rpx;
- }
- .topic-goods .b .img {
- margin-top: 12rpx;
- margin-right: 12rpx;
- float: left;
- width: 220rpx;
- height: 220rpx;
- }
- .topic-goods .b .right {
- float: left;
- height: 244rpx;
- width: 476rpx;
- display: flex;
- flex-flow: row nowrap;
- }
- .topic-goods .b .text {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: column;
- justify-content: center;
- overflow: hidden;
- height: 244rpx;
- width: 476rpx;
- }
- .topic-goods .b .name {
- float: left;
- width: 330rpx;
- display: block;
- color: #333;
- line-height: 50rpx;
- font-size: 30rpx;
- }
- .topic-goods .b .desc {
- width: 476rpx;
- display: block;
- color: #999;
- line-height: 50rpx;
- font-size: 25rpx;
- }
- .topic-goods .b .price {
- width: 476rpx;
- display: flex;
- color: #b4282d;
- line-height: 50rpx;
- font-size: 33rpx;
- }
- .rec-box {
- width: 690rpx;
- height: auto;
- margin: 0 30rpx;
- }
- .rec-box .h {
- position: relative;
- width: 690rpx;
- height: 96rpx;
- /*border-bottom: 1px solid #d0d0d0;*/
- margin-bottom: 32rpx;
- }
- .rec-box .h .txt {
- display: inline-block;
- position: absolute;
- background: #f4f4f4;
- top: 59rpx;
- left: 200rpx;
- width: 290rpx;
- height: 45rpx;
- line-height: 45rpx;
- font-size: 30rpx;
- color: #999;
- text-align: center;
- }
- .rec-box .b .item {
- width: 690rpx;
- height: 397rpx;
- padding: 24rpx 24rpx 30rpx 24rpx;
- background: #fff;
- margin-bottom: 30rpx;
- }
- .rec-box .b .item .img {
- height: 278rpx;
- width: 642rpx;
- }
- .rec-box .b .item .title {
- display: block;
- margin-top: 30rpx;
- height: 30rpx;
- width: 642rpx;
- font-size: 28rpx;
- }
- @import "../../../lib/wxParse/wxParse.wxss";
|