1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- page{
- padding-top:20rpx ;
- }
- .hotDr {
- width: 700rpx;
- border-radius: 12rpx;
- border: 2rpx solid #F5F5F5;
- background: #ffffff;
- margin: auto;
- margin-bottom: 20rpx;
- }
- .hotDr .hrInfo {
- display: flex;
- align-items: center;
- border-bottom: 2rpx solid rgba(227, 227, 227, 0.3);
- padding: 20rpx;
- }
- .hotDr .hrInfo .imgDiv {
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 16rpx;
- }
- .hotDr .hrInfo .imgDiv image {
- width: 100%;
- }
- .hotDr .hrInfo .info {
- flex: 1;
- }
- .hotDr .hrInfo .info .info1 .userName {
- width: 240rpx;
- color: #333333;
- font-size: 28rpx;
- line-height: 40rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .hotDr .hrInfo .info .info2 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #888888;
- font-size: 24rpx;
- line-height: 34rpx;
- }
- .hotDr .hrInfo .info .info2 .sign_view {
- flex: 1;
- text-align: right;
- }
- .hotDr .hrInfo .info .info2 .sign_view text {
- margin-right: 12rpx;
- background: #EBF5FF;
- color: #358CFF;
- font-size: 20rpx;
- line-height: 80rpx;
- font-size: 1;
- border-radius: 4rpx;
- text-align: center;
- padding: 0 16rpx;
- }
- .hotDr .userInfo2 {
- display: flex;
- align-items: center;
- justify-content: space-around;
- padding: 20rpx 0 40rpx;
- }
- .hotDr .userInfo2 .userInfo2_item {
- text-align: center;
- }
- .hotDr .userInfo2 .userInfo2_item text {
- color: #333333;
- font-size: 34rpx;
- line-height: 48rpx;
- font-weight: bold;
- }
- .hotDr .userInfo2 .userInfo2_item view {
- color: #7D9CAB;
- font-size: 24rpx;
- line-height: 34rpx;
- margin-top: 6rpx;
- }
|