12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .main {
- position: relative;
- width: 100%;
- background-color: #ffffff;
- padding: 20px 0 0 0;
- }
- .one_1 {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #dddddd;
- margin: 0 20px;
- margin-top: 2%;
- height: 45px;
- }
- .one {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #dddddd;
- margin: 0 20px;
- margin-top: 2%;
- height: 35px;
- }
- .text {
- font-size: 15px;
- margin: 7px 0 0 0;
- }
- .imgs {
- border-radius: 50%;
- margin-top: 0px;
- width: 13%;
- height: 43.58px;
- }
- .input {
- margin: 8px 0 0 0;
- font-size: 14px;
- }
- .input1 {
- position: relative;
- text-align: right;
- left: 85px;
- top: -10px;
- width: 50%;
- font-size: 14px;
- }
- .input2 {
- width: 50px;
- position: relative;
- text-align: right;
- left: 260px;
- top: -27px;
- font-size: 14px;
- }
- .button {
- position: relative;
- top: 50px;
- width: 300px !important;
- background-image: linear-gradient(to right, #fd3c1e, #c74df0);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
|