芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/assets/css/common/bank_transfer.css
body { font-family: Arial, sans-serif; background-color: #191f38; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { background-color: #fff; border-radius: 8px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); padding: 20px; width: 80%; max-width: 400px; text-align: center; border: 1px solid #cecece; } .header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; border-bottom: 1px solid #ebecf0; padding-bottom: 18px; } .logo { max-width: 130px; height: auto; } .order-info { text-align: right; } .order-id { font-weight: bold; margin-bottom: 0px; } .bank-details { background-color: #E3F2FD; border-radius: 5px; padding: 15px; text-align: left; margin-bottom: 20px; border: 1px solid #cad8e2; } .upload-receipt { text-align: left; margin-bottom: 20px; } .status { color: #fe0000; font-weight: 400; padding: 7px 10px; border-radius: 5px; margin-bottom: 0px; font-size: 16px; text-align: center; background: #fff4f3; border: 1px solid #cecece; /* display: none; */ ; } .subheading { font-weight: 400; color: #6e757a; margin-bottom: 15px; text-align: left; font-size: 15px; } label, p { display: block; margin-bottom: 15px; color: #6e757a; font-size: 15px; } input[type="text"], input[type="file"] { width: 100%; padding: 10px; margin: 5px 0; border: 1px solid #a0c872; border-radius: 5px; box-sizing: border-box; background: #F1F8E9; color: #006c04; } button { background-color: #0878d0; color: #fff; border: none; padding: 15px 20px; border-radius: 5px; cursor: pointer; transition: background-color 0.3s; width: 100%; display: block; margin-top: 18px; font-weight: 600; font-size: 15px; } button:hover { background-color: #35c0ff; } .order-info > p { margin-bottom: 0px; margin-top: 3px; } h2.heading { text-align: left; font-size: 17px; font-weight: 600; margin-bottom: 7px; margin-top: 26px; color: #346b93; } .upload-receipt > h2 { font-size: 17px; font-weight: 600; color: #5444f2; margin-bottom: 6px; } .bank-details > p { margin-bottom: 5px; margin-top: 0px; font-size: 15px; color: #3b3763; line-height: 23px; } a.back_to_web { background-color: #8d0000; color: #ffffff; padding: 15px 20px; border-radius: 5px; cursor: pointer; width: 100%; display: block; margin-top: 11px; font-weight: 600; font-size: 15px; text-decoration: none; text-align: center; } * { box-sizing: border-box; } .background { position: absolute; top: 0px; z-index: -1; width: 100%; height: 100%; } .rtl_language h2.heading { text-align: right; } .rtl_language .subheading { text-align: right; } .rtl_language .bank-details { text-align: right; } .rtl_language .upload-receipt { text-align: right; }