全新popiart网站 react项目重构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
5.3 KiB

.profilePage{min-height:100%;padding:0 0 44px;background:#fff}.profilePage .profilePage__banner{width:100%;height:170px;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:20px 20px 0 0;background:linear-gradient(90deg,#f0f0f0,#d6ceef);position:relative;z-index:0}.profilePage .profilePage__banner img{width:188px;height:48px;display:block;position:absolute;right:36px;bottom:29px}.profilePage .profilePage__content{padding:0 29px;position:relative;z-index:1}.profilePage .profilePage__header{margin-top:-68px;display:flex;align-items:flex-start;gap:10px;position:relative;z-index:2}.profilePage .profilePage__avatar{width:130px;height:130px;border-radius:50%;flex-shrink:0}.profilePage .profilePage__editButton{margin-top:56px;width:75px;height:20px;border:1px solid #e5e6eb;border-radius:20px;background:#fff;color:#666;font-size:12px;font-weight:400;line-height:20px;cursor:pointer}.profilePage .profilePage__identity{margin:14px 0 0}.profilePage .profilePage__nameRow{display:flex;align-items:center;gap:10px}.profilePage .profilePage__name{margin:0;color:#333;font-size:24px;font-weight:500;line-height:26px}.profilePage .profilePage__userTag{display:inline-flex;align-items:center;justify-content:center;height:20px;min-width:65px;padding:0 8px;border-radius:9px;font-size:12px;font-weight:500;line-height:26px;text-align:center}.profilePage .profilePage__userTag.profilePage__userTag--free{min-width:79px;background:#f0f0f0;color:#999;font-weight:400}.profilePage .profilePage__userTag.profilePage__userTag--lv12{background:linear-gradient(90deg,#f0f0f0,#d6ceef);color:#5c3bc7}.profilePage .profilePage__userTag.profilePage__userTag--lv3{background:linear-gradient(90deg,#fff6ae,#ffab4c);color:#b74c1e}.profilePage .profilePage__userTagPrefix{font-weight:500}.profilePage .profilePage__userTagLevel{font-weight:800}.profilePage .profilePage__idWrap{display:inline-flex;align-items:center;gap:2px}.profilePage .profilePage__idText{color:#999;font-size:10px;font-weight:400;line-height:26px}.profilePage .profilePage__verifyIcon{width:15px;height:15px;cursor:pointer}.profilePage .profilePage__bio{margin:14px 0 0;color:#666;font-size:16px;font-weight:400;line-height:26px}.profilePage .profilePage__stats{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;column-gap:22px;row-gap:6px}.profilePage .profilePage__statItem{display:inline-flex;align-items:baseline;gap:5px}.profilePage .profilePage__statValue{color:#333;font-size:16px;font-weight:500;line-height:26px}.profilePage .profilePage__statLabel{color:#666;font-size:16px;font-weight:400;line-height:26px}.profilePage .profilePage__toolbar{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.profilePage .profilePage__tabs{display:flex;align-items:center;flex-wrap:wrap;gap:0}.profilePage .profilePage__tab{width:69px;height:27px;margin-right:0;border:0;border-radius:9px;background:#fff;color:#333;font-size:14px;font-weight:400;line-height:26px;cursor:pointer}.profilePage .profilePage__tab.profilePage__tab{margin-left:0}.profilePage .profilePage__tab.profilePage__tab--active{background:#f9f9f9;font-weight:500}.profilePage .profilePage__toolbarRight{display:flex;align-items:center;gap:10px;flex-shrink:0}.profilePage .profilePage__batchButton{width:91px;height:27px;border:1px solid #e5e6eb;border-radius:9px;background:#fff;color:#333;font-size:14px;font-weight:500;line-height:26px;cursor:pointer}.profilePage .profilePage__unpublishButton{min-width:91px;height:27px;padding:0 12px;border:1px solid #e5e6eb;border-radius:9px;background:#fff;color:#333;font-size:14px;font-weight:500;line-height:26px;cursor:pointer}.profilePage .profilePage__unpublishButton:disabled{opacity:.45;cursor:not-allowed}.profilePage .profilePage__gallery{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.profilePage .profilePage__galleryHint{grid-column:1/-1;margin:0;color:#999;font-size:14px;line-height:22px}.profilePage .profilePage__cardWrap{cursor:pointer;border-radius:9px;outline:none;position:relative}.profilePage .profilePage__cardWrap--selected{box-shadow:0 0 0 2px #5c3bc7}.profilePage .profilePage__cardWrap:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #5c3bc7}.profilePage .profilePage__cardWrap--selected:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #5c3bc7,0 0 0 6px #5c3bc759}.profilePage .profilePage__cardCheckbox{position:absolute;top:6px;right:6px;z-index:2;width:20px;height:20px;pointer-events:none}.profilePage .profilePage__cardCheckbox img{width:100%;height:100%;display:block}.profilePage .profilePage__card{width:100%;max-width:260px;aspect-ratio:1/1;border-radius:9px;object-fit:cover;display:block}@media (max-width: 1440px){.profilePage{padding:32px 20px 30px}.profilePage .profilePage__header{margin-top:-56px}}@media (max-width: 992px){.profilePage .profilePage__toolbar{flex-wrap:wrap}.profilePage .profilePage__toolbarRight{margin-left:auto}.profilePage .profilePage__gallery{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}}@media (max-width: 768px){.profilePage{padding:20px 14px 24px}.profilePage .profilePage__banner{height:140px}.profilePage .profilePage__header{margin-top:-44px}.profilePage .profilePage__avatar{width:96px;height:96px}.profilePage .profilePage__name{font-size:20px}.profilePage .profilePage__stats{column-gap:14px}}