123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .comment-detail {
- width: #{750rpx};
- background-color: #f7f7f7;
- padding: #{24rpx};
- box-sizing: border-box;
- .top-text {
- height: #{36rpx};
- margin: #{4rpx} 0 #{20rpx} 0;
- .prompt {
- font-size: #{28rpx};
- color: #999999;
- }
- .show {
- margin-left: #{16rpx};
- width: #{88rpx};
- height: #{36rpx};
- line-height: #{36rpx};
- border-radius: #{18rpx};
- background-color: #ff9000;
- font-size: #{22rpx};
- color: #ffffff;
- text-align: center;
- }
- }
- .content {
- border-radius: #{26rpx};
- background-color: white;
- width: #{750-48rpx};
- padding-bottom: #{24rpx};
- box-sizing: border-box;
- margin-bottom: #{40rpx};
- .top {
- width: #{654rpx};
- height: #{192rpx};
- padding: #{24rpx} 0;
- box-sizing: border-box;
- margin: 0 #{24rpx};
- border-bottom: #{1rpx} solid #e2e2e2;
- >image {
- width: #{144rpx};
- height: #{144rpx};
- border-radius: #{8rpx};
- }
- >view {
- width: #{490rpx};
- margin-left: #{20rpx};
- height: #{144rpx};
- .name-text {
- width: #{368rpx};
- height: #{144rpx};
- >view.text {
- font-size: #{26rpx};
- color: #353535;
- width: #{368rpx};
- height: #{55rpx};
- line-height: #{28rpx};
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .attr {
- margin-top: #{24rpx};
- width: #{368rpx};
- font-size: #{24rpx};
- color: #999999;
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- overflow: hidden;
- }
- }
- .name-icon {
- width: #{96rpx};
- height: #{144rpx};
- .icon {
- width: #{48rpx};
- height: #{48rpx};
- }
- .evaluation {
- text-align: center;
- width: #{48rpx};
- color: #353535;
- font-size: #{22rpx};
- margin-top: #{16rpx};
- }
- }
- }
- }
- .bottom {
- padding-top: #{32rpx};
- box-sizing: border-box;
- width: #{666rpx};
- margin-left: #{24rpx};
- margin-right: #{12rpx};
- .bottom-text {
- width: #{666rpx};
- font-size: #{28rpx};
- color: #353535;
- margin-right: #{24rpx};
- margin-bottom: #{12rpx};
- }
- .bottom-image {
- width: #{666rpx};
- >image {
- border-radius: #{8rpx};
- width: #{210rpx};
- height: #{210rpx};
- margin-top: #{12rpx};
- margin-right: #{12rpx};
- }
- }
- }
- }
- .seller {
- margin-bottom: #{24rpx};
- color: #999999;
- font-size: #{28rpx};
- }
- .area {
- width: #{702rpx};
- height: #{328rpx};
- background-color: white;
- padding-top: #{1rpx};
- box-sizing: border-box;
- border-radius: #{25rpx};
- >textarea {
- width: #{654rpx};
- height: #{281rpx};
- margin: #{24rpx};
- border-radius: #{25rpx};
- background-color: #f7f7f7;
- color: #353535;
- font-size: #{28rpx};
- padding: #{24rpx};
- box-sizing: border-box;
- }
- .place {
- font-size: #{28rpx};
- color: #cdcdcd;
- }
- }
- .button {
- margin-top: #{80rpx};
- width: #{702rpx};
- height: #{80rpx};
- line-height: #{80rpx};
- border-radius: #{40rpx};
- background-color: #446dfd;
- font-size: #{28rpx};
- color: #ffffff;
- text-align: center;
- }
- }
|