123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- /* pages/ucenter/purse/purse.wxss */
- page {
- height: 100%;
- overflow-y: hidden;
- }
- .top {
- width: 100%;
- /* height: 260rpx; */
- text-align: left;
- /* min-height: 260rpx; */
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
- padding-top: 30rpx;
- margin-bottom: 42rpx;
- }
- .top_center1 {
- width: 100%;
- height: 311rpx;
- position: absolute;
- top: 30rpx;
- }
- .top_center {
- width: 100%;
- height: 311rpx;
- }
- image.balance {
- margin-left: 12rpx;
- width: 725rpx;
- height: 311rpx;
- overflow: hidden;
- }
- .top .text1 {
- padding: 82rpx 0 0 96rpx;
- display: block;
- font-size: 24rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 46rpx;
- height: 46rpx;
- min-height: 46rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- }
- .top .text2 {
- padding: 0 0 0 96rpx;
- display: block;
- font-size: 42rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 60rpx;
- height: 60rpx;
- min-height: 60rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- font-weight: bold;
- }
- .title2 {
- padding:0 28rpx;
- }
- .title2 view {
- height: 100rpx;
- margin-bottom: 20rpx;
- /* background-color: red; */
- border-radius: 12rpx;
- box-shadow: 2rpx 10rpx 6rpx #f5f5f5;
- }
- .title2 view.active {
- background-color: #f5f5f5;
- box-shadow: none;
- }
- .chargemoney image {
- width: 40rpx;
- height: 40rpx;
- margin: 30rpx 28rpx 30rpx 20rpx;
- }
- .out image {
- width: 34rpx;
- height: 35rpx;
- margin: 33rpx 28rpx 33rpx 26rpx;
- }
- .chargemoney text, .out text {
- display: inline-block;
- line-height: 100rpx;
- height: 100rpx;
- min-height: 100rpx;
- font-size: 32rpx;
- 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;
- font-weight: bold;
- }
|