123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- page{
- background-color: #F7F7F7;
- }
- .head-view{
- width: 750rpx;
- height: 448rpx;
- position: relative;
- display: flex;
- flex-direction: column;
- z-index: 0;
- }
- .head-view>image:nth-child(1){
- width: 750rpx;
- height: 448rpx;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1;
- }
- .head-view>image:nth-child(2){
- width: 116rpx;
- height: 116rpx;
- border: 6rpx solid #fff;
- border-radius: 50%;
- margin: 120rpx auto 16rpx;
- z-index: 2;
- }
- .head-view>text:nth-child(3){
- width: auto;
- height: 56rpx;
- font-size: 40rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 56rpx;
- z-index: 2;
- margin: 0 auto;
- }
- .beer-hz{
- width: 702rpx;
- height: 176rpx;
- background: #FFFFFF;
- border-radius: 4px;
- display: flex;
- flex-direction: row;
- margin: -66rpx 24rpx 24rpx;
- position: relative;
- z-index: 3;
- }
- .beer-hz>view:nth-child(2){
- width: 2rpx;
- height: 44rpx;
- margin: auto 0;
- background-color: rgba(0,0,0,0.16);
- }
- .hz-view{
- width: 350rpx;
- height: 176rpx;
- display: flex;
- flex-direction: row;
- }
- .hz-view>image:nth-child(1){
- width: 64rpx;
- height: 64rpx;
- margin: 56rpx 16rpx 56rpx 76rpx;
- }
- .hz-view>text:nth-child(2){
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- margin: auto 0;
- }
- .item-box{
- width: 702rpx;
- height: 224rpx;
- background: #FFFFFF;
- border-radius: 4px;
- display: flex;
- flex-direction: column;
- margin: 0 24rpx 24rpx;
- }
- .item-view{
- width: 702rpx;
- height: 112rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .item-view>image:nth-child(1){
- width: 48rpx;
- height: 48rpx;
- margin: auto 24rpx auto 32rpx;
- }
- .item-view>view:nth-child(2){
- width: 534rpx;
- height: 44rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- margin: auto auto auto 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .item-view>image:nth-child(3){
- width: 48rpx;
- height: 48rpx;
- margin: auto 16rpx auto 0;
- }
- .redDot{
- width: 12rpx;
- height: 12rpx;
- background: #FF5700;
- border-radius: 50%;
- margin-left: auto;
- margin-right: 8rpx;
- }
- .msgDot{
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 44rpx;
- }
|