| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 | 
							- .red {
 
-   color: #F01740;
 
- }
 
- .grey {
 
-   color: #666666;
 
- }
 
- .black {
 
-   color: #000000;
 
- }
 
- .title {
 
-   font-weight: Medium;
 
-   font-size: 36rpx;
 
-   color: #222222;
 
- }
 
- .text-large {
 
-   font-size: 36rpx;
 
- }
 
- .text {
 
-   font-size: 30rpx;
 
- }
 
- .text-left {
 
-   text-align: left;
 
- }
 
- .text-center {
 
-   text-align: center;
 
- }
 
- .text-small {
 
-   font-size: 24rpx;
 
-   /* word-break: keep-all; */
 
- }
 
- .flex {
 
-   display: flex;
 
- }
 
- .justify-between {
 
-   justify-content: space-between;
 
- }
 
- .flex-aligin-center {
 
-   display: flex;
 
-   align-items: center;
 
- }
 
- .flex-justify-between {
 
-   display: flex;
 
-   justify-content: space-between;
 
- }
 
- .flex-1 {
 
-   flex: 1;
 
- }
 
- .flex-grow-1 {
 
-   flex-grow: 1;
 
- }
 
- .fixed-bottom {
 
-   position: fixed;
 
-   bottom: 0;
 
-   left: 0;
 
-   right: 0;
 
- }
 
- .w-100 {
 
-   width: 100%;
 
- }
 
- .h-100 {
 
-   height: 100%;
 
- }
 
- .page-section {
 
-   margin: 20rpx;
 
-   border-radius: 20rpx;
 
-   background-color: #ffffff;
 
- }
 
- .page-section-spacing {
 
-   padding: 20rpx;
 
- }
 
- .spacing-small {
 
-   padding: 10rpx;
 
- }
 
- .border-trans {
 
-   border: 1px solid transparent;
 
- }
 
- .ellipsis {
 
-   width: 100%;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
-   display: -webkit-box;
 
-   -webkit-line-clamp: 1;
 
-   -webkit-box-orient: vertical;
 
- }
 
- .ellipsis-2 {
 
-   width: 100%;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
-   display: -webkit-box;
 
-   -webkit-line-clamp: 2;
 
-   -webkit-box-orient: vertical;
 
- }
 
- .comments-header {
 
-   display: flex;
 
-   justify-content: space-between;
 
- }
 
- .comments-header .more {
 
-   width: 100rpx;
 
-   text-align: right;
 
- }
 
- .comment .comment-header {
 
-   display: flex;
 
-   align-items: center;
 
-   justify-content: space-between;
 
- }
 
- .comment .comment-header .header-text {
 
-   flex: 1;
 
-   padding: 0 10rpx;
 
- }
 
- .comment .comment-header .header-avatar {
 
-   width: 80rpx;
 
-   height: 80rpx;
 
- }
 
- .comment .comment-header .header-avatar .header-avatar-image {
 
-   width: 100%;
 
-   height: 100%;
 
-   margin: 0 auto;
 
-   border-radius: 50%;
 
- }
 
- .comment .comment-content .comment-text {
 
-   padding: 10rpx 0;
 
- }
 
- .comment .comment-content .comment-images {
 
-   display: flex;
 
-   flex-wrap: wrap;
 
- }
 
- .comment .comment-content .comment-image {
 
-   width: 210rpx;
 
-   height: 210rpx;
 
-   margin: 6rpx;
 
-   background: #222222;
 
- }
 
- .comment .merchant-reply {
 
-   font-size: 26rpx;
 
- }
 
- .comment .merchant-reply .reply-title {
 
-   color: #ffe300;
 
- }
 
- .comment .merchant-reply .reply-content {
 
-   text-indent: 2em;
 
-   padding: 10px 0;
 
- }
 
- .comments-footer {
 
-   text-align: center;
 
- }
 
 
  |