/* 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 #6978ff; margin-left: 30rpx; margin-bottom: 15rpx; margin-top: 15rpx; } .guests_title:first-child{ margin-top: 0; } .marster_phone { display: block; width: 750rpx; height: 350rpx; } .m_phone{ width: 450rpx; height: 253rpx; } .m_phone_bg { display: block; margin: 0 auto; border-radius: 35rpx; width: 450rpx; height: 350rpx; overflow: hidden; background-color: var(--base-color); position: relative; color: #000; font-size: 25rpx; }