index.css 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. /* prescription/drugUsers/index.wxss */
  2. .tips{background: #F9F8D9; padding: 15rpx 20rpx; color: #F97326;align-items: center;justify-content: center;}
  3. .guarantee{width: 30rpx;height: 30rpx; margin-right: 10rpx;}
  4. .ipt{padding: 20rpx 0;
  5. border-bottom: 1rpx solid #E5E5E5;
  6. margin: 20rpx;
  7. }
  8. label{
  9. color: #999;
  10. }
  11. .ipt:nth-child(3){
  12. border-bottom: none;
  13. }
  14. .red{color: red;}
  15. .name{margin: 0 30rpx 0 20rpx;}
  16. .sex{padding: 10rpx 20rpx; background: #FCECEC; border-radius: 40rpx; font-size: 24rpx;}
  17. .relationship{padding: 20rpx; align-items: center;}
  18. .relationship label{margin-right: 20rpx;}
  19. .item{padding:10rpx 20rpx;border-radius: 40rpx; background: #F2F2F2; margin-right:20rpx ;}
  20. .active{background: #FCECEC !important; color: #E82810 !important; border: 1rpx solid #E82810 !important;}
  21. .gmbtn{width: 680rpx;height: 80rpx;border-radius: 40rpx;text-align: center;line-height: 80rpx;font-size: 30rpx;color: #fff; margin: 0 33rpx;}
  22. .btn{position: fixed;left: 0;right: 0;bottom: 0;}
  23. .del{width: 50%;height: 100rpx;line-height: 100rpx;background: #fff;font-size: 36rpx;color: #333;text-align: center;}
  24. .submit{width: 50% !important;height: 100rpx !important;line-height: 100rpx !important;background: #FE0419;font-size: 36rpx;color: #fff;text-align: center;}
  25. .list{background: #fff;margin: 20rpx 0 0;}
  26. .list .li{border-bottom: 1rpx solid #F4F6FA;height: 100rpx;display: flex;display: -webkit-flex;align-items: center;padding: 0 30rpx;}
  27. .list .li text{display: block;font-size: 28rpx;color: #333;}
  28. .items{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;}
  29. .rico{display: block;width: 16rpx;height: 26rpx;margin-left: 20rpx;}
  30. .she{justify-content: flex-end;display: flex;display: -webkit-flex;}
  31. .check{width: 34rpx;height: 34rpx;}