123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- .wrapper {
- padding-top: 20rpx;
- }
- .leaving-a-message {
- position: relative;
- left: 0;
- top: 0;
- }
- .leaving-a-message image {
- display: block;
- width: 40rpx;
- height: 50rpx;
- }
- .leaving-a-message view {
- position: absolute;
- top: -9rpx;
- right: -9rpx;
- z-index: 1;
- min-width: 36rpx;
- min-height: 36rpx;
- border-radius: 18rpx;
- background: #FA5151;
- font-size: 24rpx;
- font-weight: 500;
- color: #FFF;
- line-height: 36rpx;
- text-align: center;
- }
- .btn-mine {
- display: flex;
- align-items: center;
- margin-left: 18rpx;
- image {
- width: 44rpx;
- height: 50rpx;
- }
- }
- .btn-add {
- position: fixed;
- right: 30rpx;
- bottom: 156rpx;
- z-index: 100;
- &:after {
- display: block;
- content: '';
- width: 100%;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- image {
- display: block;
- width: 134rpx;
- height: 134rpx;
- }
- }
- .main {
- padding: 42rpx 0 134rpx;
- }
- .list {
- width: 690rpx;
- margin: 20rpx auto 0;
- }
- .top {
- display: flex;
- align-items: center;
- padding-left: 12rpx;
- }
- .portrait {
- width: 88rpx;
- height: 88rpx;
- border-radius: 50%;
- overflow: hidden;
- image {
- display: block;
- width: 100%;
- height: 100%;
- }
- }
- .blogger-name-wrap {
- width: 450rpx;
- padding: 0 16rpx;
- view {
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .user-name {
- line-height: 36rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: rgba(29, 29, 31, 1);
- }
- .business-name {
- margin-top: 2rpx;
- line-height: 32rpx;
- font-size: 24rpx;
- color: rgba(0, 0, 0, 0.4);
- }
- }
- .follow {
- width: 140rpx;
- height: 56rpx;
- border-radius: 8rpx;
- background: rgba(145, 179, 121, 1);
- font-size: 24rpx;
- font-weight: 600;
- color: rgba(255, 255, 255, 1);
- }
- .news {
- margin-top: 20rpx;
- .text {
- line-height: 44rpx;
- font-size: 28rpx;
- color: rgba(102, 102, 102, 1);
- word-break: break-all;
- word-wrap: break-word;
- }
- .photo-wrap {
- display: flex;
- flex-flow: row wrap;
- }
- .box {
- width: 222rpx;
- height: 218rpx;
- margin-top: 24rpx;
- margin-left: 12rpx;
- border-radius: 8rpx;
- overflow: hidden;
- &:nth-of-type(1),
- &:nth-of-type(2),
- &:nth-of-type(3) {
- margin-top: 20rpx;
- }
- &:nth-of-type(3n + 1) {
- margin-left: 0;
- }
- }
- image {
- display: block;
- width: 100%;
- height: 100%;
- }
- }
- .tools-wrap {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 12rpx;
- image {
- display: block;
- width: 48rpx;
- height: 48rpx;
- }
- .collection-favorite {
- display: flex;
- justify-content: flex-end;
- }
- .favorite {
- display: flex;
- align-items: center;
- }
- .good-count {
- margin-left: 10rpx;
- }
- }
- .message-list {
- margin-bottom: 74rpx;
- .list {
- display: flex;
- margin-top: 20rpx;
- }
- .message {
- width: 100%;
- line-height: 44rpx;
- font-size: 28rpx;
- color: rgba(153, 153, 153, 1);
- word-break: break-all;
- word-wrap: break-word;
- }
- .btn-reply {
- width: 76rpx;
- line-height: 44rpx;
- font-size: 24rpx;
- color: rgba(153, 153, 153, 1);
- text-align: center;
- }
- }
- .popup-body {
- padding-top: 24rpx;
- padding-bottom: 100rpx;
- }
- .form-item {
- position: relative;
- left: 0;
- top: 0;
- width: 688rpx;
- height: 76rpx;
- margin: 0 auto;
- border-radius: 38rpx;
- background: rgba(240, 240, 240, 1);
- .smile {
- position: absolute;
- left: 27rpx;
- top: 18rpx;
- width: 40rpx;
- height: 40rpx;
- }
- input {
- width: 383rpx;
- height: 100%;
- padding: 0 13rpx;
- margin-left: 67rpx;
- font-size: 32rpx;
- color: rgba(51, 51, 51, 1);
- }
- .placeholder {
- color: rgba(166, 166, 166, 1);
- }
- .btn-send {
- position: absolute;
- right: 14rpx;
- top: 10rpx;
- z-index: 99;
- width: 108rpx;
- height: 56rpx;
- border-radius: 38rpx;
- background: rgba(96, 169, 252, 1);
- font-size: 24rpx;
- color: #FFF;
- }
- }
|