1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /* pages/xqzggzs2/xqzggzs2.wxss */
- .container{
- margin: 30rpx;
- }
- .zg_bh{
- display: flex;
- flex-direction: row;
- color: #666;
- }
- input{
- border-bottom: 1px solid rgb(238, 238, 238);
- height: 50rpx;
- line-height: 50rpx;
- }
- .con_tit{
- text-align: center;
- height: 100rpx;
- line-height: 100rpx;
- font-size: 44rpx;
- display: block;
- }
- .flex_row{
- margin-bottom: 20rpx;
- line-height: 70rpx;
- font-size: 34rpx;
- color: #181818;
- }
- .flex_row input{
- display: inline-table;
- padding: 0px 10rpx;
- text-align: center;
- }
- .text_ind{
- text-indent:60rpx;
- }
- textarea{
- border: 1px solid rgb(238, 238, 238);
- outline: 0px;
- padding: 1%;
- width: 98%;
- margin-bottom: 20rpx;
- }
- .mar_top{
- margin-top: 60rpx;
- }
- .mar_top2{
- margin-top: 30rpx;
- }
- button{
- width: 70%!important;
- margin: 50rpx auto;
- }
- .jcwt{
- font-weight: 500;
- font-size: 34rpx;
- color: #181818;
- margin-bottom: 18rpx;
- }
- .flex_row b{
- color: #f00;
- }
- .qm_img{
- width: 200rpx;
- height: 160rpx;
- }
- .txt_vi{
- display: flex;
- }
- .txt_vi text{
- line-height: 160rpx;
- }
- .sign_img{
- width: 220rpx;
- height: 220rpx;
- }
- .sign_layout_parent{
- position: relative;
- }
- .sign_layout{
- position: absolute;
- top: -40%;
- right: 35rpx;
- }
|