12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .ab-owner-card-content {
- background-image: linear-gradient(#1677ff, #F1F2F4);
- padding: 10rpx 60rpx 40rpx;
- }
- .ab-owner-card-content .card-position {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .ab-owner-card-content .card-position .card-flex {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .ab-owner-card-content .card-position .card-flex .pub-icon {
- width: 25rpx;
- height: 35rpx;
- margin-right: 12rpx;
- }
- .ab-owner-card-content .card-position .card-flex .card-icon {
- width: 100%;
- height: 100%;
- background-image: url('https://gw.alipayobjects.com/mdn/rms_091500/afts/img/A*_zpOTYClPccAAAAAAAAAAAAAARQnAQ');
- background-size: 100% 100%;
- }
- .ab-owner-card-content .card-position .card-flex .card-title {
- color: #fff;
- font-size: 30rpx;
- }
- .ab-owner-card-content .card-position .card-title2 {
- color: #fff;
- font-size: 30rpx;
- }
- .ab-owner-card-content .card-image {
- position: relative;
- margin-top: 50rpx;
- height: 260rpx;
- border-radius: 20rpx;
- }
- .ab-owner-card-content .card-image .get-cards {
- position: absolute;
- bottom: 10px;
- width: 60%;
- left: 20%;
- padding: 25rpx;
- box-sizing: border-box;
- color: #fff;
- font-size: 30rpx;
- background-color: orange;
- text-align: center;
- border-radius: 50rpx;
- }
- .ab-owner-card-content .card-image .card-number {
- text-align: center;
- margin-top: 70rpx;
- color: #fff;
- font-size: 34rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|