运维小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* pages/personalInfo/index.wxss */ .uni-page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .container {
  6. height: 100%;
  7. background: linear-gradient(to bottom, #0F80DC -40%, #f0f5f5 40%, #f0f5f5 100%);
  8. box-sizing: border-box;
  9. }
  10. .account_number{
  11. width: 100%;
  12. padding: 20rpx;
  13. display: flex;
  14. justify-content: center;
  15. box-sizing: border-box;
  16. }
  17. .account_to1{
  18. width: 200rpx;
  19. height: 200rpx;
  20. border-radius: 100rpx;
  21. border: 1rpx solid #ffffff;
  22. }
  23. .toptabbar {
  24. width: 100%;
  25. padding: 10rpx 20rpx;
  26. box-sizing: border-box;
  27. }
  28. .toptabbar_{
  29. border-radius: 10rpx;
  30. overflow: hidden;
  31. padding:0rpx 20rpx 20rpx 20rpx;
  32. background-color: #ffffff;
  33. }
  34. .toptabbar_box{
  35. width: 100%;
  36. height: 120rpx;
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. border-bottom: 1rpx #f5f5f5 solid;
  41. }
  42. .toptabbar_left{
  43. font-size: 28rpx;
  44. }
  45. .account_to{
  46. width: 100%;
  47. height: 300rpx;
  48. border-radius: 10rpx;
  49. display: flex;
  50. align-items: center;
  51. justify-content: center;
  52. border-radius: 10rpx;
  53. border: #f5f5f5 1rpx solid;
  54. box-sizing: border-box;
  55. }
  56. .user_to{
  57. width: 100%;
  58. height: 360rpx;
  59. border-radius: 10rpx;
  60. }
  61. .uni-mt-5{
  62. text-align: right;
  63. }