/* pages/userProtocol/userProtocol.wxss */ .content { padding: 30rpx; background-color: #333333; color: #ffffffc7; view { margin-bottom: 30rpx; } .title { font-weight: 600; font-size: 35rpx; text-align: center; } .paragraph { text-indent: 40rpx; } .item { border-bottom: 1px solid #ffffff59; .titleInside { font-weight: 600; } } }