set.wxss 663 B

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