index.css 991 B

123456789101112131415161718192021222324252627282930
  1. /* prescription/drugUsersList/index.wxss */
  2. .drugUsers{margin: 20rpx;padding: 30rpx; font-size: 32rpx;}
  3. .check{width: 34rpx;height: 34rpx;}
  4. .li:last-child {
  5. border-bottom: none;
  6. }
  7. .li{background: #fff;padding: 35rpx 20rpx;align-items: center;border-bottom: 2rpx solid #E5E5E5;}
  8. .info{margin: 0 20rpx; align-items: center;}
  9. .edit{width: 40rpx;height: 38rpx;}
  10. .authentication{
  11. background: #4A86FF;
  12. font-size: 20rpx;
  13. border-radius: 7rpx;
  14. color: #fff;
  15. width: 77rpx;
  16. height: 30rpx;
  17. line-height: 30rpx;
  18. text-align: center;
  19. margin: 0 14rpx;
  20. }
  21. .relationship{padding: 2rpx 10rpx;
  22. border: 1rpx solid #E94140;
  23. font-size: 20rpx;
  24. border-radius: 12rpx;
  25. color: #E94140;
  26. margin: 0 25rpx;
  27. }
  28. .name{font-size: 36rpx;color: #333;font-weight: bold;}
  29. .name text{margin-left: 30rpx; font-weight: normal; font-size: 28rpx;}
  30. .gmbtn{width: 680rpx;height: 80rpx;border-radius: 40rpx;text-align: center;line-height: 80rpx;font-size: 30rpx;color: #fff; margin: 0 33rpx;}