|
@@ -126,6 +126,25 @@ radio{
|
|
|
background-color: #00a8dc;
|
|
|
border-radius: 40rpx;
|
|
|
}
|
|
|
+.chargemoney_button_disable{
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ width: calc(100% - 170rpx);
|
|
|
+ font-size: 34rpx;
|
|
|
+ margin: 90rpx 85rpx;
|
|
|
+ font-family: 'Lucida Sans',
|
|
|
+ 'Lucida Sans Regular',
|
|
|
+ 'Lucida Grande',
|
|
|
+ 'Lucida Sans Unicode',
|
|
|
+ Geneva,
|
|
|
+ Verdana,
|
|
|
+ sans-serif;
|
|
|
+ color: #ffffff;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ background-color: #c9c9c9;
|
|
|
+}
|
|
|
.chargemoney_button.button-hover{
|
|
|
background-color: #00a9dcb4;
|
|
|
}
|