123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- /* pages/ucenter/chargemoneylog/chargemoneylog.wxss */
- page {
- background-color: #fff;
- height: 100%;
- overflow-y: hidden;
- }
- /* .title {
- background-color: #42b9b4;
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- min-height: 88rpx;
- padding: 0 30rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- vertical-align: text-bottom;
- } */
- /* .title text {
- padding: 0 10rpx 0 0;
- display: inline-block;
- font-size: 24rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 24rpx;
- height: 24rpx;
- min-height: 24rpx;
- } */
- /* .title .bold {
- font-style: italic;
- font-weight: bold;
- font-size: 28rpx;
- line-height: 28rpx;
- height: 28rpx;
- min-height: 28rpx;
- } */
- .context_block {
- width: 100%;
- height: 100rpx;
- background: #f4f4f4;
- display: flex;
- }
- .context_block 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;
- overflow: hidden;
- line-height: 100rpx;
- height: 100rpx;
- min-height: 100rpx;
- }
- .context_block .time {
- flex-shrink: 0;
- margin-left: 40rpx;
- width: 300rpx;
- }
- .context_block .money {
- width: 100%;
- text-align: right;
- padding-right: 130rpx;
- }
- .context_block .state {
- flex-shrink: 0;
- width: 120rpx;
- }
- .context {
- height: calc(100% - 100rpx);
- }
- .text_context {
- position: relative;
- display: flex;
- height:120rpx;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .text_context text{
- font-size: 24rpx;
- 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: 120rpx;
- height: 120rpx;
- min-height: 120rpx;
- }
- .text_context .time {
- flex-shrink: 0;
- margin-left: 40rpx;
- width: 300rpx;
- }
- .text_context .time .date_time {
- display: block;
- color:#999999;
- position: absolute;
- top: 72rpx;
- line-height: 32rpx;
- height: 32rpx;
- min-height: 32rpx;
- }
- .text_context .money {
- width: 100%;
- text-align: right;
- padding-right: 130rpx;
- }
- .text_context .state {
- flex-shrink: 0;
- width: 120rpx;
- color: #16b2ef;
- }
|