邃芒智像相册
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.
 
 

28 lines
395 B

  1. /* pages/userProtocol/userProtocol.wxss */
  2. .content {
  3. padding: 30rpx;
  4. background-color: #333333;
  5. color: #ffffffc7;
  6. view {
  7. margin-bottom: 30rpx;
  8. }
  9. .title {
  10. font-weight: 600;
  11. font-size: 35rpx;
  12. text-align: center;
  13. }
  14. .paragraph {
  15. text-indent: 40rpx;
  16. }
  17. .item {
  18. border-bottom: 1px solid #ffffff59;
  19. .titleInside {
  20. font-weight: 600;
  21. }
  22. }
  23. }