123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .container {
- background-color: #F7F7F7;
- letter-spacing: 8rpx;
- .shop-stars,.product-stars {
- height: 100rpx;
- display: flex;
- justify-content: flex-start;
- margin: 10rpx 0;
- background-color: #fff;
- .title{
- margin:0 30rpx;
- line-height: 100rpx;
- }
- .info {
- display: flex;
- justify-content: flex-start;
- margin: 20rpx;
- .star{
- margin: 0 5rpx;
- }
- }
- }
- .comment-text{
- width: 100%;
- background-color: #fff;
- .words{
- width: 90%;
- margin: 10rpx auto;
- padding-top: 20rpx;
- background-color: #fcfcfc;
- .commtext{
-
- }
- .words-num{
- display: flex;
- justify-content: flex-end;
- margin-bottom: 20rpx;
- color: #707070;
- .red{
- color: red;
- }
- }
-
- }
- }
-
- }
|