| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .box {
- padding: 24rpx 32rpx;
- }
- .h-btn {
- margin: 48rpx auto;
- text-align: center;
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 50rpx;
- line-height: 84rpx;
- }
- .presentCount {
- font-size: 24rpx;
- line-height: 84rpx;
- color: #666666;
- }
- .customStyle{
- width: 100rpx;
- height: 50rpx;
- font-size: 24rpx;
- line-height: 50rpx;
- background: #FFE05C;
- text-align: center;
- border-radius: 10rpx;
- }
- /deep/ .u-text__value--tips {
- color: #333333 !important;
- }
- .popup{
- background: #ffffff;
- width: 750rpx;
- height: 750rpx;
- position: relative;
- }
- .popupClose{
- position: absolute;
- right: 30rpx;
- top: 24rpx;
- }
- .popupTitle{
- font-size: 30rpx;
- line-height: 90rpx;
- }
- .popupContent{
- width: 750rpx;
- height: 650rpx;
- overflow: auto;
- }
- .loveImage{
- width: 80rpx;
- height: 80rpx;
- border-radius: 40rpx;
- }
- .popupItem{
- padding: 24rpx 24rpx;
- border-bottom: 2rpx solid #F7F7F7;
- }
- .popupName{
- margin-left: 24rpx;
- font-size: 26rpx;
- }
- .popupPhone{
- margin-left: 24rpx;
- font-size: 24rpx;
- color: #999999;
- }
|