| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .header {
- background-color: #fff;
- padding: 20rpx 30rpx 0rpx;
- box-sizing: border-box;
- margin-bottom: -16rpx;
- .title {
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- margin-bottom: 16rpx;
- }
- }
- .popup {
- .title {
- position: sticky;
- line-height: 80rpx;
- width: 100%;
- text-align: center;
- border-bottom: 1rpx solid #ddd;
- font-weight: 600;
- color: #333;
- top: 0;
- background-color: #fff;
- .icon {
- position: absolute;
- right: 28rpx;
- top: 22rpx;
- color: #999;
- }
- }
- .enterprise {
- width: 100%;
- box-sizing: border-box;
- padding-left: 30rpx;
- padding-right: 10rpx;
- padding-bottom: 10rpx;
- border-bottom: 1rpx solid #ddd;
- margin-top: 10rpx;
- .tag-box {
- margin-top: 10rpx;
- .tag {
- height: 40rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- padding: 0 12rpx;
- margin-right: 8rpx;
- }
- }
- &_title {
- line-height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .exp {
- line-height: 34rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- margin-top: 8rpx;
- }
- }
- }
|