12345678910111213141516171819202122232425262728293031 |
- .conf_btn_per {
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- background: linear-gradient(90deg, #26daad 0%, #68d7c4 100%);
- color: white;
- text-align: center;
- z-index: 10000;
- border-radius: 15rpx;
- }
- .form_item {
- justify-content: flex-start;
- }
- .form_item .rht {
- width: 200rpx;
- /* background-color: #00C7B2; */
- }
- .form_item input {
- text-align: left;
- /* background-color: #07C160; */
- width: 430rpx;
- }
- .cert_img_box {
- background-color: #f5f5f5;
- overflow: hidden;
- margin: 15rpx auto;
- width: 95%;
- border-radius: 20rpx;
- }
|