123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- /* pages/indexPages/ssqhPages/success/success.wxss */
- .icon {
- width: 100%;
- height: 200rpx;
- display: flex;
- align-items: flex-end;
- justify-content: center;
- }
- .tip {
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- font-family: "苹方M";
- font-size: 40rpx;
- color: #000000;
- }
- .number {
- padding-top: 20rpx;
- width: 100%;
- height: 140rpx;
- line-height: 140rpx;
- text-align: center;
- font-family: "苹方M";
- font-size: 100rpx;
- color: #333333;
- }
- .tip1 {
- width: 100%;
- height: 35rpx;
- line-height: 35rpx;
- text-align: center;
- font-family: "苹方R";
- font-size: 24rpx;
- color: #5BAFED;
- }
- .infos-container {
- padding-top: 50rpx;
- width: 100%;
- height: calc(100vh - 600rpx);
- }
- .infos {
- padding: 40rpx 50rpx;
- margin: auto;
- width: calc(100% - 64rpx);
- background: #ffffff;
- border: 0.5px solid #dfdfdf;
- border-radius: 20rpx;
- box-shadow: 0px 2rpx 8rpx 0px rgba(0, 0, 0, 0.08);
- box-sizing: border-box;
- }
- .item {
- padding: 10rpx;
- width: 100%;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- }
- .label {
- min-width: 170rpx;
- font-family: "苹方R";
- font-size: 26rpx;
- color: #8E8E8E;
- }
- .value {
- width: 0;
- flex: 1;
- text-align: left;
- font-family: "苹方R";
- font-size: 26rpx;
- color: #333333;
- }
- .lookcl {
- padding-left: 15rpx;
- margin: 40rpx auto;
- width: calc(100% - 64rpx);
- height: 40rpx;
- line-height: 40rpx;
- font-family: "苹方R";
- font-size: 26rpx;
- color: #FF2626;
- border-left: 8rpx solid #ff2626;
- box-sizing: border-box;
- }
- .button {
- margin: auto;
- margin-top: 30rpx;
- width: calc(100% - 64rpx);
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- font-family: "苹方R";
- font-size: 36rpx;
- color: #FFFFFF;
- background: #4686f6;
- border-radius: 40rpx;
- box-sizing: border-box;
- }
- .button1 {
- font-family: "苹方M";
- font-size: 46rpx;
- }
|