123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f8f8f8;
- height: 100%;
- }
- .status_bar {
- height: 25px;
- width: 100%;
- background: #5dbc7c;
- }
- .content-money {
- background: #5dbc7c;
- padding-bottom: 30rpx;
- }
- .content-money .buttom-box {
- position: relative;
- background-color: #ffffff;
- text-align: center;
- margin: 0 30rpx;
- padding: 30rpx 0;
- border-radius: 15rpx;
- margin-top: -80rpx;
- }
- .content-money .buttom-box .buttom {
- font-size: 32rpx;
- flex-grow: 1;
- }
- .content-money .buttom-box .buttom .money {
- font-weight: bold;
- font-size: 32rpx;
- color: #ff0000;
- }
- .content-money .buttom-box .text {
- color: #666666;
- }
- .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 {
- height: 484rpx;
- color: #ffffff;
- text-align: center;
- font-size: 35rpx;
- position: relative;
- }
- .money-box .header {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 80rpx;
- font-size: 32rpx;
- font-weight: 700;
- z-index: 99;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .money-box .goback-box {
- position: absolute;
- left: 18rpx;
- top: 0;
- height: 80rpx;
- display: flex;
- align-items: center;
- }
- .money-box .goback {
- z-index: 100;
- width: 34rpx;
- height: 34rpx;
- }
- .money-box .right {
- position: absolute;
- top: 140rpx;
- right: 40rpx;
- text-align: right;
- line-height: 1;
- }
- .money-box .right .right-num {
- font-size: 50rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .money-box .right .right-font {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #ffffff;
- }
- .money-box .right .time {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 35px;
- }
- .money-box .user {
- position: absolute;
- top: 140rpx;
- left: 34rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- z-index: 10;
- }
- .money-box .user .avtor {
- width: 102rpx;
- height: 102rpx;
- border-radius: 50%;
- position: relative;
- }
- .money-box .user .avtor .portrait {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .money-box .user .avtor .he {
- position: absolute;
- height: 30rpx;
- bottom: -4rpx;
- left: 0;
- }
- .money-box .user .avtor .he .image {
- width: 102rpx;
- height: 30rpx;
- }
- .money-box .user .name {
- margin-left: 30rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- display: flex;
- justify-content: start;
- }
- .money-box .user .name .name-left {
- width: 220rpx;
- }
- .money-box .user .name .name-right {
- margin-left: 20rpx;
- width: 50rpx;
- height: 60rpx;
- position: relative;
- }
- .money-box .user .name .name-right image {
- width: 100%;
- height: 100%;
- }
- .money-box .user .name .name-right .level {
- position: absolute;
- top: 35%;
- left: 50%;
- margin-left: -12rpx;
- font-size: 20rpx;
- }
- .money-box .user .id {
- margin-left: 30rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- }
- .money-box .money_img {
- width: 100%;
- height: 120rpx;
- text-align: center;
- padding-top: 50rpx;
- padding-bottom: 135rpx;
- }
- .money-box .money_img image {
- width: 120rpx;
- height: 120rpx;
- border: 4rpx solid #fd5f6f;
- border-radius: 50%;
- }
- .money-box .money-frame {
- position: absolute;
- top: 0;
- width: 100%;
- padding-top: 200rpx;
- }
- .money-box .money_num {
- font-size: 72rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .money-box .money_num .money_ren {
- font-size: 36rpx;
- }
- .order-item {
- padding: 20rpx 30rpx;
- line-height: 1.5;
- }
- .order-item .title-box {
- width: 100%;
- }
- .order-item .title-box .title-avatar {
- flex-shrink: 0;
- width: 100rpx;
- height: 100rpx;
- margin-right: 25rpx;
- border-radius: 100%;
- }
- .order-item .title-box .title-avatar image {
- width: 100%;
- height: 100%;
- border-radius: 100%;
- }
- .order-item .title-box .list_tpl {
- width: 85%;
- }
- .order-item .title-box .list_tpl .title {
- display: flex;
- justify-content: flex-start;
- font-size: 32rpx;
- color: #606266;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 1;
- text-align: center;
- }
- .order-item .title-box .list_tpl .title .title-name {
- max-width: 40%;
- }
- .order-item .title-box .list_tpl .title .dl {
- margin-left: 10rpx;
- width: 93rpx;
- height: 32rpx;
- border-radius: 16rpx;
- }
- .order-item .title-box .list_tpl .title .dl image {
- width: 93rpx;
- height: 32rpx;
- border-radius: 16rpx;
- }
- .order-item .title-box .list_tpl .title .class {
- display: inline-block;
- margin-left: 10rpx;
- padding: 6rpx;
- text-align: center;
- border: 1px solid #2e58ff;
- border-radius: 16rpx;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #2e58ff;
- }
- .order-item .title-box .list_tpl .time {
- font-size: 28rpx;
- color: #909399;
- }
- .order-item .money {
- width: 50%;
- text-align: right;
- color: #db1935;
- font-size: 32rpx;
- }
- .yeji {
- position: relative;
- margin: -72rpx auto 0;
- width: 690rpx;
- height: 143rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- }
- .yeji .yeji-a {
- width: 50%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .yeji .yeji-a .yeji-top {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .yeji .yeji-a .yeji-buttom {
- font-size: 42rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .yeji .border {
- width: 1rpx;
- height: 51rpx;
- background: #dddddd;
- }
|