| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .usermsg-wrapper {
- width: 20vw;
- height: 87vh;
- background: #F9FAFC;
- display: flex;
- flex-direction: column;
- align-items: center;
- overflow: hidden;
- }
- .userimg {
- width: 53px;
- height: 53px;
- margin-top: 20px;
- margin-bottom: 10px;
- }
- .username {
- display: flex;
- align-items: center;
- margin-bottom: 23px;
- }
- .username>.text {
- font-size:14px;
- line-height: 14px;
- color:rgba(51,51,51,1);
- }
- .username image {
- width:20px;
- height:20px;
- margin-left: 10px;
- }
- .address>.text {
- font-size:12px;
- color:rgba(121,148,169,1);
- text-align: center;
- }
- .address>.text:last-child {
- margin-top: 12px;
- margin-bottom: 18px;
- }
- .intention {
- height:30px;
- font-size:12px;
- color:rgba(80,93,124,1);
- line-height:16px;
- background:rgba(82,134,254,0.18);
- border-top: 1px dashed rgba(82,134,254,1);
- border-bottom: 1px dashed rgba(82,134,254,1);
- padding: 8px 15px;
- }
- .intentionbi {
- width: 75px;
- height: 75px;
- margin-top: 3px;
- position: relative;
- }
- .intentionbi>image {
- width: 100%;
- height: 100%;
- }
- .intentionbi>text {
- font-size:16px;
- color:rgba(51,51,51,1);
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- text-align: center;
- line-height: 75px;
- }
- .intention-text {
- font-size:12px;
- color:rgba(121,148,169,1);
- text-align: center;
- }
|