admin.wxss 725 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. page {
  2. width: 750rpx;
  3. min-height: 100vh;
  4. background: #F8F8F8;
  5. }
  6. .contioner {
  7. padding: 32rpx 30rpx;
  8. }
  9. .contioner .cell {
  10. width: 690rpx;
  11. background: #FFFFFF;
  12. border-radius: 8rpx;
  13. padding: 43rpx 24rpx;
  14. }
  15. .contioner .cell .le {
  16. font-size: 28rpx;
  17. font-weight: 600;
  18. color: #333333;
  19. }
  20. .contioner .cell .le .tips {
  21. font-size: 24rpx;
  22. color: #666666;
  23. font-weight: 400;
  24. }
  25. .contioner .cell .lr {
  26. font-size: 28rpx;
  27. color: #666666;
  28. }
  29. .contioner .cell .lr .rightBox {
  30. width: 174rpx;
  31. height: 64rpx;
  32. background: #F2F2F2;
  33. border-radius: 8rpx;
  34. line-height: 64rpx;
  35. text-align: center;
  36. font-size: 32rpx;
  37. font-weight: 600;
  38. color: #333333;
  39. }