| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- page{
- background-color: #DB1824;
- }
- .container{
- background-color: #DB1824;
- color:#FBF0E1;
- }
- .pic_06{
- width:100%;
- height:800rpx;
- }
- .text01{
- font-size: 48rpx;
- font-weight: 700;
- width:580rpx;
- text-align: center;
- margin-top: 60rpx;
- text-shadow: 0 5rpx 0 #BD0E19;
- }
- .text02{
- font-size: 96rpx;
- margin-top: 0rpx;
- text-shadow: 0 7rpx 0 #BD0E19;
- }
- .text03{
- font-size: 32rpx;
- margin-top: 30rpx;
- font-weight: 400;
- text-shadow: 0 3rpx 0 #BD0E19;
- }
- .panel1{
- width:250rpx;
- height:100rpx;
- border:3rpx solid #FBF0E1;
- border-radius: 20rpx;
- margin-top: 150rpx;
- margin-bottom: 60rpx;
- justify-content: space-between;
- }
- .panel11{
- margin:0 0 0 30rpx;
- }
- .icon_add_02{
- width:29rpx;
- height:30rpx;
- margin-right: 10rpx;
- }
- .text04{
- font-size: 36rpx;
- font-family: 'Roboto-Black';
- margin-right: 30rpx;
- }
- .text05{
- font-size:28rpx;
- width:100%;
- height:100rpx;
- text-align: center;
- line-height: 100rpx;
- }
- .line{
- width:580rpx;
- height:1rpx;
- background-color: #FBF0E1;
- }
- .panel2{
- width:100%;
- height: 100rpx;
- margin-bottom: 200rpx;
- background-color: #DB1824;
- color:#FBF0E1;
- border-radius: 0rpx;
- }
- .icon_share_03{
- width:30rpx;
- height:30rpx;
- margin-right: 10rpx;
- }
- .text06{
- font-size:28rpx;
- }
- .panelFooter{
- width:100%;
- height:110rpx;
- border-radius: 0;
- }
- .panelFooterBtn{
- width:374rpx;
- height:110rpx;
- }
- .line2{
- width:2rpx;
- height:50rpx;
- background-color: #FBF0E1;
- }
|