123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- view {
- box-sizing: border-box;
- }
-
- .container {
- min-height: 100vh;
- .topBox{
- height: 160rpx;
- background: #55ACF9;
- padding-top: 24rpx;
- padding-left: 30rpx;
- padding-right: 30rpx;
-
- background-size: 100% 466rpx;
- background-repeat: no-repeat;
- .bar{
- height: 64rpx;
- background: #E2F0FF;
- border-radius: 32rpx;
- display: flex;
- align-items: center;
- padding-left: 20rpx;
- font-size: 28rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #333333;
- .tag{
- width: 78rpx;
- height: 34rpx;
- // background: linear-gradient(132deg, #4FDDFF 0%, #5ECFFF 49%, #017AFF 100%);
- // filter: blur(0.5px);
- // display: flex;
- // align-items: center;
- // // justify-content: center;
- // font-style: italic;
- margin-right: 12rpx;
- }
- }
-
-
- }
- .mianContent{
-
- // padding-top: 48rpx;
- min-height:calc(100vh - 300rpx);
-
- // height:calc(100vh - 110rpx);
-
- // box-shadow: 0rpx 4rpx 16rpx -8rpx rgba(0,103,104,0.16);
- border-radius: 40rpx 40rpx 0 0;
- position: relative;
- margin-top: -50rpx;
-
- background-size: 100% 1332rpx;
- // background-position: 0rpx -50rpx;
- background-size: contain;
- background-repeat: no-repeat;
- // background-blend-mode: overlay;
- // background:#f7f8fb;
-
- .tPos{
- height: 48rpx;
- }
- .sanjiaoxing{
- position:absolute;
- top: 0;
- left: 50%;
- transform: translateX(-50%);
- width: 0;
- height: 0;
- border-left: 20rpx solid transparent;
- border-right: 20rpx solid transparent;
- border-top: 20rpx solid #5FADFC;
- }
-
- .list{
- padding-left: 30rpx;
- padding-right: 30rpx;
- display: flex;
- flex-direction: column;
-
- min-height:calc(100vh - 330rpx);
- background:#f7f8fb;
- // background: red;
-
- .item{
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom:12rpx;
-
- height: 176rpx;
- // background: linear-gradient(287deg, #E5F1FF 0%, #FFFFFF 100%);
- // box-shadow: 0rpx 4rpx 16rpx -8rpx rgba(0,103,104,0.16);
- // border-radius: 32rpx;
- // border: 2rpx solid rgba(102, 178, 255, 1);
- // border-image: linear-gradient(90deg, rgba(102, 178, 255, 1), rgba(255, 255, 255, 0)) 2 2;
- // border-image-repeat: round;
- // border-image-slice: 1;
- padding-left: 32rpx;
- padding-right: 32rpx;
- position: relative;
-
-
- background-size: 100% 100%;
- // background-size: contain;
- background-repeat: no-repeat;
-
- .water2{
- width: 114rpx;
- height: 126rpx;
- position: absolute;
- bottom: 0;
- left: 0;
- border-radius:0 0 0 32rpx;
- z-index: 0;
- }
- .left{
- display: flex;
- align-items: center;
- position: relative;
- z-index: 1;
- .avatar{
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- margin-right: 20rpx;
- }
- .des{
- .name{
- font-size: 28rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #333333;
- }
- .time{
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #999999;
- margin-top: 14rpx;
- }
- }
- }
- .right{
- display: flex;
- flex-direction:column;
- align-items: flex-end;
- .money{
- font-size: 32rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #333333;
-
- }
- .count{
- width: 144rpx;
- height: 32rpx;
- background: linear-gradient(135deg, #A6EAFF 0%, #4EDCFF 100%);
- border-radius: 0rpx 14rpx 0rpx 14rpx;
-
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #007AFF;
-
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 16rpx;
- }
- }
-
- }
-
- }
-
- }
- }
|