| 123456789101112131415161718192021222324252627282930 |
- /* prescription/drugUsersList/index.wxss */
- .drugUsers{margin: 20rpx;padding: 30rpx; font-size: 32rpx;}
- .check{width: 34rpx;height: 34rpx;}
- .li:last-child {
- border-bottom: none;
- }
- .li{background: #fff;padding: 35rpx 20rpx;align-items: center;border-bottom: 2rpx solid #E5E5E5;}
- .info{margin: 0 20rpx; align-items: center;}
- .edit{width: 40rpx;height: 38rpx;}
- .authentication{
- background: #4A86FF;
- font-size: 20rpx;
- border-radius: 7rpx;
- color: #fff;
- width: 77rpx;
- height: 30rpx;
- line-height: 30rpx;
- text-align: center;
- margin: 0 14rpx;
- }
- .relationship{padding: 2rpx 10rpx;
- border: 1rpx solid #E94140;
- font-size: 20rpx;
- border-radius: 12rpx;
- color: #E94140;
- margin: 0 25rpx;
- }
- .name{font-size: 36rpx;color: #333;font-weight: bold;}
- .name text{margin-left: 30rpx; font-weight: normal; font-size: 28rpx;}
- .gmbtn{width: 680rpx;height: 80rpx;border-radius: 40rpx;text-align: center;line-height: 80rpx;font-size: 30rpx;color: #fff; margin: 0 33rpx;}
|