123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- /* pages/chargemoney/chargemoney.wxss */
- page{
- box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
- }
- .money{
- padding:0 15rpx;
- }
- .money .title{
- padding:40rpx 15rpx 0rpx 15rpx;
- }
- .chargemoney {
- display: inline-block;
- position: relative;
- width: 330rpx;
- height: 140rpx;
- margin: 30rpx 15rpx 0 15rpx;
- flex-shrink: 0;
- overflow: hidden;
- }
- .chargemoney_select {
- display: inline-block;
- position: relative;
- width: 330rpx;
- height: 140rpx;
- margin: 30rpx 15rpx 0 15rpx;
- flex-shrink: 0;
- overflow: hidden;
- background-color: #00a8dc;
- border-radius: 20rpx;
- box-shadow: 0rpx 6rpx 8rpx #4768f3;
- }
- .chargemoney image {
- width: 330rpx;
- height: 140rpx;
- }
- .chargemoney view, .chargemoney_select view {
- position: absolute;
- top: 0;
- left: 0;
- width: 330rpx;
- height: 140rpx;
- flex-shrink: 0;
- overflow: hidden;
- text-align: center;
- }
- text {
- font-size: 34rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #434343;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 140rpx;
- height: 140rpx;
- min-height: 140rpx;
- }
- text.blod {
- font-weight: bold;
- /* padding-left: 15rpx; */
- line-height: 54rpx;
- height: 54rpx;
- min-height: 54rpx;
- }
- .chargemoney_select text {
- color: #ffffff;
- }
- .money .title1{
- padding:0rpx 15rpx 0rpx 15rpx;
- }
- .money .title2{
- padding:25rpx 15rpx 0rpx 15rpx;
- }
- .money .title2 view{
- height: 114rpx;
- }
- .alipay image,.wechat image{
- width: 44rpx;
- height: 44rpx;
- margin: 35rpx 20rpx 35rpx 0rpx;
- }
- .alipay text,.wechat text{
- display: inline-block;
- line-height: 114rpx;
- height: 114rpx;
- min-height: 114rpx;
- }
- .alipay view,.wechat view{
- line-height: 114rpx;
- height: 114rpx;
- min-height: 114rpx;
- float: right;
- }
- radio{
- color: #00a8dc;
- }
- .chargemoney_button{
- 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;
- 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;
- }
- .foot{
- position: absolute;
- bottom: 0;
- text-align: center;
- width: 100%;
- }
- .foot text{
- font-size: 28rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #434343;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 90rpx;
- height: 90rpx;
- min-height: 90rpx;
- }
- text.blue{
- color:#00a8dc;
- }
- .money_input {
- margin: 51rpx 30rpx;
- padding: 0 21rpx;
- border-top: 1rpx solid #f7f7f7;
- border-bottom: 1rpx solid #f7f7f7;
- }
- .section_phcolor {
- font-size: 28rpx;
- line-height: 100rpx;
- height: 100rpx;
- min-height: 100rpx;
- color: #aaaaaa;
- }
|