12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .top-cont {
- height: 50rpx;
- line-height: 50rpx;
- padding-left: 10rpx;
- font-size: 30rpx;
- background: #D4E1F5;
- letter-spacing: 2rpx;
- }
- .top-cont span {
- color: #F58E3C;
- }
- .content {
- padding: 15rpx;
- background: #fff;
- }
- .cont-width {
- display: flex;
- border-bottom: 3rpx solid #F5F5F5;
- margin-top: 20rpx;
- }
- .cont-width .logo {
- width: 70rpx;
- height: 70rpx;
- }
- .cont-width .right {
- width: 90%;
- margin-left: 15rpx;
- margin-right: 45rpx;
- }
- .cont-width .right .name {
- display: flex;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 30rpx;
- justify-content: space-between;
- align-items: center;
- }
- .cont-width .right .name .left span:last-child {
- padding-left: 10rpx;
- font-size: 20rpx;
- color: #999;
- }
- .cont-width .right .name .right-stars image {
- width: 15rpx;
- height: 15rpx;
- }
- .cont-width .right .cont {
- color: #666;
- font-size: 30rpx;
- word-wrap: break-word;
- }
- .cont-width .right .image {
- margin: 10rpx 0;
- }
- .cont-width .right .image image {
- width: 140rpx;
- height: 140rpx;
- margin-right: 10rpx;
- }
|