| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .success-icon {
- font-size: 160rpx;
- color: #5dbc7c;
- margin-top: 100rpx;
- }
- .tit {
- padding-top: 40rpx;
- padding-bottom: 130rpx;
- font-size: 32rpx;
- color: #303133;
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- line-height: 1;
- }
- .tit text {
- font-size: 36rpx;
- font-weight: bold;
- color: #333333;
- line-height: 1;
- }
- .btn-group {
- padding-top: 100rpx;
- }
- .mix-btn {
- margin-top: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 600rpx;
- height: 80rpx;
- font-size: 32rpx;
- color: #fff;
- background-color: #ee2f72;
- border-radius: 10rpx;
- }
- .mix-btn.hollow {
- background: #fff;
- color: #303133;
- border: 1px solid #ccc;
- }
- .okimg {
- margin-top: 100rpx;
- width: 302rpx;
- height: 302rpx;
- }
- .btn-wrapper {
- display: flex;
- }
- .btn-wrapper .look-btn {
- width: 301rpx;
- height: 78rpx;
- background: #ee2f72;
- text-align: center;
- line-height: 78rpx;
- border-radius: 10rpx;
- color: #fff;
- margin-right: 37rpx;
- }
- .btn-wrapper .bank {
- width: 301rpx;
- height: 78rpx;
- text-align: center;
- line-height: 78rpx;
- background: #FFFFFF;
- border: 2px solid #ee2f72;
- border-radius: 10rpx;
- color: #ee2f72;
- }
|