|
- /**index.wxss**/
- .container{
- background: url('https://static.quhouse.com/05115280a98346c89fa49890f1fcfcbc.png') no-repeat;
- width: 750rpx;
- height: 1624rpx;
- background-size: 750rpx 1624rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .img{
- width: 680rpx;
- height: 1302rpx;
- margin-top: 104rpx;
- }
- .control{
- width: 680rpx;
- margin-top: 0rpx;
- position: relative;
- }
- .btn{
- width: 320rpx;
- height: 100rpx;
- border: 2rpx solid #000000;
- line-height: 100rpx;
- font-size: 44rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- position: absolute;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .btn1{
- color: #000000;
- background: #FFC700;
- top: 0;
- left: 0;
- }
- .btn2{
- background: #2845E0;
- color: #FFFFFF;
- right: 0;
- top: 12rpx;
- }
- .btn .row{
- width: 44rpx;
- height: 44rpx;
- display: inline-block;
- margin-left: 18rpx;
- }
- .white{
- width: 40rpx;
- height: 116rpx;
- position: absolute;
- top: 1rpx;
- left: 322rpx;
- }
|