| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .db image {
- width: 100%;
- /* height: 641rpx; */
- }
- .shz {
- display: flex;
- width: 100%;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .shz .sfshz {
- font-size: 38rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: bold;
- color: rgba(102, 102, 102, 1);
- padding-top: 150rpx;
- }
- .shz .sqtjdht {
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: bold;
- color: rgba(153, 153, 153, 1);
- padding-top: 45rpx;
- }
- .shz .wait {
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: bold;
- color: rgba(153, 153, 153, 1);
- padding-top: 10rpx;
- }
- .shz .shwtg {
- display: flex;
- align-items: center;
- justify-content: center;
- width:287rpx;
- height:85rpx;
- background:linear-gradient(-60deg,rgba(237,141,93,1),rgba(251,174,111,1));
- border-radius:42rpx;
- margin-top: 54rpx
- }
- .shz .shwtg text{
- font-size:38rpx;
- font-family:SourceHanSansCN-Regular;
- font-weight:400;
- color:rgba(255,254,254,1);
- }
|