1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /* pages/taxDisputes/taxDisputesPages/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;
- }
- .infos-container {
- padding-top: 50rpx;
- width: 100%;
- height: calc(100vh - 405rpx);
- }
- .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;
- }
- .infos-two {
- margin-top: 40rpx;
- }
- .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: 150rpx;
- width: calc(100% - 64rpx);
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- font-family: "苹方R";
- font-size: 36rpx;
- color: #4686F6;
- border: 1px solid #4686f6;
- border-radius: 40rpx;
- box-sizing: border-box;
- }
- .button1 {
- margin-top: 30rpx;
- background: transparent;
- color: #707070;
- border: 1px solid #707070;
- }
|