12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .information {
- overflow: hidden;
- --van-tab-active-text-color: var(--van-primary-color);
- --van-tab-text-color: #333;
- --van-tab-font-size: 16px;
- :global {
- .van-tab__panel {
- padding-top: 12px;
- }
- }
- .addPhone {
- color: var(--van-primary-text);
- font-size: 14px;
- }
- .addPhoneBtn {
- margin: 0 13px 0;
- width: calc(100% - 26px);
- font-size: 16px;
- font-weight: 500;
- background: #FFF7F3;
- border: 1px solid #F67146;
- border-radius: 6px;
- color: #F67146;
- }
- .img {
- width: 142px;
- height: 80px;
- border-radius: 10px;
- overflow: hidden;
- margin-right: 15px;
- flex-shrink: 0;
- }
- .title {
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- padding-bottom: 2px;
- max-width: 180px;
- }
- .content {
- font-size: 12px;
- color: #777777;
- line-height: 17px;
- word-break: break-all;
- word-wrap: break-word;
- }
- .time {
- padding-top: 5px;
- font-size: 12px;
- color: #aaaaaa;
- line-height: 17px;
- }
- .informationGroup {
- margin-bottom: 32px;
- }
- .cellItemContent {
- height: 100%;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- .cellGroup {
- background: #fff;
- overflow: hidden;
- margin-bottom: 12px;
- }
- .cellReason {
- margin: 0 13px 16px;
- background: #FFF0F0;
- border-radius: 6px;
- padding: 12px;
- color: #E91515;
- font-size: 14px;
- word-wrap: break-word;
- word-break: break-all;
- line-height: 20px;
- span {
- font-weight: 600;
- }
- }
- }
|