123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- page {
- height: 100%;
- width: 100%;
- /* background: rgb(207, 63, 37); */
- }
- .container {
- text-align: center;
- /* margin: 20rpx; */
- padding:0 0 52rpx;
- }
- .receive-bg{
- background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/memberCard-1229/member-give-bg.png') no-repeat center top;
- background-size: 100% 100%;
- min-height: 100vh;
- padding-top:224rpx;
- }
- .arvator {
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- margin-top: -70rpx;
- }
- .recevie {
- margin: 0 50rpx;
- /* margin-top: 120rpx; */
- width: 650rpx;
- height: 714rpx;
- background: linear-gradient(198deg, #F8E5CA 0%, #FED3A8 69%);
- box-shadow: 3rpx 9rpx 35rpx 0rpx rgba(30, 4, 4, 0.25);
- border-radius: 40rpx;
- }
- .content {
- display: flex;
- flex-direction: column;
- }
- .name {
- font-size: 34rpx;
- height: 50rpx;
- font-weight: bold;
- color: #2E2E2E;
- margin:20rpx 0 6rpx;
- }
- .gift {
- height: 39px;
- font-size: 22px;
- font-weight: 400;
- color: #333;
- margin: 10rpx;
- }
- .content image {
- width: 360rpx;
- margin: 0 auto;
- }
- .btn {
- font-size: 36rpx;
- font-weight: bold;
- color: #fff;
- width: 478rpx;
- height: 90rpx;
- line-height: 90rpx;
- background: linear-gradient(178deg, #ED692F, #F7B361);
- box-shadow: 2rpx 6rpx 16rpx 0rpx rgba(71, 36, 16, 0.12);
- border-radius: 45rpx;
- margin-top:56rpx;
- }
- .des{
- margin-bottom: 30rpx;
- color: rgba(171, 171, 171, 1);
- }
- .title{
- font-size: 30px;
- line-height: 39rpx;
- font-weight: 400;
- color: #B67556;
- margin: 20rpx 0rpx;
- }
- .txt{
- font-size: 15px;
- font-weight: 400;
- color: rgba(46, 46, 46, 1);
- margin: 30rpx;
- }
- .bottom{
- /* z-index: -1; */
- /* position: fixed; */
- /* bottom: 0rpx; */
- width: 100%;
- height: 180rpx;
- /* background: #EECFB1; */
- text-align: center;
- padding-top: 20rpx;
- }
- .bottom text{
- height: 80rpx;
- line-height:80rpx;
- color: rgba(182, 117, 86, 1);
- }
|