/* pages/guests/index.wxss */ .guests { color: var(--base-color); width: 100%; min-height: 100vh; padding-bottom: 15rpx; padding-top: 15rpx; } .guests_title { line-height: 1.5em; padding-left: 10rpx; width: 5em; border-left: 15rpx solid #ffffff; margin-left: 30rpx; margin-bottom: 15rpx; margin-top: 15rpx; } .guests_title:first-child{ margin-top: 0; } .marster_phone { display: block; width: 750rpx; } .m_phone_bg { display: inline-block; margin: 10rpx 0 0 10rpx; border-radius: 35rpx; line-height: 1.5em; width: 350rpx; overflow: hidden; background-color: var(--base-color); position: relative; color: #000; font-size: 25rpx; }