| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- .content {
- height: 100%;
- }
- .content .swiper-box {
- padding-top: 25rpx;
- height: calc(100% - 220px);
- background-color: #ffffff;
- }
- .content .swiper-box .list-scroll-content {
- height: 100%;
- }
- .nodata {
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- padding-top: 20rpx;
- }
- .content-money {
- padding-bottom: 30rpx;
- position: relative;
- }
- .content-money .buttom-box {
- background-color: #ffffff;
- text-align: center;
- margin: 0 30rpx;
- padding: 30rpx 0;
- border-radius: 15rpx;
- margin-top: -60rpx;
- z-index: 100;
- }
- .content-money .buttom-box .buttom {
- font-size: 32rpx;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- flex-grow: 1;
- }
- .content-money .buttom-box .buttom .money {
- font-weight: 400;
- font-size: 32rpx;
- color: #333333;
- }
- .content-money .buttom-box .text {
- color: #666666;
- font-size: 26rpx;
- font-weight: 400;
- }
- .content-money .buttom-box .interval {
- width: 2rpx;
- height: 60rpx;
- background-color: #eeeeee;
- }
- .content-money .buttom-box .icon {
- height: 50rpx;
- width: 48rpx;
- margin: 0 auto;
- }
- .content-money .buttom-box .icon .icon-img {
- width: 100%;
- height: 100%;
- }
- .money-box {
- padding-top: 100rpx;
- background: -webkit-linear-gradient(38deg, #7e99fe, #978ffa);
- background: linear-gradient(52deg, #7e99fe, #978ffa);
- height: 400rpx;
- color: #ffffff;
- text-align: center;
- }
- .money-box .top {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding: 10rpx 25rpx 60rpx;
- }
- .money-box .top .top-left {
- width: 127rpx;
- height: 40rpx;
- border: 1rpx solid white;
- border-radius: 20px;
- line-height: 40rpx;
- }
- .money-box .top .top-left .top-left-text {
- width: 127rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: white;
- text-align: center;
- }
- .money-box .top .top-left .top-left-text .top-left-text1 {
- margin-right: 5rpx;
- }
- .money-box .top .top-left .top-left-text .iconfont {
- line-height: 100%;
- }
- .money-box .top .top-right {
- font-size: 24rpx;
- font-weight: 400;
- color: white;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .money-box .top .top-right text {
- font-size: 30rpx;
- }
- .money-box .money_name {
- width: 100%;
- text-align: center;
- padding-bottom: 25rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: white;
- }
- .money-box .money_num {
- font-size: 60rpx;
- font-weight: bold;
- color: white;
- }
- .money-box .forms {
- text-decoration: underline;
- }
- .withdraw {
- position: absolute;
- top: 165rpx;
- right: 0;
- width: 160rpx;
- height: 64rpx;
- background: white;
- border: 2px solid white;
- border-radius: 32px 0px 0px 32px;
- text-align: center;
- }
- .withdraw .withdraw-text {
- font-size: 30rpx;
- font-weight: bold;
- color: #8298fd;
- line-height: 60rpx;
- letter-spacing: 2rpx;
- }
- .list-box {
- margin: 0 30rpx;
- padding: 25rpx 0rpx;
- border-bottom: 1px solid #eeeeee;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .list-box .list-left .list-name {
- max-width: 400rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .list-box .list-left .list-time {
- margin-top: 16rpx;
- font-size: 22rpx;
- font-weight: 400;
- color: #999999;
- }
- .list-box .list-right {
- min-width: 220rpx;
- font-size: 30rpx;
- text-align: right;
- letter-spacing: 1px;
- font-weight: bold;
- }
- .list-box .list-right .jia {
- color: #333333;
- }
- .list-box .list-right .jian {
- color: #fc2a3f;
- }
|