|
- .content{
- padding:0 57rpx;
- }
- .title{
- margin-top: 60rpx;
- }
- .head{
- margin-top: 100rpx;
- }
- .head image{
- width: 100rpx;
- height: 100rpx;
- border-radius:50%;
- }
- .head .fl{
- font-size:32rpx;
- font-family:PingFang-SC-Bold;
- font-weight:bold;
- color:rgba(51,51,51,1);
- }
- .txt1{
- font-size:32rpx;
- font-family:PingFang-SC-Regular;
- font-weight:400;
- color:rgba(134,134,134,1);
- }
- .money button{
- width:636rpx;
- height:95rpx;
- margin:80rpx auto 0;
- background:rgba(2,192,255,1);
- border-radius:48rpx;
- color: #fff;
- }
- .money .icon{
- font-size:38rpx;
- font-family:PingFang-SC-Medium;
- font-weight:500;
- color:rgba(51,51,51,1);
- }
- .money .num{
- font-size:60rpx!important;
- font-family:PingFang-SC-Bold;
- font-weight:bold;
- color:rgba(51,51,51,1);
- display: inline-block!important;
- width: 580rpx;
- height: 60rpx;
- margin-top: 20rpx;
- line-height: 60rpx;
- }
- .active{
- opacity: .6;
- }
|