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.
|
- /* 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;
- }
- }
- }
|