shezhi.wxss 920 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. page{
  2. background-color: #F2F3F7;
  3. }
  4. .contentV{
  5. display:flex;
  6. flex-direction: column;
  7. justify-content: center;
  8. align-items: center;
  9. }
  10. .itemView{
  11. display:flex;
  12. justify-content: flex-start;
  13. margin-top: 16rpx;
  14. height: 80rpx;
  15. width: 90%;
  16. border: 2rpx dotted darkgray;
  17. background-color: aliceblue;
  18. }
  19. .textstye{
  20. font-size: 30rpx;
  21. margin-left: 30rpx;
  22. height: 80rpx;
  23. line-height:80rpx;
  24. }
  25. .versionV{
  26. position:fixed;
  27. bottom: 40rpx;
  28. width: 100%;
  29. }
  30. .versionitem{
  31. display:flex;
  32. flex-direction: column;
  33. justify-content: center;
  34. align-items: center;
  35. width: 90%;
  36. }
  37. .appname{
  38. font-size: 30rpx;
  39. }
  40. .zuixinbb{
  41. padding-top: 10rpx;
  42. font-size: 28rpx;
  43. }
  44. .dangqbb{
  45. padding-top: 10rpx;
  46. font-size: 28rpx;
  47. }
  48. .huoqubb{
  49. padding-top: 10rpx;
  50. font-size: 28rpx;
  51. color: blue;
  52. text-decoration:underline;
  53. }
  54. .words{
  55. width: 100%;
  56. text-align: center;
  57. font-size: 30rpx;
  58. height: 80rpx;
  59. line-height: 80rpx;
  60. }