Files
wdsxh/unpackage/dist/build/mp-weixin/pages/component/title-bar/title-bar.wxss
2026-04-29 15:33:58 +08:00

1 line
753 B
Plaintext

.component-title-bar{position:-webkit-sticky;position:sticky;top:0;z-index:998;background:#fff;width:100%}.component-title-bar .title-bar-status{width:100%}.component-title-bar .title-bar-main{display:flex;align-items:center;height:0;overflow:hidden;padding:0 25%}.component-title-bar .title-bar-main .main-back{width:32rpx;height:32rpx;position:absolute;left:32rpx}.component-title-bar .title-bar-main .main-back .icon{position:absolute;top:0;left:0}.component-title-bar .title-bar-main .main-title{position:relative;width:100%;flex:1}.component-title-bar .title-bar-main .main-title .title{color:#000;text-align:center;font-size:32rpx;line-height:44rpx}.component-title-bar .title-bar-border{width:100%;height:1rpx;background:#f6f7fb;margin-top:-1rpx}