12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .table {
- width: 750rpx;
- background: #FFFFFF;
- }
- .table-title {
- display: flex;
- align-items: center;
- }
- .table-title .gg {
- margin-left: 30rpx;
- width: 3rpx;
- height: 30rpx;
- background: #FF6061;
- border-radius: 2px;
- }
- .table-title .title {
- margin-left: 15rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- line-height: 80rpx;
- }
- .content {
- border-top: 2rpx solid #F3F3F3;
- display: flex;
- align-items: center;
- line-height: 80rpx;
- }
- .content .left {
- width: 120rpx;
- margin: 0 30rpx;
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- }
- .content input {
- margin: 0;
- }
- .content .input {
- margin: 0;
- }
- .button {
- margin: 100rpx auto;
- width: 650rpx;
- height: 80rpx;
- background: #FE5341;
- border-radius: 38rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 80rpx;
- text-align: center;
- }
- .hui {
- color: #999999 !important;
- }
|