set.wxss 519 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/set/set.wxss */
  2. .set-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .set-item {
  8. width: 100%;
  9. height: 98rpx;
  10. background-color: #fff;
  11. }
  12. .col-a {
  13. margin:20rpx 0;
  14. }
  15. .label {
  16. width: 370rpx;
  17. font-size: 30rpx;
  18. font-weight: 400;
  19. color: #333333;
  20. text-indent: 24rpx;
  21. }
  22. .value {
  23. font-size: 30rpx;
  24. font-weight: 400;
  25. color: #333333;
  26. }
  27. .bindphone {
  28. margin-right: 72rpx;
  29. }
  30. .col-b {
  31. border-bottom: 1rpx solid #e4e4e4;
  32. }
  33. view .van-button__text {
  34. color: var(--maincolor);
  35. }